Authentication :: OAuth (**Must change API Base URL to V3 OAuth**) [OAuth]
Contents
Description
OAuth App must be created in Atlassian Developer Console. It is found at https://developer.atlassian.com/console/myapps/
Instructions
Firstly, login into your Atlassian account and then create Jira application:- Go to Atlassian Developer area.
- Click Create app and select OAuth 2.0 (3LO) integration app to create an OAuth app.
- Give your app a name, accept the terms and hit Create.
- Then hit App details panel and copy paste Client ID and Secret into the API Connection Manager configuration grid into the proper places.
- Then go back and click Permissions panel to enable permissions/scopes for your application. You can enable them all.
- Go back again to application settings and click Authorization panel.
- Click Configure button and in Callback URL enter your own Callback URL or simply enter https://zappysys.com/oauth if you don't have one.
- Use this same Callback URL (Return URL) in a API Connection Manager configuration grid.
- In API Connection Manager enter one or more of these scopes (read more about available scopes) into Scopes property:
- offline_access (a must)
- read:jira-user
- read:jira-work
- write:jira-work
- manage:jira-project
- manage:jira-configuration
- Also configure your company's Subdomain in the properties grid.
- Click Generate Token to generate tokens.
- That's it!
Parameters
Parameter | Label | Required | Options | Description | Help | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ClientId | ClientId | YES |
|
||||||||||||||||||
ClientSecret | ClientSecret | YES |
|
||||||||||||||||||
Scope | Scope | YES |
|
|
|||||||||||||||||
ReturnUrl | ReturnUrl | YES |
|
||||||||||||||||||
OrganizationId | Organization Id (Select after clicking [Generate Token]) | YES |
|
||||||||||||||||||
CustomColumnsRegex | Custom Columns for output (Select after clicking [Generate Token]) | NO |
|