Using REST API, can I query for multiple issues and get custom fields?

David Swearingen October 24, 2017

I need to query a few hundred issues for a specific numeric custom field and a couple other regular fields.  Is this possible?  Thanks.

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2017

Yes, you can build jql queries and issue them over a REST call.  A search will get you all fields from the returned issues, unless you deliberately limit the response.

David Swearingen October 24, 2017

thanks, i was able to figure this out.

0 votes
arLevi January 29, 2019

JQL doesn't provide special fields like "Voters" - is there any way to get them using JQL ?

Suggest an answer

Log in or Sign up to answer