Cmdlets for Jira

Build 22.0.8479

Watchers

Query the available Watchers in JIRA.

Select

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

本製品 は、他のフィルタをクライアント側で内部で実行します。 SupportEnhancedSQL をfalse に設定することで、クエリのクライアント側の実行をオフにできます。

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

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

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

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.8479