Magidoc

updateActionAssignees
Mutation

Update assignees for an action

Access: Requires user access to the action

Parameters:

  • actionId: The ID of the action to update
  • assignees: Optional array of user IDs to assign ['none'] to unassign
  • placeholderAssignees: Optional array of placeholder IDs to assign
  • teamAssignee: Optional team ID to assign
  • rankInput: Optional rank information for repositioning
  • shouldUpdateChildren: Optional flag to update child actions (default: false)
  • externalAssigneeName: Optional name for external assignee
  • isAutomated: Optional flag to indicate automated update

Returns: The updated action

Arguments

#

actionId

ID !
Non-null

assignees

[ String !]

placeholderAssignees

[ ID !]

teamAssignee

rankInput

shouldUpdateChildren

externalAssigneeName

isAutomated

Response

#

Returns Action .

Example

#

    
  

3

    
  

3

    
  

3