Hi,
I'm trying to check that user fill linked issue in transition screen (with additional conditions on the linked issue, so I need script runner).
How can I access the linked issue it validation?
issueLinkManager.getOutwardLinks(issue.id)
and
issueLinkManager.getInwardLinks(issue.id)
don't return it because it happen before the transition is finished.
Please help