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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.