...
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.
...
Element | Data Type | Required? | Default | Description | Sample Data | ||||
---|---|---|---|---|---|---|---|---|---|
ProjectIssueIdProjectIssueCategoryId | Int32 | No | The project issue category Id is a unique identifier for a project issue category. For internal use only. | ||||||
ProjectIssueUidProjectIssueCategoryUid | Int64 | On Insert: No On Update: Yes | The project issue category Uid is a unique and immutable identifier for a project issue category. | 1152921504606992779 | |||||
ReferenceIdInactiveFlag | StringBoolean | No | This is a user-defined ID for project issue. It allows user to tag project issues that are submitted in a web service request, and is echoed in the web service response to allow user to correlate project issues in the response to the ones in request. | #1 | |||||
AttachmentClearFlag | Boolean | No | false | If set to 'true, attachment documents are removed from the issue.Name | String | No | false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
...