It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.