Does anyone know if there's a way to set the "Project Owner" and "Project Due Date" attributes of an Asana project using the api (https://asana.com/developers/api-reference/projects) ? Thanks
Asked
Active
Viewed 279 times
1 Answers
1
We haven't yet rolled out support for the new project sidebar data (things like owner, due date, project status, red/yellow/green status). There is a not-yet-officially supported "owner" field you can specifically request using opt_fields
if you're in a rush, though.

agnoster
- 3,744
- 2
- 21
- 29
-
Any way to fetch the project-level due dates right now? – zapnap Jan 12 '15 at 19:59
-
Not currently, no, sorry :-( – agnoster Jan 13 '15 at 12:48
-
@agnoster any plans to include project-level due dates in the api? – Joran Beasley Apr 02 '15 at 19:06