How can I verify that the linked tasks have the same FixVersion as the original issue?
I have a dozen Jira projects that are mostly independent of each other but follow the same FixVersion release. A coordination project contains features that require coordination between the other projects. We have many releases in development at the same time.
The problem I face is to identify mismatches when an independent project changes the FixVersion of their linked issue so it no longer matches the master project.
I tried using Scriptrunner's JQL link functions. I could only find a method to check the linked issue's FixVersion against a constant value. Instead of I need to check the linked issue's FixVersion against the FixVersion of the each original issue.
JQL attempted: project in (PROJECT1) AND issueFunction in linkedIssuesOfAllRecursiveLimited("fixVersion!='release'",1)