insertAction Mutation
Used to create new actions and subactions
Access: Requires user access as well as workspace ID and project ID access.
Errors: Throws error if user does not have access to workspace or project.
Arguments
#
_id
ID of the action only to be used for optimistic insertions. This should not be used when creating a new action directly.
newAction
noteIds
[ ID ]
privacy
urgent
isRisk
isAutomated
Response
#
Returns Action .
Example
#
Previous
disableProjectsCustomFields
Next
insertActionLink