Tableau Connector for Jira

Build 24.0.9062

Statuses

Query the possible Statuses in Jira.

Select

connector はJira API を使用して、Id またはName カラムを参照するフィルタを処理します。Name カラムの検索では、大文字と小文字が区別されます。

connector はその他のフィルタをクライアント側で内部で実行します。例えば、次のクエリはサーバー側で処理されます。

SELECT * FROM Statuses WHERE Id = '10003'

SELECT * FROM Statuses WHERE Name = 'Closed'

Columns

Name Type References SupportedOperators Platform Description
Id [KEY] Integer = Common The Id of the status.
Name String = Common The name of the status.
Description String Common The description of the status.
CategoryId Integer Common The Category Id of the status.
CategoryKey String Common The Category Key of the status.

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