Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b6b8e6

Browse files
author
Saida Wijpkema
committed
Update step 15 and add minor changes
1 parent e2afab7 commit 4b6b8e6

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed
-31.7 KB
Loading

docs/programs/jira-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Question | Answer
99
The HackerOne markdown doesn't convert correctly to Jira. How can I convert the markdown correction to Jira? | You can use a Jira optimized template by setting the escalation template to: `{{details_custom_jira}}`.
1010
What fields are supported in the bi-directional Jira integration? | We support all fields that have the type: `string`, `number`, `date`, `Radio Buttons`, or `Select List (single choice)`.
1111
What do the different variables mean? | Please refer to the [Integration variables](integration-variables.html) page to see examples and descriptions of each variable.
12-
I have multiple HackerOne programs. Can I integrate each of these programs to the same Jira instance? | Yes, you can integrate multiple HackerOne programs to the same Jira instance. Take a look at our [Setting Multiple Jira Integrations](multiple-jira-integrations.html) article.
12+
I have multiple HackerOne programs. Can I integrate each of these programs to the same Jira instance? | Yes, you can integrate multiple HackerOne programs to the same Jira instance. Take a look at our [Setting Multiple Jira Integrations](/programs/jira-setup.html#multiple-integrations) article.
1313
My Jira is behind a firewall and is not externally accessible. How can I integrate with Jira? | To use the bi-directional Jira integration, you need to make sure your Jira instance is accessible from the HackerOne system. You can allowlist HackerOne’s IP addresses in your firewall to only open it up to the HackerOne application. Contact your program manager to request our IP addresses to allowlist in your firewall.<br><br>If you don't want to expose your Jira to HackerOne, [contact us](https://support.hackerone.com/hc/en-us/requests/new) to get a work-around that enables you to only escalate to Jira.
1414
I'm getting the following error when creating a Jira issue: `JIRA returned the following error: "You must specify a summary of the issue."` What do I do? | This means that you didn't specify a value for the `summary` field in your Jira integration settings. Please review the field mapping in your Jira integration settings and make sure values are provided for all required fields.
1515
Why is it that I'm using a reverse proxy and can't connect to Jira? | To use the Jira integration, you need to configure Jira to allow this. You can follow the documentation provided by [Atlassian](https://confluence.atlassian.com/kb/reverse-proxy-and-application-link-troubleshooting-guide-719095279.html). More documentation on troubleshooting application links can be found [here](https://confluence.atlassian.com/kb/application-links-troubleshooting-guide-718668765.html).

docs/programs/jira-server-integration.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ To integrate with Jira:
2626
2727
![jira-setup-9](./images/jira-setup-9.png)
2828

29-
6. Enter https://hackerone.com and click **Create new link.**
29+
6. Enter `https://hackerone.com` and click **Create new link.**
3030

31-
7. Enter https://hackerone.com in the New URL field in the Configure Application URL window.
31+
7. Enter `https://hackerone.com` in the New URL field in the Configure Application URL window.
3232

3333
![jira-setup-3](./images/jira-setup-3.png)
3434

@@ -40,21 +40,21 @@ Application Type | Generic Application
4040
Service Provider Name | HackerOne
4141
Consumer key | HackerOne JIRA Client
4242
Shared secret | Enter any string and save it for later use (case-sensitive).
43-
Request token URL | https://hackerone.com
44-
Access token URL | https://hackerone.com
45-
Authorize URL | https://hackerone.com
43+
Request token URL | `https://hackerone.com`
44+
Access token URL | `https://hackerone.com`
45+
Authorize URL | `https://hackerone.com`
4646
Create incoming link | Check the checkbox
4747

4848
![jira-setup-4](./images/jira-setup-4.png)
4949

5050
9. Enter the following information on the next **Link applications** window:
5151
Fields | Details
52+
------ | -------
5253
Consumer Key | HackerOne JIRA Client
5354
Consumer Name | HackerOne
5455
Public Key | Copy and paste from the key below
5556

56-
57-
### HackerOne Jira public key
57+
**HackerOne Jira public key**
5858
```
5959
-----BEGIN PUBLIC KEY-----
6060
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuK1KHVbY7BsmqtNT2iawWLm0b
@@ -72,18 +72,20 @@ Ee69GuatJo5veIMeDwIDAQAB
7272

7373
![jira-setup-7](./images/jira-setup-7.png)
7474

75-
13. Click **Next** to finalize the setup between HackerOne and your Jira instance.
76-
14. Configure which Jira project and issue type you'd like to escalate HackerOne reports to in the **Jira project and issue type** window and click **Next.**
75+
13. Click **Next** to finalize the setup between HackerOne and your Jira instance.
76+
14. Configure which Jira project and issue type you'd like to escalate HackerOne reports to in the **Jira project and issue type** window and click **Next.**
7777

78-
![jira-setup-10](./images/jira-setup-10.png)
78+
![jira-setup-10](./images/jira-setup-10.png)
7979

80-
15. Select the Jira fields you want to map to the corresponding HackerOne fields and click **Next.** Note: only supported Jira field types are shown.
80+
15. Select the HackerOne fields you want to map to the corresponding Jira fields. As alternative, enter any text using [integration variables](/programs/integration-variables.html). Click **Next**.
81+
82+
*Note: only [supported Jira field types](/programs/jira-faqs.html) are shown.*
8183

82-
![jira-setup-12](./images/jira-setup-12.png)
84+
![jira-setup-12](./images/jira-setup-12.png)
8385

84-
16. *(Optional)* Select Jira Priorities you want to map to the corresponding HackerOne Severities. This enables the right priority to be set when escalating a HackerOne report to Jira.
86+
16. *(Optional)* Select Jira Priorities you want to map to the corresponding HackerOne Severities. This enables the right priority to be set when escalating a HackerOne report to Jira.
8587

86-
![jira-setup-1](./images/jira-setup-1.png)
88+
![jira-setup-1](./images/jira-setup-1.png)
8789

8890
17. *(Optional)* Select which actions in HackerOne you'd like to post to Jira in the **Select HackerOne to Jira events** window. You can choose from:
8991

@@ -111,10 +113,13 @@ Comment added | Post an internal comment when someone comments on an issue.
111113

112114
![jira-setup-13](./images/jira-setup-13.png)
113115

116+
You're all set! Now that you've finished setting up the Jira integration, you can create Jira issues right from your HackerOne report.
117+
118+
### Multiple integrations
119+
114120
If you have multiple HackerOne programs, you can integrate them to the same Jira instance. Follow steps 11-18 for each subsequent program you need to add an integration for.
115121

116122
*Note: You only need to follow steps 11-18 for your other programs because the application link has already been created when integrating with your first program, and only 1 application link is needed to set up a Jira integration.*
117123

118-
If you want to integrate the same program to multiple Jira instances, you can follow all the steps above for each integration.
119-
120-
You're all set! Now that you've finished setting up the Jira integration, you can create Jira issues right from your HackerOne report.
124+
### Multiple Jira instances per program
125+
This feature is available for **Enterprise programs only**. If you want to integrate the same program to multiple Jira instances, you can follow all the steps above for each integration.

0 commit comments

Comments
 (0)