Adds an identity link for a specific task using a specified group and/or user.
If the task is already assigned to another user, they will be automatically removed.
Parameters
Name | Type | Description |
---|---|---|
groupId | String | Name of the group for new task identity link |
identityLinkType | String | "assignee", "candidate", "owner", "participant", or "starter" |
taskId | String | Task ID to add identity link to |
userId | String | Name of the user for new task identity link |
taskId and identityLinkType are required; one of either groupId or userId must be supplied |
Last modified on March 10, 2020