Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add request participants automatically using Automation for JIRA

Joshua Kacen May 7, 2020

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?

1 answer

0 votes
Tom Lister
Community Champion
May 8, 2020

Hi @Joshua Kacen 

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events