/
PwsProjectIssueStatusDetail

PwsProjectIssueStatusDetail

Overview

This structure contains the complete set of information about a project issue status.  The project issue status detail is configured on project level.  

Format

PwsProjectIssueStatusDetail
  • PwsProjectIssueStatusDetail
    • ProjectIssueStatusId: Int32

    • ProjectIssueStatusUid: Int64

    • InactiveFlag: Boolean

    • Name: String(50)

    • TreatAsClosedFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueStatusId

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

On Insert: No

On Update: Yes


The project issue status Uid is a unique and immutable identifier for a project issue status.
InactiveFlagBooleanNofalseStatus of the project issue status. If set to "true", then the project issue status is inactive.
NameString(50)

On Insert: Yes

On Update: No


Name of the project issue status.Active
TreatAsClosedFlagBooleanNofalseIf set to "true", this status indicates a closed state.

Usage Example(s)


Example 01
                    <b:PwsProjectIssueStatusDetail>
                           <b:ProjectIssueStatusId i:nil="true"/>
                           <b:ProjectIssueStatusUid>1152921504608120267</b:ProjectIssueStatusUid>
                           <b:InactiveFlag>false</b:InactiveFlag>
                           <b:Name>1012-Closed</b:Name>
                           <b:TreatAsClosedFlag>true</b:TreatAsClosedFlag>
                        </b:PwsProjectIssueStatusDetail>

Related content

PwsProjectIssueStatus
PwsProjectIssueStatus
More like this
PwsProjectIssueStatusRef
PwsProjectIssueStatusRef
More like this
PwsProjectIssueDetail
PwsProjectIssueDetail
More like this
PwsProjectIssueCategoryDetail
PwsProjectIssueCategoryDetail
More like this
PwsGetProjectIssueStatuses
PwsGetProjectIssueStatuses
More like this
PwsProjectIssueCategory
PwsProjectIssueCategory
More like this