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

Skip to content

Commit e32a62f

Browse files
Finish remaining variables
1 parent 3811fb3 commit e32a62f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/programs/integration-variables.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ id: "programs/integration-variables"
77
Variable | Description | Example
88
-------- | ------ |
99
`{{assignee}}` | The user that's assigned to the report. |
10-
`{{days_after_report(days)}}` |
10+
`{{days_after_report(days)}}` | Provides a date based on the report creation date and the provided arugment on the provided argument. `{{days_after_report(5)}}` will output a date 5 days after the report was created. |
1111
`{{details_custom_jira}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in a special Jira flavored markdown format. |
1212
`{{details_markdown}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in markdown format. |
1313
`{{details_truncated}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format truncated at 4,000 characters.
1414
`{{details}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format. |
15-
`{{due_date(days_from_now)}}` |
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. |
1616
`{{email_local_part}}` | The local part of the user creating the Jira issue. The local part of an email address is the part before the @ symbol.
1717
`{{email}}` | The email address of the user creating the Jira issue |
1818
`{{escalation_time}}` | The date and time of when the report was escalated to Jira. |
19-
`{{jira_severity}}` |
19+
`{{jira_severity}}` | The severity of the report in Jira mapping. `none` converts to `1` and `critical` converts to `5`. |
2020
`{{report_id}}` | The ID of the report |
2121
`{{report_link}}` | The url of the report |
2222
`{{reporter_link}}` | The url of the researcher's HackerOne profile |
2323
`{{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) |
2424
`{{reporter_username}}` | The username of the researcher that reported the vulnerability |
25-
`{{submission_date_custom_format}}` |
26-
`{{submission_date_y_m_d}}` |
27-
`{{submission_date}}` | The created date of the report |
25+
`{{submission_date_custom_format}}` | The created date of the report in `DD-MM-YYYY` |
26+
`{{submission_date_y_m_d}}` | The creation date of the report in `YYYY-MM-DD` |
27+
`{{submission_date}}` | The created date of the report in `DD/MM/YYYY` |
2828
`{{title}}` | The title of the report |
2929
`{{vulnerability_information}}` | The description of the vulnerability in the report. |
3030
`{{weakness}}` | The CWE weakness of the report |

0 commit comments

Comments
 (0)