The following Additional Fields code doesn't work;
{
"update": {
"Request participants": [
{
"add": { "name": "xxx@xxxx.com.au" }
},
{
"add": { "name": "xxx@xxxx.com.au" },
},
{
"add": { "name": "xxx@xxxx.com.au" }
}
]
}
}
The error I get is "Error while parsing additional fields. Not valid JSON."
What is wrong with my code?
Automation for Jira has a native option for adding Request Participants.
The trick is to not over write existing participants.
there is a value for current participants that should be included. “Copy from issue”
See this doco
https://confluence.atlassian.com/automation/editing-issue-fields-993924659.html
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.