TDV Adapter for Jira

Build 22.0.8462

Watchers

Query the available Watchers in JIRA.

Select

The adapter 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 adapter will execute other filters client-side within itself.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462