/
Add a group as participants in Jira Service Desk
Add a group as participants in Jira Service Desk
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);
Related content
Add participants automatically to new Jira Service Desk requests
Add participants automatically to new Jira Service Desk requests
More like this
Assign issues automatically based on workload
Assign issues automatically based on workload
Read with this
Add a group as participants in Jira Service Desk
Add a group as participants in Jira Service Desk
More like this
Filter based on multiple criteria by using a non-Boolean JQL function
Filter based on multiple criteria by using a non-Boolean JQL function
Read with this
Add participants automatically to new Jira Service Desk requests
Add participants automatically to new Jira Service Desk requests
More like this
Create story subtasks and close them when story is closed
Create story subtasks and close them when story is closed
Read with this