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 contains the complete set of information about a project issue's history. The structure is used both to retrieve detailed history information of a project issue. 

Format

PwsProjectIssueStatus
  • PwsProjectIssueStatus
    • ProjectIssueStatusId: Int32
    • ProjectIssueStatusUid: Int64
    • InactiveFlag: Boolean
    • Name: String
    • SortOrder: Int16
    • TreatAsClosedFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueStatusId

Int32

 

 

 

 

ProjectIssueStatusUid

Int64

 

 

 

 

InactiveFlag

Boolean

 

 

 

 

Name

String

 

 

 

 

SortOrder

Int16

 

 

 

 

TreatAsClosedFlag

Boolean

 

 

 

 

Usage Example(s)


Example 01
                 <a:PwsProjectIssueStatus>
                  <ProjectIssueStatusId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1119752</ProjectIssueStatusId>
                  <ProjectIssueStatusUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607966728</ProjectIssueStatusUid>
                  <a:InactiveFlag>false</a:InactiveFlag>
                  <a:Name>New</a:Name>
                  <a:SortOrder>1</a:SortOrder>
                  <a:TreatAsClosedFlag>false</a:TreatAsClosedFlag>
               </a:PwsProjectIssueStatus>                              
  • No labels