With the help of schemas you can customize issue fields.
Note: the Reports will be generated according to the issue schema that is set as default in the project;
To create Issue schema:
Click +Schema
;
Select Schema template (optional);
+
to add fields to the schema:
Custom fields (optional) - you can add several fields of each type to the schema (you can edit IDs and technical names of the fields):
Markdown - text in Markdown format;
Note: to apply autofill of the markdown fields from the Issue templates, you must specify the following technical names for the fields:
- generalDescription - corresponds to the field General description
- recommendations - corresponds to the field Recommendations
- riskDescription - corresponds to the field Risk description
- stepsToReproduce - corresponds to the field Steps to Reproduce
- technicalDescription - corresponds to the field Technical description
Checkbox - single checkbox;
Select - field for selecting one or several options:
Radio buttons - field for entering radio buttons;
*
next to the selected field;Preview
to view the schema;Create
to save issue schema;Create issue
to create issue by issue schema.To import Issue schema:
Import
;
Browse
to upload issue schema or drop it to the field in a.json
format;
Import
. New issue schema appears in the list.To export Issue schema:
Export
;Export
:
.json
format.Note: if you export several issue schemas, they will be saved to one
.json
file.
Predefined fields
Technical name | Type | Displayed name | Comment |
---|---|---|---|
uuid | UUID | uuid | Unique schema ID |
postTime | DATETIME | Created | Date of the schema creation |
editTime | DATETIME | Edited | Date of the last schema modification |
ips | IP | IP addresses | Field for IP addresses |
hostnames | HOSTNAME | Hostnames | Field for Hostnames |
requests | REQUEST | HTTP requests | Field for HTTP Requests |
criticalityScore | INTEGER | Criticality | Issue criticality (1 - low, 2 - medium, 3 - high) |
probabilityScore | INTEGER | Probability | Issue probability (1 - low, 2 - medium, 3 - high) |
totalScore | INTEGER | Total risk | Total risk of the Issue (1 - low, 2 - medium, 3 - high) |
weaknessType | TEXT | Weakness type | String for Weakness type |
generalDescription | TEXT_MD | Description | Field for Issue description (Markdown) |
risksDescription | TEXT_MD | Risks | Field for Risk description (Markdown) |
technicalDescription | TEXT_MD | Technical description | Field for Technical description (Markdown) |
recommendations | TEXT_MD | Recommendations | Field for Recommendations (Markdown) |
reproduceDescription | TEXT_MD | Steps to reproduce | Field for Steps to reproduce (Markdown) |