Forums

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

Jira REST API project version filtering

Naib Stilgar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2024

Hi,

I am using the API /rest/api/2/version and I would like to have the option to filter the result returned. It would be useful to filter on the following fields

  • archived
  • overdue
  • released
  • releasedDate

Reference: https://developer.atlassian.com/server/jira/platform/rest/v10000/api-group-version/#api-group-version

My use case is that I am using Grafana as an Operations dashboard, having multiple metrics from multiple sources. One of them being issue in Jira. I need to be able to select versions, but currently returning all versions of the last few years :(

Best regards

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
March 12, 2026

Hi @Naib Stilgar and welcome,

if you are on a cloud instance please use the following rest API https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-project-projectidorkey-versions-get

It will provide u info through specific json properties (archived, releaseDate, released).

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer