user1380747
user1380747

Reputation: 11

Create Task in project using the API on ASANA

Using the ASANA API, I can't find a way to create an unassigned task attached to a project. Ex: I would like to create a task "Add this feature" to workspace "12345678" and add it to project "456789" without assignee.

Any help?

Thanks!

Upvotes: 1

Views: 1659

Answers (1)

Greg S
Greg S

Reputation: 2079

(I work at Asana)

Every project belongs to exactly one workspace, and all tasks in that project must also be in that workspace. Therefore, specifying both project and workspace would be redundant.

That said, if you look at the Task documentation you will see you can specify a projects array at creation time to indicate which projects the new task should be created in.

Upvotes: 1

Related Questions