Versions Compared

Key

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

...

This structure represents the full details a collection of an open project issue alertalerts

Format

Panel
titlePwsOpenIssueAlerts

Elements


Element

Data Type

Description

Sample Data

AlertCount

Int32

The total number of alerts, this . This is returned only when the caller requested alert counts only.


Alerts

PwsOpenIssueAlert[???]

The full details list of an open project issue alertissue alerts. This will be NULL if caller asked for alert counts only.


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