Overview
This structure contains the complete set of information about a project issue. The structure is used both to retrieve detailed project information and to pass information about a project back to the server to get updated.
Format
- PwsProjectIssueDetail
- ProjectIssueId: Int32
- ProjectIssueUid: Int64
- ReferenceId: String (Luke, please add string length.)
- AttachmentClearFlag: Boolean
- Attachments: PwsProjectIssueAttachmentDetail (Luke, please list array size.)
- CategoryIdentity: PwsProjectIssueCategoryRef
- Description: String (255)
- DueDate: DateTime
- DueDateClearFlag: Boolean
- EmailIssueOwnerFlag: Boolean
- EmailPmTeamFlag: Boolean
- IssueNumber: Int32
- OwnerIdentity: PwsUserRef
- Priority: String (1)
- Resolution: String (4000)
- ResolutionClearFlag: Boolean
- StatusIdentity: PwsProjectIssueStatusRef
- Timestamp: String
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ProjectIssueId | Int32 | No | The project issue Id is a unique identifier for a project issue. For internal use only. | ||
ProjectIssueUid | Int64 | On Insert: No On Update: Yes | The project issue Uid is a unique and immutable identifier for a project issue. | 1152921504606992779 | |
ReferenceId | String | 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 response to the ones in request. | #1 | |
AttachmentClearFlag | Boolean | ||||
Attachments | Document(s) attached to this project issue. Click here for more information. | ||||
CategoryIdentity | |||||
Description | String (255) | On Insert: Yes On Update: No | |||
DueDate | DateTime | ||||
DueDateClearFlag | Boolean | ||||
EmailIssueOwnerFlag | Boolean | ||||
EmailPmTeamFlag | Boolean | ||||
IssueNumber | Int32 | ||||
OwnerIdentity | |||||
Priority | String | ||||
Resolution | String (4000) | ||||
ResolutionClearFlag | Boolean | ||||
StatusIdentity | |||||
Timestamp | String |