Creating a Jira App

  1. Go to https://developer.atlassian.com/console/myapps/
  2. Click “Create” and choose “OAuth 2.0 integration”
  3. Name your app and click “Create”
  4. In “Authorization”:
    • Set callback URL: <FRONTEND_URL>/client/jira/callback
  5. In “Permissions”:
    • Add “Jira platform REST API” scopes:
      • read:jira-work
      • write:jira-work
      • manage:jira-webhook
    • Add “OpenID Connect” scope:
      • offline_access
  6. Save changes