Versions Compared

Key

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

...

This structure contains the complete set of information about a project issue's history. The structure is used both to retrieve detailed history information an issue status of a project issue

Format

Panel
titlePwsProjectIssueStatus
  • PwsProjectIssueStatus
    • ProjectIssueStatusId: Int32
    • ProjectIssueStatusUid: Int64
    • InactiveFlag: Boolean
    • Name: String (50)
    • SortOrder: Int16
    • TreatAsClosedFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueStatusId

Int32

 

 

 

 

The project issue Id is a unique identifier for a project issue status. For internal use only.


ProjectIssueStatusUid

Int64

 

 

 

 

A unique and immutable identifier for a project issue status

1152921504607966728

InactiveFlag

Boolean

 

 

 

 

If set to 'true', this project issue status is inactive.

true

Name

String

 

 

 

 

(50)

The name of the project issue status

New

SortOrder

Int16

 

 

 

 

 



TreatAsClosedFlag

Boolean

 

 

 

If set to 'true', this issue status is considered closed.

false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                 <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>