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