For some endpoints the task-id is the only necessary detail (/comments/task/{task-id}). But for other endpoints the task-id has to be supplied in combination with the project-id (/projects/{project-id}/tasks/{task-id}).
For many use cases only the task-id is known. Currently there seems to be no solution to retrieve tasks details (especially the the project-id) based on the task-id.
In order to work with tasks there should be a endpoint to get task details (the task's project-id) based on the id
(GET) /tasks/{id}
For some endpoints the task-id is the only necessary detail (
/comments/task/{task-id}). But for other endpoints the task-id has to be supplied in combination with the project-id (/projects/{project-id}/tasks/{task-id}).For many use cases only the task-id is known. Currently there seems to be no solution to retrieve tasks details (especially the the project-id) based on the task-id.
In order to work with tasks there should be a endpoint to get task details (the task's project-id) based on the id
(GET)
/tasks/{id}