Need help in groovy

Anita Hütter May 12, 2021

We have JMWE and JSU plugin available in JIRA server.

I want to have automatically a label set if the currentUser who creates the bug is not in a group "ABC".

So I would go to the create transition of bug- thats sure. 

I know nearly nothing about groovy- so I need your help at this point.

1 answer

1 accepted

1 vote
Answer accepted
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 12, 2021

Hi @Anita Hütter ,

you can add a Set Field Value post-function, with the following settings:

- Field: Labels

- Value: your label (e.g. a-label)

- Options: "Add value(s) to the field" checked

- Conditional Execution:

{{ not (currentUser | isInGroup( "ABC" )) }}

Screenshot:

image.png 

Anita Hütter May 13, 2021

Thank you for your answer!

I got one errormessage:  "We can't create this issue for you right now, it could be due to unsupported content you've entered into one or more of the issue fields. If this situation persists, contact your administrator as they'll be able to access more specific information in the log file." I triedto delete the postfunction - and I could create a bug. I tried to enter it before and after the "create origin" postfunction but it didn't work and the errormessage appeared.

Anita Hütter May 14, 2021

I had to change your condition a little- after it worked:

!(currentUser.isInGroup( "ABC" ))

Thank you for your help!

David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2021

Hi @Anita Hütter ,

that means you’re on Jira Server or Data Center, not Cloud as you selected when raising the question. 
Best,

David

Anita Hütter May 16, 2021

You are right. Sorry that I mixed it

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events