You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programs/integration-variables.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ Variable | Details |
11
11
`{{cvss_score}}` | The CVSS severity score of the report. |
12
12
`{{cvss_vector}}` | The CVSS vector string of the report. |
13
13
`{{days_after_report(days)}}` | Provides a date based on the report creation date and the provided argument. `{{days_after_report(5)}}` will output a date 5 days after the report was created. |
14
-
`{{details_custom_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report. These are written in a markdown format customized for Jira. |
14
+
`{{details_custom_jira}}` | The link, date, reporter, weakness, comments and description of the vulnerability in the report. These are written in a markdown format customized for Jira. |
15
+
`{{details_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report. These are written in a markdown format customized for Jira. |
15
16
`{{details_markdown}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in markdown format. |
16
17
`{{details_truncated}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in plain text format. These details are truncated at 4,000 characters.
17
18
`{{details}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in plain text format. |
Copy file name to clipboardExpand all lines: docs/programs/jira-setup.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ Ee69GuatJo5veIMeDwIDAQAB
77
77
78
78

79
79
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
-
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
82
*Note: only [supported Jira field types](/programs/jira-faqs.html) are shown.*
83
83
84
84

@@ -113,7 +113,11 @@ Comment added | Post an internal comment when someone comments on an issue.
113
113
114
114

115
115
116
-
19. Click **Finish**. Once the screen disappears, click **Enable** to enable the integration.
116
+
19. (Optional) Once you complete this integration, a Jira webhook will be automatically created in your Jira instance. If there is no webhook created, you can use this Webhook URL to create a webhook manually with the Issue Updated and Comment Created events.
117
+

118
+
119
+
120
+
20. Click **Finish**. Once the screen disappears, click **Enable** to enable the integration.
117
121
118
122

119
123
@@ -123,7 +127,7 @@ You're all set! Now that you've finished setting up the Jira integration, you ca
123
127
124
128
If you have multiple HackerOne programs, you can integrate them to the same Jira instance. Follow steps 11-19 for each subsequent program you need to add an integration for.
125
129
126
-
*Note: You only need to follow steps 11-19 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.*
130
+
*Note: You only need to follow steps 11-20 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.*
127
131
128
132
### Multiple Jira instances per program
129
133
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