CData Python Connector for Jira

Build 25.0.9440

Votes

Query the available Votes in Jira.

Select

本製品 は、Jira API を使用してIssueId またはIssueKey を参照するフィルタを処理します。結果を取得するためにはいずれか1つが必要です。Jira API では、これらのカラムをフィルタするためにイコール(=)演算子のみがサポートされています。

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

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

SELECT * FROM Votes WHERE IssueId = 10100
SELECT * FROM Votes WHERE IssueKey = 'MKY-1'

Columns

Name Type References SupportedOperators Platform Description
Username String Server The username of the issue voter.
DisplayName String Common The display name of the issue voter.
Active Boolean Common Boolean indicating if the vote is active.
UserKey String

Users.Key

Server The user key of the issue voter.
AccountId String

Users.AccountId

Cloud The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
IssueId String

Issues.Id

= Common The issue Id of the vote.
IssueKey String

Issues.Key

= Common The issue key of the vote.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440