get-task-details

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Get Task Details

获取任务详情

Fetch full task details for one task ID.
根据任务ID获取单个任务的完整详情。

Instructions

使用说明

Call
get-task-details
with
taskId
.
json
get-task-details({
  "taskId": "<taskId>",
  "workspaceId": "<workspaceId>"
})
Notes:
  • taskId
    is required.
  • workspaceId
    is optional.
  • Supports task type mapping:
    TODO | INITIATIVE | BUG
    .
传入
taskId
参数调用
get-task-details
json
get-task-details({
  "taskId": "<taskId>",
  "workspaceId": "<workspaceId>"
})
注意事项:
  • taskId
    为必填参数。
  • workspaceId
    为可选参数。
  • 支持的任务类型映射:
    TODO | INITIATIVE | BUG

Output Notes

输出说明

get-task-details
always includes typed label formatting in text output:
  • Goals: ...
  • Products: ...
  • Labels: (none)
    when no labels exist
Interpret
Products
broadly as product lines, feature areas, or service names.
Structured metadata includes:
  • labelsByType
  • goals
Use these fields when matching initiative context, validating scope, or preparing summaries.
get-task-details
的文本输出始终包含带类型的标签格式:
  • Goals: ...
  • Products: ...
  • 无标签时显示
    Labels: (none)
请将
Products
宽泛理解为产品线、功能领域或服务名称。
结构化元数据包含:
  • labelsByType
  • goals
在匹配项目上下文、验证范围或准备摘要时可使用这些字段。