Procedures

Automation procedures in the Asana book.

The following documentation is for Asana v1.0.6 (BDK).

to create a (task) in a project

Create a task in a project.

Input Concepts

Concept
Description
Type
Required
Default Value

The project in which to create the task.

asana project

Yes

(no default)

A Task object, used for its 'name' and optionally 'html_notes' attribute.

asana task

Yes

(no default)

Output Concepts

Concept
Description
Type

The newly created task as returned by the API.

asana task

Examples

create a json
use the above as the task
set the task's "name" to "Write documentation"
>>>
get some projects from asana
create the task in the first project

to delete a task

Delete a task in Asana.

Input Concepts

Concept
Description
Type
Required
Default Value

The task to be deleted. Must have a valid GID.

asana task

Yes

(no default)

Examples

to get some (project's tasks)

Get tasks from a project.

Input Concepts

Concept
Description
Type
Required
Default Value

The project to get tasks from

asana project

Yes

(no default)

Output Concepts

Concept
Description
Type

A list of tasks in the project

asana task

Examples

to get some projects from asana

Get projects from Asana.

Output Concepts

Concept
Description
Type

A list of projects

asana project

Examples

Last updated

Was this helpful?