Skip to end of banner
Go to start of banner

Add a group as participants in Jira Service Desk

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 11 Current »

Call this script from a workflow transition post-function. It will add a group to the Service Desk participants.

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