/
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
PwsProjectIssueCategoryRef
PwsProjectIssueCategoryRef
More like this
PwsGetProjectIssueCategories
PwsGetProjectIssueCategories
More like this
PwsProjectIssueCategoryDetail
PwsProjectIssueCategoryDetail
More like this
PwsProjectIssueRef
PwsProjectIssueRef
More like this
PwsProjectIssueDetail
PwsProjectIssueDetail
More like this
PwsProjectIssueStatusDetail
PwsProjectIssueStatusDetail
More like this