Skip to content

Missing feature GET task details without project-id #16

@7elix

Description

@7elix

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}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions