0

Asana tasks can be marked as "waiting on" other tasks. I'd like to access this data through the API, but it's either not available or undocumented.

The set of fields returned in an API response can be customised using the opt_fields parameter. I've tried adding "waiting," "waitingon" and "waiting_on" to that parameter, with no luck.

Any ideas?

afternoon
  • 1,285
  • 16
  • 25

1 Answers1

1

Hi this is not currently supported in the public API for Asana. As a note, if you stumble across an undocumented field they are not supported and may change at any time, so be careful when dealing with such endpoints.

Mark
  • 176
  • 4
  • Thanks Mark. Are there any plans to support it in the future? – afternoon Aug 15 '16 at 11:06
  • Not that I'm aware of unfortunately. – Mark Aug 15 '16 at 20:05
  • To clarify, we _do_ want to support getting and setting dependencies in the future, but there is no timeline when this will be available. I for one vote sooner rather than later, so keep an ear open! – Matt Aug 23 '16 at 23:06