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
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ Variable | Description | Example
8
8
-------- | ------ |
9
9
`{{assignee}}` | The user that's assigned to the report. |
10
10
`{{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. |
11
-
`{{details_custom_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in a special Jira flavored markdown format. |
11
+
`{{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. |
12
12
`{{details_markdown}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in markdown format. |
13
-
`{{details_truncated}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in plain text formattruncated at 4,000 characters.
13
+
`{{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.
14
14
`{{details}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in plain text format. |
15
-
`{{due_date(days_from_now)}}` | Provides a date in the future based on the provided argument. `{{due_date(5)}}` will output a date 5 days from now. |
16
-
`{{email_local_part}}` | The local part of the email address of the user creating the Jira issue. The local part of an email address is the part before the @ symbol.
17
-
`{{email}}` | The email address of the user creating the Jira issue |
15
+
`{{due_date(days_from_now)}}` | Provides a date in the future based on the provided argument. Example: `{{due_date(5)}}` will output a date 5 days from now. |
16
+
`{{email_local_part}}` | The local part of the email address of the user creating the Jira issue. *Note: The local part of an email address is the part before the @ symbol.*
17
+
`{{email}}` | The email address of the user creating the Jira issue. |
18
18
`{{escalation_time}}` | The date and time of when the report was escalated to Jira. |
19
19
`{{jira_severity}}` | The severity of the report in Jira mapping. `none` converts to `1` and `critical` converts to `5`. |
20
-
`{{report_id}}` | The ID of the report |
21
-
`{{report_link}}` | The URL of the report |
22
-
`{{reporter_link}}` | The URL of the researcher's HackerOne profile |
23
-
`{{reporter_name}}` | The name of the researcher that reported the vulnerability (this will fallback to the username if the researcher didn't provide their name) |
24
-
`{{reporter_username}}` | The username of the researcher that reported the vulnerability |
25
-
`{{submission_date_custom_format}}` | The created date of the report in `DD-MM-YYYY` |
26
-
`{{submission_date_y_m_d}}` | The created date of the report in `YYYY-MM-DD` |
27
-
`{{submission_date}}` | The created date of the report in `DD/MM/YYYY` |
28
-
`{{title}}` | The title of the report |
20
+
`{{report_id}}` | The ID of the report. |
21
+
`{{report_link}}` | The URL of the report. |
22
+
`{{reporter_link}}` | The URL of the hacker's HackerOne profile. |
23
+
`{{reporter_name}}` | The name of the hacker that reported the vulnerability. This will fall back to the username if the hacker didn't provide their name. |
24
+
`{{reporter_username}}` | The username of the hacker that reported the vulnerability. |
25
+
`{{submission_date_custom_format}}` | The date the report was created in `DD-MM-YYYY` format. |
26
+
`{{submission_date_y_m_d}}` | The date the report was created in `YYYY-MM-DD` format. |
27
+
`{{submission_date}}` | The date the report was created in `DD/MM/YYYY` format. |
28
+
`{{title}}` | The title of the report. |
29
29
`{{vulnerability_information}}` | The description of the vulnerability in the report. |
30
-
`{{weakness}}` | The CWE weakness of the report |
30
+
`{{weakness}}` | The CWE weakness of the report. |
0 commit comments