...
This structure contains the complete set of information about a project issue category. The structure is used both to retrieve detailed project issue information and to pass information about a project issue back to the server to get updated The project issue category detail is configured on project level.
Format
Panel | ||
---|---|---|
| ||
|
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: Nofalse | The name of the project issue category. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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>
|