Skip to main content
We publish frequent updates to our documentation, and translation of this page may still be in progress. For the most current information, please visit the English documentation.

This version of GitHub Enterprise was discontinued on 2023-03-15. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Integrating Jira with your organization project board

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 any page, click your profile photo, then click Settings.

    Screenshot of GitHub's account menu showing options for users to view and edit their profile, content, and settings. The menu item "Settings" is outlined in dark orange.

  2. In the left sidebar under Organization settings, click the name of your organization.

  3. In the left sidebar under Developer settings, click OAuth applications.

  4. Click Register a new application.

  5. Under Application name, type "Jira".

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

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

  8. Click Register application.

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

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

Further reading