/
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);
, multiple selections available,
Related content
Add a group as participants in Jira Service Desk
Add a group as participants in Jira Service Desk
More like this
Add participants automatically to new Jira Service Desk requests
Add participants automatically to new Jira Service Desk requests
More like this
Add participants automatically to new Jira Service Desk requests
Add participants automatically to new Jira Service Desk requests
Read with this
Code snippet to add user(s) selected in a multi-user picker field to a Jira group.
Code snippet to add user(s) selected in a multi-user picker field to a Jira group.
More like this
How to auto-associate a Salesforce Object to a Jira issue upon Jira issue creation.
How to auto-associate a Salesforce Object to a Jira issue upon Jira issue creation.
More like this
Assign users based on a decision table using SIL™
Assign users based on a decision table using SIL™
Read with this