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 Next »

Overview


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

Format


PwsOpenIssueAlerts

Elements


Element

Data Type

Description

Sample Data

AlertCount

Int32

The total number of alerts, this is returned only when the

 

Alerts

PwsOpenIssueAlert [???]

 

 

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</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