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

Skip to content

Commit a933bef

Browse files
Update docs/programs/integration-variables.md
Co-Authored-By: Saida <[email protected]>
1 parent 5ff8a24 commit a933bef

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
@@ -9,7 +9,7 @@ Variable | Description | Example
99
`{{assignee}}` | The user that's assigned to the report. |
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. |
12-
`{{details_markdown}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in markdown format. |
12+
`{{details_markdown}}` | The link, date, reporter, weakness, 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. |
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. |

0 commit comments

Comments
 (0)