Magidoc

bulkUpdateActionStatus
Mutation

Update status for multiple actions at once.

ALWAYS look for existing statuses in the project. Only add statuses if they're definitely different from the existing ones. Otherwise, don't add them and use the existing ones that have the same meaning.

Examples: Project has statuses: "To Do", "In Progress", "Review feedback", "Done"

    
  
    
  
    
  

Access: Requires user access to all actions

Parameters:

  • actionIds: Array of action IDs to update
  • workspaceId: The ID of the workspace
  • status: The new status to set
  • rankInput: Optional rank information for repositioning
  • shouldUpdateChildren: Optional flag to update child actions

Returns: Boolean indicating success

Arguments

#

actionIds

[ ID !]!
Non-null

workspaceId

ID !
Non-null

status

Non-null

rankInput

shouldUpdateChildren

Response

#

Returns Boolean .

Example

#

    
  

3

    
  

3

    
  

3