Jira · Schema
IssueFields
The fields of a Jira issue.
AgileIssue TrackingITSMProject ManagementService Management
Properties
| Name | Type | Description |
|---|---|---|
| summary | string | The summary (title) of the issue. |
| description | string | The description of the issue in Atlassian Document Format (ADF). |
| assignee | string | The user assigned to the issue. |
| labels | array | Labels applied to the issue. |
| components | array | Components associated with the issue. |
| fixVersions | array | Fix versions for the issue. |
| versions | array | Affected versions for the issue. |
| resolution | string | The resolution of the issue. |
| resolutiondate | ['string', 'null'] | The date the issue was resolved. |
| created | string | The date and time the issue was created. |
| updated | string | The date and time the issue was last updated. |
| duedate | ['string', 'null'] | The due date of the issue. |
| subtasks | array | Sub-tasks of the issue. |
| parent | string | The parent issue, if this is a sub-task. |
| environment | string | The environment in which the issue was found in ADF. |
| attachment | array | Attachments on the issue. |
| issuelinks | array | Links to other issues. |