Hi,
I want to add a fast track transition when there is a linked task still opened , then fast track to "escalated to supplier". I am using listener using the following condition
issueLinkManager.getOutwardLinks(issue.getId())*.issueLinkType.name.contains('relates to')
and needs to check the linked issue status.
How would I achieve the above?
Thanks,
Swarna