Cmdlets for Jira

Build 22.0.8479

Dashboards

Query the available Dashboards in JIRA.

テーブル固有の情報

Select

本製品 はJira API を使用して一部のフィルタを処理します。JIRA はId およびFilter カラムをサポートしますが、両方同時にはサポートしません。

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

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

SELECT * FROM Dashboards WHERE Id=10001
疑似カラムFilter でフィルタをかけることもできます。
SELECT * FROM Dashboards WHERE Filter = 'favourite'

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] String = Common The Id of the dashboard.
Name String Common The name of the dashboard
View String Common The view URL of the dashboard.

Pseudo-Columns

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

Name Type Description
Filter String This is used to filter data. Valid values include favourite and my.

使用できる値は次のとおりです。favourite, my

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