Overview
This structure contains complete information of a project issue category and it only appears in response from web service PwsGetProjectIssueCategories.
Format
PwsProjectIssueCategory
- PwsProjectIssueCategory
- ProjectIssueCategoryId: Int32
- ProjectIssueCategoryUid: Int64
- InactiveFlag: Boolean
- Name: String (50)
- SortOrder: Int16
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ProjectIssueCategoryId | Int32 | The project issue Id is a unique identifier for a project issue category. For internal use only. | |
ProjectIssueCategoryUid | Int64 | The project issue category Uid is a unique and immutable identifier for a project issue category. | 1152921504607312586 |
InactiveFlag | Boolean | If 'true', this project issue category is inactive. | true |
Name | String (50) | Name of the project issue category | Production |
SortOrder | Int16 | Sort order of the project issue category in the collection. | 2 |