Overview
This structure contains the complete set of information about a project issue's historya historical snapshot of a project issue. A collection of these structures together comprise the history of a project issue, recording all significant changes and transitions that occurred to the issue during its lifetime.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
DescriptionChangedFlag | Boolean | If set to 'true', the description of this issue was changed. | false |
DueDateChangedFlag | Boolean | If set to 'true', the due date of this issue was changed. | false |
HistoryType | String | The types of issue history: A: added | U |
OwnerChangedFlag | Boolean | If set to 'true', the owner of this issue was changed. | true |
PriorityChangedFlag | Boolean | If set to 'true', the priority of this issue was changed. | true |
ProjectIssue | The complete set snapshot of information of a the project issue. The values reflect the values after the history triggering event. Click here for more information. | ||
ProjectIssueCategoryChangedFlag | Boolean | If set to 'true', the category of this issue was changed. | false |
ProjectIssueStatusChangedFlag | Boolean | If set to 'true', the status of this issue was changed. | true |
UpdatedByUser | The basic information of a useruser that triggered the history event. Click here for more information. | ||
UpdatedTimestamp | DateTime | The time when this update happened. | 2018-03-06T20:19:37.53Z |
Usage Example(s)
...