Skip to main content

Jira

We currently only support Jira Cloud.

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
      • View user profiles read:jira-user
      • Create and manage issues write:jira-work

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. You will need these in the next step.

Jira Secrets