Built-in fields
JIRA comes with a number of built-in fields. You have already seen a few of them in the previous chapters. Fields such as summary, priority, and assignee are all built-in. They make up the backbone of an issue, and you cannot remove them from the system. For this reason, they are referred to as system fields.
The following table lists the most important built-in fields in JIRA:
System field |
Description |
Assignee |
This specifies the user who is currently assigned to work on the issue. |
Summary |
This specifies a one-line summary of the issue. |
Description |
This provides a detailed description of the issue. |
Reporter |
This specifies the user who has reported this issue (although most of the time it is also the person who has created the issue, but not always). |
Component/s |
This specifies the project components the issue belongs to. |
Effects Version/s |
This specifies the versions the issue effects are found in. |
Fix Version/s |
This specifies the versions the issue will... |