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.
assignees
The assignees of the action. Only include if assigning to specific users. Do not pass empty array.
deadline
The deadline of the action. Only include if setting a specific deadline. Do not pass empty string.
labels
The labels of the action. Only include if applying specific labels. Do not pass empty array.
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.
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.
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.
Usages
#
References
#
- Argument actions of field bulkInsertActions from type Mutation