ADO.NET Provider for Jira

Build 23.0.8839

Watchers

Query the available Watchers in Jira.

Select

本製品 は、Jira API を使用してIssueId またはIssueKey に基づいてフィルタを処理します。結果を取得するためには、いずれか1つが必要です。IssueId およびIssueKey は、イコール演算子(=) でのみ使用できます。

本製品 は、他のフィルタをクライアント側で内部で実行します。

例えば、次のクエリはサーバー側で処理されます。

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839