Skip to content

Commit 23bac71

Browse files
authored
Update managing-projects-using-jira.md
1 parent 79781ea commit 23bac71

1 file changed

Lines changed: 34 additions & 15 deletions

File tree

content/admin/user-management/managing-projects-using-jira.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,51 @@ versions:
1414
### Connecting Jira to a {% data variables.product.prodname_enterprise %} organization
1515

1616
1. Sign into your {% data variables.product.prodname_enterprise %} account at http[s]://[hostname]/login.
17-
1. Got to http[s]://[hostname]/settings/organizations or alternatively in the top-right corner of GitHub Enterprise Server, click your profile photo, then click **Your organizations**.
18-
https://user-images.githubusercontent.com/59625655/100982733-8b1c7380-359c-11eb-9ab7-62f18581a930.png
19-
1. Click on **Settings** button for the organisation you'd like to connect to Jira
20-
1. In the left sidebar, under **Developer settings** click **OAuth Apps**.
21-
1. Click on **Register new application** button.
22-
1. Fill in the application settings:
17+
2. Got to http[s]://[hostname]/settings/organizations or alternatively in the top-right corner of GitHub Enterprise Server, click your profile photo, then click **Your organizations**.
18+
19+
![Drop-down with Your Organizations link](https://user-images.githubusercontent.com/59625655/100982733-8b1c7380-359c-11eb-9ab7-62f18581a930.png)
20+
21+
3. Click on **Settings** button for the organisation you'd like to connect to Jira
22+
23+
![image](https://user-images.githubusercontent.com/59625655/101001072-c5910b00-35b2-11eb-9541-7969d7d67803.png)
24+
25+
4. In the left sidebar, under **Developer settings** click **OAuth Apps**.
26+
27+
![image](https://user-images.githubusercontent.com/59625655/101001717-99c25500-35b3-11eb-8fe4-af4692fd5782.png)
28+
29+
5. Click on **Register new application** button.
30+
31+
![image](https://user-images.githubusercontent.com/59625655/101001790-ae9ee880-35b3-11eb-9a05-37343d4d8de4.png)
32+
33+
6. Fill in the application settings:
2334
- In the **Application name** field, type "Jira".
2435
- In the **Homepage URL** field, type the full URL of your Jira instance.
2536
- In the **Authorization callback URL** field, type the full URL of your Jira instance.
26-
1. Click **Register application**.
27-
1. At the top of the page, note the **Client ID** and **Client Secret**. You will need these for configuring your Jira instance.
37+
7. Click **Register application**.
38+
8. At the top of the page, note the **Client ID** and **Client Secret**. You will need these for configuring your Jira instance.
2839

2940
### Jira instance configuration
3041

3142
1. On your Jira instance, log into an account with administrative access.
32-
1. At the top of the page, click the settings (gear) icon.
33-
1. In the settings dropdown, choose **Applications**.
34-
1. In the left sidebar, under **Integrations**, click **DVCS accounts**.
35-
1. Click **Link Bitbucket or GitHub account**.
36-
1. In the **Add New Account** modal, fill in your {% data variables.product.prodname_enterprise %} settings:
43+
2. At the top of the page, click the settings (gear) icon and choose **Applications**.
44+
45+
![image](https://user-images.githubusercontent.com/59625655/101001331-16a0ff00-35b3-11eb-909a-6a58ab6b6288.png)
46+
47+
3. In the left sidebar, under **Integrations**, click **DVCS accounts**.
48+
49+
![image](https://user-images.githubusercontent.com/59625655/101001515-549e2300-35b3-11eb-804c-11f9a50f591e.png)
50+
51+
4. Click **Link Bitbucket or GitHub account**.
52+
53+
![image](https://user-images.githubusercontent.com/59625655/101001584-6aabe380-35b3-11eb-936a-67a1aa8f3504.png)
54+
55+
5. In the **Add New Account** modal, fill in your {% data variables.product.prodname_enterprise %} settings:
3756
- From the **Host** dropdown menu, choose **GitHub Enterprise**.
3857
- In the **Team or User Account** field, type the name of your {% data variables.product.prodname_enterprise %} organization or personal account.
3958
- In the **OAuth Key** field, type the Client ID of your {% data variables.product.prodname_enterprise %} developer application.
4059
- In the **OAuth Secret** field, type the Client Secret for your {% data variables.product.prodname_enterprise %} developer application.
4160
- 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**.
4261
- If you don't want to enable smart commits, unselect **Enable Smart Commits**.
4362
- Click **Add**.
44-
1. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click **Authorize application**.
45-
1. If necessary, type your password to continue.
63+
6. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click **Authorize application**.
64+
7. If necessary, type your password to continue.

0 commit comments

Comments
 (0)