---
title: "Add participants automatically to new Jira Service Desk requests"
canonical: "https://support.appfire.com/space/PSJC/490999603/Add%20participants%20automatically%20to%20new%20Jira%20Service%20Desk%20requests"
format: markdown
---
> Macro (aura-html)


> ℹ️ The **Requested Participant** field can be set like any other custom field in Jira. However, referencing a custom field by its ID is not a best practice for SIL scripting. For more information on the preferred method of referencing custom fields, go to [Custom Fields Aliases](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/496206057).

The following action automatically adds a requested participant.

```
customfield_10301 = assignee;
```