---
title: "Add a group as participants in Jira Service Desk"
canonical: "https://support.appfire.com/space/PSJ/15482764/Add%20a%20group%20as%20participants%20in%20Jira%20Service%20Desk"
format: markdown
---
> Macro (aura-html)

 

Call this script from a workflow transition post-function. The script adds a group to the Service Desk participants.

```
string [] groups = {"auto-assign-users"};
customfield_10301 = usersInGroups(groups);
```