Hello,
Please help to specify JMWE post-function (server jira).
I have issue type Release and workflow for it. I have issue type Task and another workflow for it.
When Release transfers to Resolved status transfer Tasks to Resolved status too. Corresponding for transfering tasks have the same text in fixVersion field as trigger Release issue have.
I use "Transition Related Issues Post-function". Option "Issue returned by the following JQL search". But I don't know how to specify JQL expression for this option.
Hi Alena,
you can use this JQL:
issuetype = Task and fixVersion in ("${issue.get("fixVersions")*.name?.join('","')}")
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.