Setup for OAuth 2.0 way of communication (JIRA 10 only)

  1. In JIRA, open the Administration tab.

  2. Navigate Applications > Application link > create link.

  3. 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

  4. Save your changes. You will get the client_id, client_secret, copy these.

  5. 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>