Hello,
I would like to add fixVersion to my Jira issues whenever they transition to the "Ready for Deployment" status. We have several releases with naming with format
yyyy-mm-dd-{suffix} and I would like to always find the last unreleased version with required suffix and assign it to the issue as its fixVersion.
Issues have labels based on which I can decide which version should be selected.
I have looked into using smart values and even web request the API but it returns the list of all versions and I was not able to get the values I need out of it.
Could you please advice?
Welcome to the community.
An parameter option like query doesn't exist in the server/DC API.
See previous community post: Jira-REST-API-not-respecting-query-param-for-versions
On Jira Cloud this can be done via the API, by provide additional parameters in you API call
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.