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

Skip to content

Commit f6cbddc

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

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
@@ -7,7 +7,7 @@ id: "programs/integration-variables"
77
Variable | Description | Example
88
-------- | ------ |
99
`{{assignee}}` | The user that's assigned to the report. |
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. |
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. |
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.

0 commit comments

Comments
 (0)