Forums

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

Webservice dropdown and filtering rest api results

James Stein October 6, 2025

I'm trying to show all fixversions that are unreleased in a confiforms webservice dropdown.  If I show all versions it limits my results to 50 and I have more than 50 version total. 

Is there a way to filter out released fixversions using the Jira rest api?

rest/api/latest/project/<your project>/version

1 answer

1 accepted

1 vote
Answer accepted
Alex Medved _ConfiForms_
Community Champion
October 6, 2025

Hi

Have you tried to provide the maxResults parameter? Or using the endpoint that returns all the project versions at once?

rest/api/latest/project/<your project>/versions

https://developer.atlassian.com/server/jira/platform/rest/v11001/api-group-project/#api-api-2-project-projectidorkey-versions-get


 Alex

James Stein October 6, 2025

After some trial and error I was able to get /versions to work after removing "Root to Use" information and leaving that blank.

I've tried adding ?&released=false, but nothing I've tried filtered the results to just unreleased versions.

Alex Medved _ConfiForms_
Community Champion
October 6, 2025

I dont think the API endpoints support that parameter

However, you should be able to use the "Apply filter on the field" rule to filter out those that you dont need

https://wiki.vertuna.com/spaces/CONFIFORMS/pages/21234020/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-ApplyFilteronafield

Having something like a released:true in the "filter to apply" parameter

James Stein October 7, 2025

That works!  Thank you very much.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events