convertActionToProject Mutation
Convert an action to a project.
This mutation creates a new project from an action, and clones subactions as actions in the new project.
Access: Requires user access to the action and workspace
Parameters:
- actionId: The ID of the action to convert
- projectName: Optional custom name for the new project (defaults to action title)
- parentProjectId: Optional parent project ID to nest the new project under
- deleteOriginalAction: Whether to delete the original action after conversion (default: false)
- applyTemplateId: Optional project template ID to apply to the new project
- sharingType: Project sharing type (me, custom, everyone) - defaults to 'me'
- members: User IDs to add as project members (defaults to current user)
- teams: Team IDs to give access to the project
Returns: The newly created Project object
Arguments
#
deleteOriginalAction
Whether to delete the original action after conversion (default: false)
Response
#
Returns Project .
Example
#
Previous
bulkUpsertCustomFields
Next
createDashboard