Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JMWE set field value - conditional execution problem

Stephen Marsh December 12, 2017

Hi, am trying to use a post function to populate a field based on the value of another field. I am using the JMWE set field value post function to do this. This part is working fine.

I am also trying to restrict the post function to only run when the issue creator is not 'userA' but I cant get it to work.

I am using the groovy expression    issue.creator != "userA"  but the result is returning true even though i am using a test issue where the creator is userA...

Can anyone point out where i am going wrong?

Thanks,

Stephen

1 answer

1 accepted

0 votes
Answer accepted
David Fischer
Community Champion
December 12, 2017

Hi Stephen,

are you on Jira Server or Cloud?

If on Server, you should use:

issue.getAsString("creator") != "userA"

as documented here: https://innovalog.atlassian.net/wiki/spaces/JMWE/pages/107413612/Standard+JIRA+fields#StandardJIRAfields-Creator

David

Stephen Marsh December 12, 2017

Thanks David works perfectly :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events