Magidoc

bulkInsertActions
Mutation

Batch insert actions and return the inserted action ids Access: Requires user access to the workspace and projects. Won't add actions to projects that user doesn't have access to. IMPORTANT: Order actions by date in descending order to show soonest actions first If the user uses phrases like "on my list" or otherwise implies the actions are for themselves, assume the user is the assignee by default. Errors: Throws error if user does not have access to workspace.

Arguments

#

actions

Non-null

Action objects to insert

sortByDates

Pass true in case we have actions with dates to show soonest actions first. Default value should be always false.

Response

#

Returns [ ID !].

Example

#

    
  

3

    
  

3

    
  

3