RequestParticipants
This resource represents request participants.
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.
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. |