# Issue

Represents an issue entity.

Extends [DocumentInfo](Import-DocumentInfo.html).

## Properties

| Name | Type | Description |
| --- | --- | --- |
| fields |  [DocumentFields](Import-DocumentFields.html)  |  The field values of the issue.   |
| history |  Array.<[HistoryItem](Import-HistoryItem.html)>  |  The history of the issue.   |
| id |  string  |  The issue ID.   |
| key |  string  |  The issue key.   |

## See also

[DocumentInfo](Import-DocumentInfo.html) [DocumentFields](Import-DocumentFields.html) [HistoryItem](Import-HistoryItem.html)

