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 status.  The structure is used both to retrieve detailed project information and to pass information about a project back to the server to get updated.project issue status detail is configured on project level.  

Format

Panel
titlePwsProjectIssueStatusDetail
  • PwsProjectIssueStatusDetail
    • ProjectIssueStatusId: Int32

    • ProjectIssueStatusUid: Int64

    • InactiveFlag: Boolean

    • Name: String(50)

    • TreatAsClosedFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueId

ProjectIssueStatusId

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

ProjectIssueStatusUidInt64

On Insert: No

On Update: Yes


The project issue status Uid is a unique and immutable identifier for a project issue status.
1152921504606992779

InactiveFlag
ReferenceId
Boolean
String
No

No

This is a user-defined ID for
falseStatus of the project issue status.
It allows user to tag project issues that are submitted in a web service request, and is echoed in the web service response to allow user to correlate project issues in the response to the ones in request.

#1

AttachmentClearFlag

Boolean

No

false

If set to 'true, attachment documents are removed from the issue.

false

Attachments

PwsProjectIssueAttachmentDetail[]

No

Document(s) attached to this project issue. Click here for more information
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)


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