You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I created a custom field called "Developer(s)" (type of field: User Picker (multiple user)) and I would like to automate an action when I make a transition to a particular state.
I would like to trigger an action to *set* to this custom field the name of the assignee. Is this possible? Ideally, even better, I would like to *add* to this custom field the name of the assignee if there is already another name (but it may be too much to ask...).
I tried many things like what is proposed in the following thread, but I cannot get it to work, maybe this does not apply to custom fields?
For example:
{
"fields": {
"engineer": { "id": "{{assignee.accountId}}" }
}
}
or:
{
"update": {
"Developer(s)": [{
"set": {{initiator.accountId.asJsonObject("id")}}
}]
}
}
Any ideas? :)
Just in case you still need this answered - it is possible without JSON!
For the Action Edit Issue, set the parameters as follows...
Let us know if this works for you!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.