Magidoc

BulkInsertActionInput
Input Object

Fields

#

_id

ID of the action only to be used for optimistic insertions. DO NOT include this field for normal action creation.

actionViewId

The action view id of the action. Only include if needed. Do not pass empty string.

assignees

[ ID !]

The assignees of the action. Only include if assigning to specific users. Do not pass empty array.

attachments

The attachments of the action

deadline

The deadline of the action. Only include if setting a specific deadline. Do not pass empty string.

description

The description of the action in HTML format

insertOrder

The insert order of the action. Used for sorting actions on creation.

isRisk

Whether the action is in risk and issues action view

labels

[ ID !]

The labels of the action. Only include if applying specific labels. Do not pass empty array.

newAction

Used to determine if the action is new

noteIds

[ ID ]

The note ids of the action

parent

The id of the parent action. Only include if creating a subaction. Do not pass empty string.

phaseId

The phase id of the action. Only include if assigning to a specific phase. Do not pass empty string.

priorityLevelId

The priority level id of the action. Only include if setting a specific priority. Do not pass empty string.

privacy

The privacy of the action

projectId

The project id of the action. Only include if assigning to a specific project.

projectSectionId

The project section id of the action

rank

The rank of the action. Used for sorting actions in the UI. Could be negative. The higher the number, the lower the rank.

scheduledDate

The scheduled date of the action. Only include if setting a specific start date. Do not pass empty string.

sectionIds

[ ID !]

The section ids of the action

status

The status of the action. Only include if different from default. Do not pass empty string.

teamAssignee

The team assignee of the action. Only include if assigning to a team. Do not pass empty string.

timeCategoryId

Optional time category id for the action

title

Non-null

The title of the action (required)

urgent

Whether the action is urgent

workspace

ID !
Non-null

The workspace id of the action (required)

Usages

#

References

#

  • Argument actions of field bulkInsertActions from type Mutation