Get PingCode Work Item
pingcode_get_work_itemFetch complete details of a defect or requirement from PingCode by work item ID or identifier, including description, attributes, images, and optionally comments.
Instructions
按编号或工作项 ID 获取单个缺陷/需求的完整详情(描述、时间、父项、属性、图片),可选附带评论。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 工作项类型,默认 bug。 | bug |
| projectId | No | PingCode 项目 ID,提供后跳过项目标识查询。 | |
| identifier | No | 工作项编号,如 PROJ-455。 | |
| workItemId | No | PingCode 工作项内部 ID,提供后优先于 identifier。 | |
| includeImages | No | 是否请求 public_image_token 并解析富文本图片,默认 true。 | |
| includeComments | No | 是否一并返回评论列表,默认 false。 | |
| projectIdentifier | No | PingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。 |