Skip to main content

Integrating Jira with your organization project (classic)

You can integrate Jira Cloud with your organization account to scan commits and pull requests, creating relevant metadata and hyperlinks in any mentioned Jira issues.

  1. In the upper-right corner of GitHub, click your profile picture, then click Organizations.

  2. Select an organization by clicking on it.

  3. Under your organization name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings.

    Screenshot of the tabs in an organization's profile. The "Settings" tab is outlined in dark orange.

  4. In the left sidebar, select Developer settings, then click OAuth Apps.

  5. Click New OAuth App.

  6. Under Application name, type "Jira".

  7. Under Homepage URL, type the full URL to your Jira instance.

  8. Under Authorization callback URL, type the full URL to your Jira instance.

  9. Click Register application.

  10. Under Organization owned applications, note the "Client ID" and "Client Secret" values.

  11. Link your GitHub account with Jira. For more information, see Atlassian's help documentation.

Further reading