ProjectIssues
The Project Issues resource is used to view issues associated to the project.
Columns
| Name | Type | Description |
| IssueId [KEY] | Long | Unique identifier of the issue. |
| IssueUISummary | String | Summarized description of the issue. |
| IssueNumber | String | The generated number of the issue. |
| IssueOwnerId | Long | Unique identifier of the person resource who owns the issue. |
| ProjectId | Long | Unique identifier of the project associated to the issue. |
| PriorityCode | String | Code representing the priority of the issue. Valid values are HIGH, MEDIUM, and LOW. |
| StatusCode | String | Code representing the status of the issue. Valid values are IN PROGRESS, NOT STARTED, and COMPLETE. |
| IssueTypeId | Long | Unique identifier of the issue type. |
| IssueDescription | String | Detailed description of the issue. |
| NeedByDate | Date | Date by which the issue should be resolved or closed. |
| DateCreated | Date | Date when the issue was created. |
| ClosedDate | Date | Date when the issue is closed. |
| ClosedReasonCode | String | Code representing the reason for closing an issue as CANCELED, DUPLICATE, OBSOLETE, or RESOLVED. |
| Resolution | String | Text summarizing the resolution when closing the issue. |
| ReopenSummary | String | Text describing the reason to reopen the issue. |
| IssueCreatorId | Long | Unique identifier of the person resource who created the issue. |
| IssueUpdatedByName | String | Name of the person who last updated the issue. |
| UpdateDate | Datetime | Date when the issue was last updated. |
| IssueOwnerEmail | String | Email of the person who owns the issue. |
| IssueOwnerName | String | Name of the person who owns the issue. |
| ProjectName | String | Name of the project associated to the issue. |
| ProjectNumber | String | Generated number of the project associated to the issue. |
| IssuePriority | String | Priority of the issue as high, medium, or low. |
| IssueStatus | String | Status of the issue as new, in progress, or closed. |
| IssueCreatorEmail | String | Email of the person who created the issue. |
| IssueCreatorName | String | Name of the person who created the issue. |
| ClosedReason | String | Reason for closing an issue such as resolved or obsolete. |
| IssueType | String | The type used to categorize the issue, such as general. |
| ObjectId | Long | The identifier of the object to which an issue is assigned. |
| ObjectType | String | The identifier of the type of object to which the issue is assigned, such as Program. |
| TaskId | Long | Id of the task for which issue is created. |
| Task | String | Name of the task for which issue is created. |
| Finder | String | finder |