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

Format

Panel
titlePwsProjectIssueCategoryDetail
  • PwsProjectIssueCategoryDetail
    • ProjectIssueCategoryId: Int32

    • ProjectIssueCategoryUid: Int64

    • InactiveFlag: Boolean

    • Name: String(50)

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueIdProjectIssueCategoryId

Int32

No


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


ProjectIssueUidProjectIssueCategoryUid

Int64

On Insert: No

On Update: Yes


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

1152921504606992779

ReferenceIdInactiveFlag

StringBoolean

NoThis is a user-defined ID for

false

Status of the project issue category. 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

If set to "true", then the project issue category is inactive.


Name

String(50)

On Insert: Yes

On Update: No


The name of the project issue category.


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                   		<b:PwsProjectIssueCategoryDetail>
                           <b:ProjectIssueCategoryId i:nil="true"/>
                           <b:ProjectIssueCategoryUid>1152921504607424702</b:ProjectIssueCategoryUid>
                           <b:InactiveFlag>false</b:InactiveFlag>
                           <b:Name>1012-Category 2</b:Name>
                        </b:PwsProjectIssueCategoryDetail>