RequestStatusChangelog
This resource represents the status transitions for a customer request.
Select
The connector will use the Jira Service Management API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the connector.
- RequestID supports the '=' operator.
- RequestKey supports the '=' operator.
SELECT * FROM RequestStatusChangelog WHERE RequestID = '10001' SELECT * FROM RequestStatusChangelog WHERE RequestKey = 'TEST-1'
Columns
Name | Type | Description |
RequestId [KEY] | String | The Id of the request. |
RequestKey [KEY] | String | The Key of the request. |
Status | String | The status of the request. |
StatusDate | Datetime | The date of the request status. |