1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/admin/user-management/managing-projects-using-jira.md
2021-04-09 12:46:06 -04:00

3.9 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Managing projects using Jira You can integrate Jira with {% data variables.product.prodname_enterprise %} for project management.
/enterprise/admin/guides/installation/project-management-using-jira/
/enterprise/admin/articles/project-management-using-jira/
/enterprise/admin/developer-workflow/managing-projects-using-jira
/enterprise/admin/developer-workflow/customizing-your-instance-with-integrations
/enterprise/admin/user-management/managing-projects-using-jira
enterprise-server
*
enterprise

Connecting Jira to a {% data variables.product.prodname_enterprise %} organization

  1. Sign into your {% data variables.product.prodname_enterprise %} account at http[s]://[hostname]/login. If already signed in, click on the {% data variables.product.prodname_dotcom %} logo in the top left corner.
  2. Click on your profile icon under the {% data variables.product.prodname_dotcom %} logo and select the organization you would like to connect with Jira.

Select an organization

  1. Click on the Edit organization name settings link.

Edit organization settings

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

Select OAuth Apps

  1. Click on the Register new application button.

Register new application button

  1. Fill in the application settings:
    • 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.
  2. Click Register application.
  3. At the top of the page, note the Client ID and 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

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

Jira Integrations menu - DVCS accounts

  1. Click Link Bitbucket Cloud or {% data variables.product.prodname_dotcom %} account.

Link GitHub account to Jira

  1. In the Add New Account modal, fill in your {% data variables.product.prodname_enterprise %} settings:
    • From the Host dropdown menu, choose {% data variables.product.prodname_enterprise %}.
    • In the Team or User Account field, type the name of your {% data variables.product.prodname_enterprise %} organization or personal account.
    • In the OAuth Key field, type the Client ID of your {% data variables.product.prodname_enterprise %} developer application.
    • In the OAuth Secret field, type the Client Secret for your {% data variables.product.prodname_enterprise %} developer application.
    • If you don't want to link new repositories owned by your {% data variables.product.prodname_enterprise %} organization or personal account, deselect Auto Link New Repositories.
    • If you don't want to enable smart commits, deselect Enable Smart Commits.
    • Click Add.
  2. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click Authorize application.
  3. If necessary, type your password to continue.