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 |
Specifies the user who is currently assigned to work on the issue. |
Summary |
Specifies a one-line summary of the issue. |
Description |
Provides a detailed description of the issue. |
Reporter |
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 |
Specifies the project components the issue belongs to. |
Effects Version/s |
Specifies the versions that the issue effects are found in. |
Fix Version/s |
Specifies the versions that the issue will... |