Cloning links with scriptrunner

Ovidiu Vasilescu December 12, 2016

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}

1 answer

1 accepted

1 vote
Answer accepted
Thanos Batagiannis _Adaptavist_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2016

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

Ovidiu Vasilescu December 12, 2016

Thanks a lot Thanos. I can confirm it works.

Suggest an answer

Log in or Sign up to answer