Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,351
Community Members
 
Community Events
184
Community Groups

Automation for JIRA - Request Participants

Hello All,

 

I appear to have some configuration issues with the following automation:

I am using Automation for JIRA (Full) to add participants, however at the moment it appears to be clearing the values and substituting the ones in the configuration instead of just adding the values to the field.

I have attempted to use advanced field configuration, however this has just cause the entire field to be purged on issue update.

Here is the advanced field configuration:

{"update":{"customfield_10103":{"add": {"name":"username"}}}}

 

Thanks in advance.

2 answers

1 accepted

0 votes
Answer accepted
Scott Harwood
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 09, 2018

Hi John,

Your advanced configuration is slightly wrong, it is missing the [ ]. 

{
    "update": {
        "Request participants": [
            {
                "add": {"name":"username"}
            }
        ]
     }
}

The above should work. 

Cheers,

Scott 

That has done the trick, much appreciated, thank you!

hi 

question

if i want to add the the request participants the approver(from the approver field) , what do i need to change in the jql?

I've written a guide on how to fix the original issue (mentioned on top):
https://community.atlassian.com/t5/Jira-Service-Management/Remove-quot-Request-Participants-quot-using-Automation-rule/qaq-p/460812#U1630417 

 

In short terms - you should not use "name", you must use "id".

 

I hope that helps! :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events