Tool to set the parent of a task in Asana. Use when you need to make a task a subtask of another task or remove the parent relationship.
parentRequiredstringThe GID of the new parent task, or 'null' to remove the parent. Setting a parent makes this task a subtask of the parent.
task_gidRequiredstringThe globally unique identifier (GID) of the task to set the parent for.
opt_fieldsstringComma-separated list of fields to include in the response. By default, the response returns a compact representation of the task. Use this to retrieve additional fields such as 'name', 'parent', 'parent.name', etc.
opt_prettybooleanProvides 'pretty' output with proper line breaking and indentation to make it readable. This will take extra time and increase the response size so it is advisable only to use this during debugging.
insert_afterstringA subtask GID of the parent to insert the task after, or 'null' to insert at the beginning of the subtask list. If not provided, the task will be inserted at an appropriate position.
insert_beforestringA subtask GID of the parent to insert the task before, or 'null' to insert at the end of the subtask list. If not provided, the task will be inserted at an appropriate position.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.