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

Skip to content

Commit 914c2c8

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

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
@@ -11,7 +11,7 @@ Variable | Description | Example
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. |
1313
`{{details_truncated}}` | The link, date, reporter, weakness, and description of the vulnerability in the report in plain text format truncated at 4,000 characters.
14-
`{{details}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format. |
14+
`{{details}}` | The link, date, reporter, weakness, 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.
1717
`{{email}}` | The email address of the user creating the Jira issue |

0 commit comments

Comments
 (0)