tb-get-user-tasks

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

查询我的任务

Query My Tasks

必须直接使用当前 skill 自带的
scripts/tb-api.mjs
。 不要改用工作区里的其他脚本、
.mcp.json
推断逻辑、或其他 TeamBition MCP/内置能力替代。
执行以下命令获取当前用户的任务列表:
bash
node scripts/tb-api.mjs get-user-tasks
解析 JSON 中的
data
数组,以表格形式展示:标题、状态(isDone)、截止时间(dueDate)、项目ID(projectId)。
You must directly use the
scripts/tb-api.mjs
that comes with the current skill. Do not replace it with other scripts in the workspace,
.mcp.json
inference logic, or other TeamBition MCP/built-in capabilities.
Run the following command to get the current user's task list:
bash
node scripts/tb-api.mjs get-user-tasks
Parse the
data
array in the JSON, and display the following fields in tabular form: title, status (isDone), due date (dueDate), project ID (projectId).