get-project-workflow-list
Retrieve available task status workflows for a Dooray project to use when creating or updating tasks with proper workflow IDs.
Instructions
Get list of workflow statuses (업무 상태) for a project.
Workflows represent the task statuses available in a project. There are four workflow classes:
backlog: 대기 (waiting/backlog)
registered: 등록/할 일 (registered/to-do)
working: 진행 중 (in progress)
closed: 완료 (completed/done)
Each project may have custom workflows within these classes. Use workflow IDs when creating or updating tasks (e.g., in create-task or update-task tools).
URL Pattern Recognition: When given a Dooray URL like "https://nhnent.dooray.com/task/PROJECT_ID", extract the PROJECT_ID (the numeric ID after "/task/") and use it as the projectId parameter.
Examples:
Get all workflows: {"projectId": "1769381697328002548"}
Returns: Array of workflows with id, name, order, and class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to get workflow statuses from |