Unlink PingCode Work Items
pingcode_unlink_work_itemsDelete a specific work item relation in PingCode using its relation ID. Preview changes with dry run before permanent deletion.
Instructions
按 relationId 删除工作项的某条关系;relationId 来自 pingcode_list_work_item_relations。默认 dryRun=true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 源工作项类型,默认 bug。 | bug |
| dryRun | No | 默认 true,仅返回删除关系计划;传 false 才真正删除。 | |
| projectId | No | PingCode 项目 ID,提供后跳过项目标识查询。 | |
| identifier | No | 工作项编号,如 PROJ-455。 | |
| relationId | Yes | 要删除的关系 ID(必填),来自 pingcode_list_work_item_relations。 | |
| workItemId | No | PingCode 工作项内部 ID,提供后优先于 identifier。 | |
| projectIdentifier | No | PingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。 |