I have a manual automation that when I trigger on an issue I want it to do something with the fixversions that the issue is part of. But from the issue properties I only have the {{issue.fixVersion.name}} but the rest api GET method /rest/api/3/version/{id} takes the version id as the parameter. How can I get the properties for an issues versions when I only have the fixversion name.
You do have access to id using {{issue.fixVersion.id}} , you can pass that in your API call
Thank you - is actually {{issue.fixVersions.id}}
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.