PwsProjectIssueCategoryDetail

Overview

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

Format

PwsProjectIssueCategoryDetail
  • PwsProjectIssueCategoryDetail
    • ProjectIssueCategoryId: Int32

    • ProjectIssueCategoryUid: Int64

    • InactiveFlag: Boolean

    • Name: String(50)

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueCategoryId

Int32

No


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


ProjectIssueCategoryUid

Int64

On Insert: No

On Update: Yes


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

1152921504606992779

InactiveFlag

Boolean

No

false

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


Example 01
                   		<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>