ProjectIssuesIssueAction
The Project Issues Action Items resource is used to view action items. Action items are tasks that are defined for issues that facilitates issue resolution.
Columns
| Name | Type | Description |
| ProjectIssuesIssueId [KEY] | Long | The unique identifier of the issue. |
| ActionItemId [KEY] | Long | Unique identifier of the action item associated to the issue. |
| ActionItemOwnerName | String | Name of the person who owns the action item. |
| ActionItemStatus | String | Status of the action item as new, in progress, or closed. |
| ActionItemOwnerEmail | String | Email of the person who owns the action item. |
| ActionItemSummary | String | Summary text describing the action item associated to the issue. |
| NeedByDate | Date | Date by which the action item should be resolved or closed. |
| ActionItemOwnerId | Long | Unique identifier of the person resource who owns the action item. |
| Description | String | Detailed text describing the action item associated to the issue. |
| ActionItemStatusCode | String | Code representing the status of the action item. Valid values are IN PROGRESS, NOT STARTED, and COMPLETE. |
| Finder | String | finder |
| IssueId | Long | issueid |