Overview
This structure represents the full details of an open project issue alert.
Elements
Element | Data Type | Description | Sample Data |
---|
CategoryIdentity | PwsProjectIssueCategoryRef | The project issue category. |
|
Description | String | The project issue description. | Notes are not saved properly |
DueDate | Date | The project issue due date (in midnight UTC format). | 2017-08-01T00:00:00Z |
IssueNumber | Int32 | The project issue number. | 1 |
Priority | String | The project issue priority. | L |
ProjectIdentity | PwsProjectRef | The project associated with the issue. |
|
ProjectIssueIdentity | PwsProjectIssueRef | The project issue identity. |
|
StatusIdentity | PwsProjectIssueStatusRef | The project issue status. |
|
Usage Example(s)
<a:PwsOpenIssueAlert>
<a:CategoryIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectIssueCategoryId i:nil="true"/>
<b:ProjectIssueCategoryUid>1152921504607321987</b:ProjectIssueCategoryUid>
</a:CategoryIdentity>
<a:Description>Notes are not saved properly</a:Description>
<a:DueDate>2017-08-01T00:00:00Z</a:DueDate>
<a:IssueNumber>1</a:IssueNumber>
<a:Priority>L</a:Priority>
<a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectCode>P001358-001</b:ProjectCode>
<b:ProjectId i:nil="true"/>
<b:ProjectUid>1152921504607411772</b:ProjectUid>
</a:ProjectIdentity>
<a:ProjectIssueIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectIssueId i:nil="true"/>
<b:ProjectIssueUid>1152921504606874025</b:ProjectIssueUid>
<b:ReferenceId i:nil="true"/>
<b:ExternalSystemIdentifier i:nil="true"/>
</a:ProjectIssueIdentity>
<a:StatusIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
<b:ProjectIssueStatusId i:nil="true"/>
<b:ProjectIssueStatusUid>1152921504607955953</b:ProjectIssueStatusUid>
</a:StatusIdentity>
</a:PwsOpenIssueAlert>