It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I have a multi-user field for development resources who collaborated on an issue. When I assign the current user in a post function during a workflow transition, it replaces the contents of the field with the new value.
What I am looking for is the ability to append the current user to the field
Hi Nic,
I actually solved the issue. It was there all along. The Workflow transition has a post functions. One of the post functions is Update Custom Field. The variable to use is %%ADD_CURRENT_USER%%
I was using CURRENT_USER which would replace the value in the field. I tested the transition and it works.
Thanks
Excellent, I didn't know that had been added to the plugin - I've always known of %%CURRENT_USER%%, that's been there for years, but it's good to see that. Thanks for the update!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need a post-function that can get the current list, append a new user based on current user and then update with the new list (what you're using now simply sets the value, which overwrites the list).
Although I've done this with my own plugins and the script runner, I don't think there are plugins that can provide this for Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey admins! I’m Dave, Principal Product Manager here at Atlassian working on our cloud platform and security products. Cloud security is a moving target. As you adopt more products, employees consta...
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.