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
worked perfect for me. and coincidentally, my custom field was also Developer(s) :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.