How can i add the current user to a multiuser field?

Manuel September 14, 2017

Hi,

I've tried to fill a custom user picker field (multi user) with the user name of the commenter.

My rule: when a comment is written (trigger), modify the field "TempMultiUser" and add the lastcommenter Name into the field.

As far as i understand, i can select a specific user in the second field. But i want the user, that is writing the comment / triggering the trigger.

Also it seems, that this functions delete the old content and just writes the selected user into the field.

How can i set my use case?

BTW: I want to have a security level "all participants", so i need a field that contains all commenters...

1 answer

0 votes
Manuel September 14, 2017

Got it!

 

{ "update": {
"TempMultiUser2": [ { "add": { "name": "{{initiator.key}}" } } ] } }

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events