Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titlePwsProjectIssueHistory
  • PwsProjectIssueHistory
    • DescriptionChangedFlag: Boolean
    • DueDateChangedFlag: Boolean
    • HistoryType: String
    • OwnerChangedFlag: Boolean
    • PriorityChangedFlag: Boolean
    • ProjectIssue: PwsProjectIssueDetail
    • ProjectIssueCategoryChangedFlag: Boolean
    • ProjectIssueStatusChangedFlag: Boolean
    • UpdatedByUser: PwsUserSummary
    • UpdatedTimestamp: DateTime

...

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: updated
S: status changed
N: new issue

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

PwsProjectIssueDetail

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

PwsUserSummary

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)

...