With the older version of the automation addon, I was able to set a rule to update the 'Request participant' field by simply setting the corresponding customfield id (customfield_11256 which is locked by JIRA servicedesk) to say 'xxx@mmm.com'
Ever since the upgrade to V3.3.11, this rule has stopped working!
Error received:
I ended up using the following and this resolved it for me.
{
"update": {
"customfield_11256": [
{
"add": {"name": "mmm@nnn.com"}
}
]
}
}
Edit issue syntax used (where customfield_11256 corresponds to the 'Request Participants' field:
{
"fields":
{"customfield_11256": "abc@def.com"}
}
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.