Return task amount, task done amount, total estimation, total duration

GET /data/tasks/open-tasks/stats

by status by task type by project for open projects. It aggregates the
result at the project level.

Responses

  • A dict organized by project that contains the results for each task type and status pairs.

GET /data/tasks/open-tasks/stats
curl \
 -X GET http://localhost:8080/api/data/tasks/open-tasks/stats