How do I add the scripted workflow condition User is not Reporter?

Sabine Van Regenmortel January 26, 2015

Apparently Script Runner can be used for setting up workflow conditions. How do I start? I tried by putting

Script workflow function : Simple scripted condition : Checks script:

issue.reporter != currentUser

but that doesn't seem to work. I know JIRA but Groovy scripts and Script Runner are totally new to me.

 

Thanks!

1 answer

0 votes
Sabine Van Regenmortel February 23, 2015
currentUser?.name != issue?.reporter?.name

 

works.

 

Suggest an answer

Log in or Sign up to answer