8000 Update docs/programs/integration-variables.md · beingmoin/docs.hackerone.com@a18d0c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a18d0c4

Browse files
Update docs/programs/integration-variables.md
Co-Authored-By: Saida <saida.temirkhodjaeva@gmail.com>
1 parent a933bef commit a18d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programs/integration-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Variable | Description | Example
1010
`{{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. |
1111
`{{details_custom_jira}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in a special Jira flavored markdown format. |
1212
`{{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, weaknesss, and description of the vulnerability in the report in plain text format truncated at 4,000 characters.
13+
`{{details_truncated}}` | The link, date, reporter, weakness, 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. |
1515
`{{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.

0 commit comments

Comments
 (0)
0