Jira
Register OAuth app
You can find all the necessary information on how to register an OAuth app in Jira in their official guide.
Access Attlassian Developer Console and create a new app. Click Create and select OAuth 2.0 integration.
Click on the "Register an app" button.
Set up distribution
When you create an OAuth 2.0 (3LO) app, it's private by default. This means that only you can install and use it. If you want to distribute your app to other users, you must enable sharing.
Please follow the instructions in the official guide to set up distribution.
Specify scopes
You need to specify the scopes that your app will use. For Jira, you will need to select the following scopes:
read:me
read:jira-work
write:jira-work
manage:jira-project
manage:jira-configuration
read:jira-user
report:personal-data
This is how the permissions should look like:
Specify Callback URL
Overview
After you have created the app, you will see the overview of the app. Here you can find the client ID and client secret.
Set clientId
, clientSecret
into Appmixer Backoffice.
clientId
, clientSecret
into Appmixer Backoffice.The last step is to configure clientId and clientSecret in the Appmixer Backoffice for appmixer:jira
connector.
Last updated