Skip to content

Add a tool to create project tasks #11

@baotn166

Description

@baotn166

Problem

The server currently exposes list-tasks to read tasks within a project, but there is no way to create a task. Since time entries can be associated with a task (taskId), users have to create tasks manually in the Clockify UI before they can be referenced.

Proposal

Add a create-task tool that creates a new task (activity) within a project via POST workspaces/{workspaceId}/projects/{projectId}/tasks.

Suggested parameters:

  • workspaceId (required)
  • projectId (required)
  • name (required)
  • assigneeIds (optional)
  • statusACTIVE/DONE (optional, defaults to ACTIVE)

This mirrors the existing create-tag tool and complements list-tasks.

Addressed by #10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions