BugTrackingIssue
Represents a single issue.
Public Fields:
| Name | Type | Description |
| IssueNumber | String | The unique number of the issue. If the issue is empty (new), IssueNumber holds 0. |
| IsReadOnly | Boolean | Holds true if the user has permission to save this issue, else false. |
| FieldsArray | IssueField[] | Holds the array of fields that contain the actual data of the issue. |