In the documentation it gives this example:
checkLink = {link -> link.issueLinkType.name != "Clones"}
However, this gives an error:
image2016-12-12 14:59:13.png
I assume the syntax was changed with some version of JIRA so this doesn't work anymore. Can anyone help me with the correct one please ? I'm on 7.2.4.
Note that the blanket one still works:
checkLink = {link -> false}
Hi Ovidiu,
The syntax is fine
it.issueLinkType.name
the error messages you get is because of the Static Type Checking. This is one of the times that you can safely ignore it.
regards, Thanos
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.