Overview
This structure is used to uniquely identify contains complete information of a project issue . Project issues can be identified by ProjectIssueUid, and it can also be tagged by a user defined ID called ReferenceId. category and it only appears in response from web service PwsGetProjectIssueCategories.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type |
---|
Required?
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:PwsProjectIssueCategory> <ProjectIssueCategoryId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">465610</ProjectIssueCategoryId> <ProjectIssueCategoryUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607312586</ProjectIssueCategoryUid> <a:InactiveFlag>true</a:InactiveFlag> <a:Name>Production</a:Name> <a:SortOrder>2</a:SortOrder> </a:PwsProjectIssueCategory> |
...