Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira API v3 Get Issues assigned to a version.

Chris Raver September 19, 2025

I've been using the Atlassian Jira API's for years to generate reports for my development team. Last week the API's stopped working. It looks like API v2 was deprecated and I don't see an API v3 that gives us what we need. I'm trying to get a list of all issues assigned to a version in Jira.

2 answers

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2025

Hi @Chris Raver 

Please try using the v3 work item search endpoint with JQL for your version, and adding the field you want in the results:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get

 

Kind regards,
Bill

Chris Raver September 19, 2025

I've tried using the search API and can't seem to get issues by fixVersion. I either get a 400 or 410 response.  This API change is so frustrating and if I can't get our reports working again this weekend I'll be migrating away from Atlassian next week.

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2025

I recommend first writing an example JQL expression with a sample Fix Version to confirm it works as expected inside of Jira.  Then try that as a hardcoded JQL to confirm the call works for the endpoint.  Finally, improve that to use a dynamic JQL with your versions.

Chris Raver September 19, 2025

I haven't found a screen in Jira where I can filter by fixVersion. There are a few screens that return a list of items but those don't filter by fixVersion and don't use their API's to return the list of issues. 

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2025

First, I recommend pausing to review how to search for work items with JQL:

https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/

 

Next within Jira, you may use Filters > Search Work Items to enter a JQL query.  For example:

project = myProject AND fixVersion = "my version name" ORDER BY Key ASC

Once you have your query as needed, then proceed to use that in your endpoint testing.

 

0 votes
Matteo Vecchiato
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2025

Hi @Chris Raver ,

In the last days Atlassian has switched off some rest API, mainly for searching work types.

You can find the new API for search by jql here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get 

Kind regards 

Chris Raver September 19, 2025

I haven't been able to get a list of issues by fixVersion using the jql search api. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events