get_dev_task_by_slug
Fetch a specific development task by its human-readable slug, using short identifiers like 'task-42' for easy reference in conversations and board UI.
Instructions
Fetch a single dev-task by its slug (task-1, task-2...).
Slug 是任务的人类可读短标识,比 ObjectID 更适合口头引用、看板 UI 和 MCP 对话。其余字段同 get_dev_task。
Args: slug: The task slug, e.g. "task-42".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |