Versions Compared

Key

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

...

This structure represents the full details of an open project issue alert.

Format


Panel
titlePwsOpenIssueAlert

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

DateTime

Date

The project issue due date (in midnight UTC format).

2017-08-01T00:00:00Z

IssueNumber

Int32

The project issue number

is a unique identifier for a project issue 

.

1

Priority

String

The project issue

priority 

priority.

L

ProjectIdentity

PwsProjectRef

The project

identity

associated with the

project workspace

issue.

 


ProjectIssueIdentity

PwsProjectIssueRef

The project issue

identity 

identity.

 


StatusIdentity

PwsProjectIssueStatusRef

The project issue

status  

status.


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <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>