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

« Previous Version 3 Next »

Overview

This structure is used to uniquely identify a project issue.  Project issues can be identified by ProjectIssueStatusUid. 

Format

PwsProjectIssueStatusRef
  • PwsProjectIssueStatusRef
    • ProjectIssueStatusId: Int32
    • ProjectIssueStatusUid: Int64

Elements

Element

Data Type

Required?

Description

Sample Data

ProjectIssueStatusId

Int32

No



ProjectIssueStatusUid

Int64

Yes

A unique and immutable identifier for a project issue status


Usage Example(s)


Example 01
                     <a:StatusIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:ProjectIssueStatusId>851626</b:ProjectIssueStatusId>
                        <b:ProjectIssueStatusUid>1152921504607253230</b:ProjectIssueStatusUid>
                     </a:StatusIdentity>





  • No labels