CreateAsanaTask
CreateAsanaTask[task]⟹id
creates a new asana task and returns its id.
Details
- Returns $Failed if any errors encountered creating the task.
- All keys in the task except Name are optional; if any keys are not specified they will not be set in the new task.
- If the ParentTask key is specified, the newly created task will be a subtask of that task.
- Valid keys for the task are: Name, Notes, Assignee, Followers, Projects, Tags, DueDate, ParentTask
- Name: the string title for the task.
- Notes: the task description.
- Assignee: the person this task should be assigned to (must be an SLL person object).
- Followers: a list of people that will be added as following this task (must be SLL person objects).
- Projects: a list of projects this task should be added to (must be the project names as strings).
- Tags: a list of Tags to add to this task (must be the tag names as strings).
- DueDate: the due date for this task (must be a DateObject).
- ParentTask: the task in which the new task should be created as a subtask (must be an asana GID supplied as an integer).
-
Assignee `1` does not have a valid Asana ID. Error Unexpected error creating Asana task. Followers `1` do not have valid Asana IDs. Name Name must be a string. ParentTask The specified parent task, `1`, is not a valid Asana Task ID. SectionNotFound The specified section `1` could not be found in project `2` SectionProjectMismatch When specifying projects and sections, lengths must match.
Input
Output