Setup for OAuth 2.0 way of communication (JIRA 10 only)
-
In JIRA, open the Administration tab.
-
Navigate Applications > Application link > create link.
-
Select Application type - External application, Direction - Incoming, and click continue and update below fields:
-
Name: AccuSync
-
Redirect URL: https://<hostname>:9494/oauth/callback
Here <hostname> is system name where AccuSync is installed.
-
Permission: Write
-
-
Save your changes. You will get the client_id, client_secret, copy these.
-
Open jiraconfig.properties file in <accusync_install_dir>/bin and add below properties.
-
jira.oauth.clientid=<client_id copied from Jira>
-
jira.oauth.clientsecret=<client_secret copied from Jira>
-
jira.oauth.redirecturi=<redirect URL from the application link created in Jira>
-

