File tree Expand file tree Collapse file tree
dojo/templates/issue-trackers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ h2. Group
1313h2. Summary
1414*Severity:* {{ finding_group.findings.all | jira_severity }} {% if finding_group.sla_deadline %} *Due Date:* {{ finding_group | jira_sla_deadline }} {% endif %}
1515
16- Findings matching the Active{% if system_settings .enforce_verified_status or system_settings .enforce_verified_status_jira %} , Verified{% endif %} and Severity criteria:
16+ Findings matching the Active, Verified and Severity criteria:
1717|| Severity || CVE || CWE || Component || Version || Title || Status || {% for finding in finding_group| jira_qualified_findings %}
1818| {{finding.severity }}| {% if finding.cve %}[{{finding.cve }}| {{finding.cve | vulnerability_url}}]{% else %}None{% endif %}| [{{finding.cwe }}| {{finding.cwe | cwe_url}}]| {{finding.component_name | jiraencode_component}}| {{finding.component_version }}| {% url 'view_finding' finding.id as finding_url %}[{{ finding.title | jiraencode}}| {{ finding_url| full_url }}]| {{ finding.status }}| {% endfor %}
1919
20- Findings *not * matching the Active{% if system_settings .enforce_verified_status or system_settings .enforce_verified_status_jira %} , Verified{% endif %} and Severity criteria:
20+ Findings *not * matching the Active, Verified and Severity criteria:
2121|| Severity || CVE || CWE || Component || Version || Title || Status || {% for finding in finding_group| jira_non_qualified_findings %}
2222| {{finding.severity }}| {% if finding.cve %}[{{finding.cve }}| {{finding.cve | vulnerability_url}}]{% else %}None{% endif %}| [{{finding.cwe }}| {{finding.cwe | cwe_url}}]| {{finding.component_name | jiraencode_component}}| {{finding.component_version }}| {% url 'view_finding' finding.id as finding_url %}[{{ finding.title | jiraencode}}| {{ finding_url| full_url }}]| {{ finding.status }}| {% endfor %}
2323
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ h2. Group
1313h2. Summary
1414*Severity:* {{ finding_group.findings.all | jira_severity }} {% if finding_group.sla_deadline %} *Due Date:* {{ finding_group | jira_sla_deadline }} {% endif %}
1515
16- Findings matching the Active{% if system_settings .enforce_verified_status or system_settings .enforce_verified_status_jira %} , Verified{% endif %} and Severity criteria:
16+ Findings matching the Active, Verified and Severity criteria:
1717{% for finding in finding_group| jira_qualified_findings %}
1818- [{{ finding.title | jiraencode}}| {{ finding_url| full_url }}]{% endfor %}
1919
20- Findings *not * matching the Active{% if system_settings .enforce_verified_status or system_settings .enforce_verified_status_jira %} , Verified{% endif %} and Severity criteria:
20+ Findings *not * matching the Active, Verified and Severity criteria:
2121{% for finding in finding_group| jira_non_qualified_findings %}
2222- [{{ finding.title | jiraencode}}| {{ finding_url| full_url }}]{% endfor %}
2323
You can’t perform that action at this time.
0 commit comments