RequestParticipants
This resource represents request participants.
Select
The driver will use the Jira Service Desk API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the driver.
- RequestID supports the '=' operator.
SELECT * FROM RequestParticipants WHERE RequestID = '10001'
Columns
Name | Type | ReadOnly | Description |
AccountId [KEY] | String | True |
The Account Id of the participant. |
RequestId [KEY] | String | True |
The ID of the Request. |
RequestKey | String | True |
The Key of the request. |
EmailAddress | String | True |
The Email address of the participant. |
DisplayName | String | True |
The display name of the participant. |
Active | Boolean | True |
Shows if a participant is active. |
TimeZone | String | True |
The time zone of the participant. |