Skip to end of banner
Go to start of banner

Add participants automatically to new Jira Service Desk requests

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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 Field Aliases.

The following post function automatically adds a requested participant.

customfield_10301 = assignee;

  • No labels