PwsProjectIssueCategory
PwsProjectIssueCategory
Overview
This structure contains complete information of a project issue category. It 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 |
Usage Example(s)
, multiple selections available,
Related content
PwsGetProjectIssueCategories
PwsGetProjectIssueCategories
More like this
PwsGetProjectIssueStatuses
PwsGetProjectIssueStatuses
More like this
PwsProjectRoleDetail
PwsProjectRoleDetail
More like this
PwsProjectProjectTaskTypes
PwsProjectProjectTaskTypes
More like this
PwsProjectProjectRoles
PwsProjectProjectRoles
More like this
PwsGetProjectIssueHistory
PwsGetProjectIssueHistory
More like this