Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview


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

Format


PwsOpenIssueAlert

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

The project issue due date (in 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 

L

ProjectIdentity

PwsProjectRef

The project identity associated with the project workspace

 

ProjectIssueIdentity

PwsProjectIssueRef

The project issue identity 

 

StatusIdentity

PwsProjectIssueStatusRef

The project issue status 

 

Usage Example(s)


Example 01
                    <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>
  • No labels