Forums

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

Automatically add request participants to trigger issue

Marcel Jünge
April 17, 2026

Hi, 

 

i am currently working on an automation that automatically adds request participants to the trigger issue.

 

The trigger issue is an ITSM request via the portal. When the request is created the automation looks up related issues in a JIRA project and sends notifications to the user selected in the field "Asset Owner". So fine so good.

 

Now i want the users in the field "Asset Owner" to be automatically added as request participants to the trigger issue. How do i have to edit my current automation? (See image). Thx in advance. 

Screenshot 2026-04-17 124104.jpg

2 answers

1 vote
Bill Sheboy
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 Champions.
April 17, 2026

Hi @Marcel Jünge 

You could use the Edit Work Item action with a dynamic JSON expression to add more Request Participants.  For some additional details:

Your final expression will likely look like this, where customfield_12345 is the Request Participants and customfield_67890 is your "Asset Owner":

{
"update": {
"customfield_12345": [
{{#triggerIssue.customfield_67890.value}}
{
"add": {
"id": "{{.}}"
}
} {{^last}}, {{/}}
{{/}}
]
}
}

 

Kind regards,
Bill

Arkadiusz Wroblewski
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 Champions.
April 17, 2026

@Bill Sheboy 

Kind of I had feeling you will look Here. It looks like Automations summoning you 🤠😅

0 votes
Arkadiusz Wroblewski
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 Champions.
April 17, 2026

Hello @Marcel Jünge 

First please specify, Which field Type are your ” Assets Owner "?

Marcel Jünge
April 17, 2026

Multi-user

Arkadiusz Wroblewski
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 Champions.
April 17, 2026

@Marcel Jünge 

@Bill Sheboy  already provided you good answer. 

What you should remember branches on multiple issues run separately, so you shouldn't use branch to build the participant list on the request. 

Keep the email inside the branch, but add the Request participants update outside the branch on the trigger issue.

Take advices from @Bill Sheboy and play a little with that. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events