Scriptrunner simple condition not working

Conor McCooey October 15, 2014

Hi, I have a listener set up to Clone & Link an issue using Scriptrunner.

It will not fire when i add this simple condition -

issue.issueTypeObject.name == 'Sub-task' && issue.summary.contains "SOA"

If i use either of the 2 parts of the query as a condition it works fine i.e.

issue.issueTypeObject.name == 'Sub-task'

issue.summary.contains "SOA"

I have tried parenthesis and all to no avail.

What am i doing wrong?

 

1 answer

1 accepted

0 votes
Answer accepted
Conor McCooey October 15, 2014

answered my own question. I needed the following

issue.issueTypeObject.name == 'Sub-task' && issue.summary.contains("SOA")

 

Thanks anyway smile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events