Watchers
Query the available Watchers in Jira.
Select
The driver will use the Jira APIs to process filters based on IssueId or IssueKey. One of these is required to retrieve results. IssueId and IssueKey can be used only with the equal (=) operator.
The driver will execute other filters client-side within itself.
For example, the following query is processed server side:
SELECT * FROM Watchers WHERE IssueId = '10100' SELECT * FROM Watchers WHERE IssueKey = 'PRJ-1'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
DisplayName | String | Common | The displayed name of the watcher. | ||
EmailAddress | String | Common | The email address of the watcher. | ||
AccountId [KEY] | String | Cloud | The accountId of the watcher. | ||
Key [KEY] | String | Server | The key of the watcher. | ||
Name | String | Server | The name of the watcher. | ||
IssueId | String | = | Common | The issue Id of the watcher. | |
IssueKey | String | = | Common | The issue key of the watcher. |