Skip to content

Commit 059aea2

Browse files
authored
repo sync
2 parents c6a0f4d + ff2b0c3 commit 059aea2

8 files changed

Lines changed: 49 additions & 29 deletions
38.4 KB
Loading
11.8 KB
Loading
19.5 KB
Loading
21.3 KB
Loading
43.1 KB
Loading
38.2 KB
Loading
16.9 KB
Loading
Lines changed: 49 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Managing projects using JIRA
3-
intro: 'You can integrate JIRA with {% data variables.product.prodname_enterprise %} for project management.'
2+
title: Managing projects using Jira
3+
intro: 'You can integrate Jira with {% data variables.product.prodname_enterprise %} for project management.'
44
redirect_from:
55
- /enterprise/admin/guides/installation/project-management-using-jira/
66
- /enterprise/admin/articles/project-management-using-jira/
@@ -13,34 +13,54 @@ topics:
1313
- enterprise
1414
---
1515

16-
### Connecting JIRA to a {% data variables.product.prodname_enterprise %} organization
17-
18-
1. Sign into your {% data variables.product.prodname_enterprise %} account at http[s]://[hostname]/login.
19-
1. In the upper right corner of any page, click the account settings (gear) icon.
20-
1. In the left sidebar, click the name of your organization.
21-
1. In the left sidebar, click **Applications**.
22-
1. In the upper right corner of the **Organization applications** box, click **Register new application**.
23-
1. Fill in the application settings:
24-
- In the **Application name** field, type "JIRA".
25-
- In the **Homepage URL** field, type the full URL of your JIRA instance.
26-
- In the **Authorization callback URL** field, type the full URL of your JIRA instance.
27-
1. Click **Register application**.
28-
1. At the top of the page, note the **Client ID** and **Client Secret**. You will need these for configuring your JIRA instance.
29-
30-
### JIRA instance configuration
31-
32-
1. On your JIRA instance, log into an account with administrative access.
33-
1. At the top of the page, click the settings (gear) icon.
34-
1. In the settings dropdown, choose **Add-ons**.
35-
1. In the left sidebar, under **Source control**, click **DVCS accounts**.
36-
1. Click **Link Bitbucket or GitHub account**.
37-
1. In the **Add New Account** modal, fill in your {% data variables.product.prodname_enterprise %} settings:
38-
- From the **Host** dropdown menu, choose **GitHub Enterprise**.
16+
### Connecting Jira to a {% data variables.product.prodname_enterprise %} organization
17+
18+
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.
19+
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.
20+
21+
![Select an organization](/assets/images/enterprise/orgs-and-teams/profile-select-organization.png)
22+
23+
3. Click on the **Edit _organization name_ settings** link.
24+
25+
![Edit organization settings](/assets/images/enterprise/orgs-and-teams/edit-organization-settings.png)
26+
27+
4. In the left sidebar, under **Developer settings**, click **OAuth Apps**.
28+
29+
![Select OAuth Apps](/assets/images/enterprise/orgs-and-teams/organization-dev-settings-oauth-apps.png)
30+
31+
5. Click on the **Register new application** button.
32+
33+
![Register new application button](/assets/images/enterprise/orgs-and-teams/register-oauth-application-button.png)
34+
35+
6. Fill in the application settings:
36+
- In the **Application name** field, type "Jira" or any name you would like to use to identify the Jira instance.
37+
- In the **Homepage URL** field, type the full URL of your Jira instance.
38+
- In the **Authorization callback URL** field, type the full URL of your Jira instance.
39+
7. Click **Register application**.
40+
8. At the top of the page, note the **Client ID** and **Client Secret**. You will need these for configuring your Jira instance.
41+
42+
### Jira instance configuration
43+
44+
1. On your Jira instance, log into an account with administrative access.
45+
2. At the top of the page, click the settings (gear) icon and choose **Applications**.
46+
47+
![Select Applications on Jira settings](/assets/images/enterprise/orgs-and-teams/jira/jira-applications.png)
48+
49+
3. In the left sidebar, under **Integrations**, click **DVCS accounts**.
50+
51+
![Jira Integrations menu - DVCS accounts](/assets/images/enterprise/orgs-and-teams/jira/jira-integrations-dvcs.png)
52+
53+
4. Click **Link Bitbucket Cloud or {% data variables.product.prodname_dotcom %} account**.
54+
55+
![Link GitHub account to Jira](/assets/images/enterprise/orgs-and-teams/jira/jira-link-github-account.png)
56+
57+
5. In the **Add New Account** modal, fill in your {% data variables.product.prodname_enterprise %} settings:
58+
- From the **Host** dropdown menu, choose **{% data variables.product.prodname_enterprise %}**.
3959
- In the **Team or User Account** field, type the name of your {% data variables.product.prodname_enterprise %} organization or personal account.
4060
- In the **OAuth Key** field, type the Client ID of your {% data variables.product.prodname_enterprise %} developer application.
4161
- In the **OAuth Secret** field, type the Client Secret for your {% data variables.product.prodname_enterprise %} developer application.
42-
- If you don't want to link new repositories owned by your {% data variables.product.prodname_enterprise %} organization or personal account, unselect **Auto Link New Repositories**.
43-
- If you don't want to enable smart commits, unselect **Enable Smart Commits**.
62+
- 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**.
63+
- If you don't want to enable smart commits, deselect **Enable Smart Commits**.
4464
- Click **Add**.
45-
1. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click **Authorize application**.
46-
1. If necessary, type your password to continue.
65+
6. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click **Authorize application**.
66+
7. If necessary, type your password to continue.

0 commit comments

Comments
 (0)