Skip to main content

Jira

Steps to Configure Jira

  1. Go to the Jira Developer Console

  2. Create a New Application

    • Click on "Create" to create a new application.

Jira Application

  1. Authorization Section
    • After creating the application, click on it and navigate to the Authorization section.
    • Add or configure your OAuth 2.0 (3LO) with the callback URL: <https://your-website.com>.

Jira OAuth

Jira Callback URL

  1. Permissions Scope
    • Go to the Permissions section.
    • Under the Jira API, click Add/configure to add a new permission.
    • Click Edit Scopes.
    • Add the following permissions:
      • View Jira issue data read:jira-work
      • Create and manage issues write:jira-work
      • View user profiles read:jira-user

Jira Permissions

  1. User Identity API
    • Under User Identity API add View active user profile read:me.

Jira Permissions Identity API

  1. Settings Section

    • Go to the Settings section.
    • Copy the ClientID and Secret for later use.

Jira Secrets

Summary

By following these steps, you will successfully configure Jira to work with our tool. Ensure that you copy the ClientID and Secret as these will be needed to complete the integration.