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

Skip to content

Commit 06820f1

Browse files
Start with a Jira variables doc
1 parent 0448491 commit 06820f1

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/programs/jira-variables.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Jira Variables"
3+
path: "/programs/jira-variables.html"
4+
id: "programs/jira-variables"
5+
---
6+
7+
Variable | Description | Example
8+
-------- | ------ | ------
9+
`{{assignee}}` | The user that's assigned to the report. |
10+
`{{days_after_report(days)}}` |
11+
`{{details_custom_jira}}` | The link, date, reporter, weaknesss, 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. |
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.
14+
`{{details}}` | The link, date, reporter, weaknesss, and description of the vulnerability in the report in plain text format. |
15+
`{{due_date(days_from_now)}}` |
16+
`{{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.
17+
`{{email}}` | The email address of the user creating the Jira issue |
18+
`{{escalation_time}}` | The date and time of when the report was escalated to Jira. |
19+
`{{jira_severity}}` |
20+
`{{report_id}}` | The ID of the report |
21+
`{{report_link}}` | The url of the report |
22+
`{{reporter_link}}` | The url of the researcher's HackerOne profile |
23+
`{{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) |
24+
`{{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 |
28+
`{{title}}` | The title of the report |
29+
`{{vulnerability_information}}` | The description of the vulnerability in the report. |
30+
`{{weakness}}` | The CWE weakness of the report |

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
path: /programs/jira-cloud-integration.html
173173
- title: Jira Server Setup
174174
path: /programs/jira-server-integration.html
175+
- title: Jira Variables
176+
path: /programs/jira-variables.html
175177
- title: Jira FAQs
176178
path: /programs/jira-faqs.html
177179
- title: MantisBT

0 commit comments

Comments
 (0)