Transfer all issues which have the same FixVersion field as a current Issue

Alena Samruk December 1, 2020

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. 

1 answer

1 accepted

1 vote
Answer accepted
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 1, 2020

Hi Alena,

you can use this JQL:

issuetype = Task and fixVersion in ("${issue.get("fixVersions")*.name?.join('","')}")
Alena Samruk December 2, 2020

David, thanks for the help! 

Suggest an answer

Log in or Sign up to answer