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
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
Alex
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Having something like a released:true in the "filter to apply" parameter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.