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. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false.
For example, the following query is processed server side:
SELECT * FROM Watchers WHERE IssueId='MKY-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. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
IssueId | String | The issue Id of the watcher. | |
IssueKey | String | The issue key of the watcher. |