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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.