I am trying to inspect GateTask objects and am getting stalled in dependencies.

Currently a dependency in a GateTask only contains a target task ID. When trying to inspect the target task, I am unable to see the various ancestors of the task, including:
* complete folder path
* releaseTitle
* phaseTitle
* nested parent taskTitles

I would really appreciate the ability to incorporate ancestor details when requesting a task by ID. Alternatively, perhaps this information could get added to the GateTask dependency data?

Comments