このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2021-09-23. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

Managing projects using Jira

You can integrate Jira with GitHub Enterprise for project management.

Connecting Jira to a GitHub Enterprise organization

  1. http[s]://[hostname]/login で GitHub Enterpriseのアカウントにサインインする。 If already signed in, click on the GitHub logo in the top left corner.

  2. Click on your profile icon under the GitHub logo and select the organization you would like to connect with Jira.

    Select an organization

  3. Click on the Edit organization name settings link.

    Edit organization settings

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

    Select OAuth Apps

  5. Click on the Register new application button.

    Register new application button

  6. アプリケーションの設定を次のように記入する。

    • In the Application name field, type "Jira" or any name you would like to use to identify the Jira instance.
    • In the Homepage URL field, type the full URL of your Jira instance.
    • In the Authorization callback URL field, type the full URL of your Jira instance.
  7. Register application をクリックする。

  8. ページの上部の [Client ID] と [Client Secret] をメモしてください。 You will need these for configuring your Jira instance.

Jira instance configuration

  1. On your Jira instance, log into an account with administrative access.

  2. At the top of the page, click the settings (gear) icon and choose Applications.

    Select Applications on Jira settings

  3. In the left sidebar, under Integrations, click DVCS accounts.

    Jira Integrations menu - DVCS accounts

  4. Click Link Bitbucket Cloud or GitHub account.

    Link GitHub account to Jira

  5. [Add New Account] (新規アカウントを追加) モーダルで、GitHub Enterprise の設定を記入してください。

    • From the Host dropdown menu, choose GitHub Enterprise.
    • Team or User Account の欄には、GitHub EnterpriseのOrganization、または個人アカウントの名前を入力する。
    • OAuth Key の欄には、GitHub EnterpriseのディベロッパーアプリケーションのClient ID を入力する。
    • OAuth Secret の欄には、GitHub Enterpriseのデベロッパーアプリケーションの Client Secret を入力する。
    • If you don't want to link new repositories owned by your GitHub Enterprise organization or personal account, deselect Auto Link New Repositories.
    • If you don't want to enable smart commits, deselect Enable Smart Commits.
    • [Add] をクリックします。
  6. GitHub Enterpriseに対して与えるアクセス権を確認して、Authorize application をクリックする。

  7. 必要であれば、パスワードを入力する。

問題がまだ解決していませんか?