Forums

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

Automation delete request particpant

Kevin Vancrutsen March 25, 2025

Hello, I would like to create an automation rule that, for each ticket create in a project, deletes a specific participant request.

Is that possible ?

Thanks in advance for help.

1 answer

1 accepted

7 votes
Answer accepted
Manon Soubies-Camy
Community Champion
March 25, 2025

Hi @Kevin Vancrutsen,

You can remove a specific request participant by using the JSON advanced field editing:

json-remove-participant.png

You'll just need the request participant's user id. If it's always the same user, you can just add it:

{"update": {
"Request participants": [
{
"remove": {"id":"123456789"}
}
]
}
}

But you can also use a smart value if needed, for example:

{"update": {
"Request participants": [
{
"remove": {"id":"{{issue.assignee.accountId}}"}
}
]
}
}

Hope this helps!

- Manon

Kevin Vancrutsen March 25, 2025 edited

Hey Manon,

It works !

Thanks a lot for help

Like • Manon Soubies-Camy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
atlassian, confluence, loom, atlassian intelligence, ai notes, ai-powered meeting notes, atlassian community events, ace, confluence ai, loom ai integration, ai note-taking, atlassian ai features, team '25, atlassian live learning, confluence automation

Unlock AI-powered meeting notes: Join our live learning session! 📹

Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.

Register today!
AUG Leaders

Atlassian Community Events