Votes
Query the available Votes in Jira.
Select
The add-in will use the Jira APIs to process filters that refer to IssueId or IssueKey and one of them is required to retrieve results. The Jira APIs support only the equals (=) operator to filter on these columns.The add-in will execute filters other than the following client-side within itself.
For example, the following queries are processed server side:
SELECT * FROM Votes WHERE IssueId = 10100 SELECT * FROM Votes WHERE IssueKey = 'MKY-1'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
DisplayName | String | Common | The display name of the vote. | ||
Active | Boolean | Common | Boolean indicating if the vote is active. | ||
AccountId | String | Common | The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. | ||
IssueId | String | = | Common | The issue Id of the vote. | |
IssueKey | String | = | Common | The issue key of the vote. |