Plan PingCode Status Change
pingcode_plan_status_changeRetrieve the status change plan for a PingCode work item, including current, target, and available statuses, and check if protection conditions are met.
Instructions
只读:返回工作项状态变更计划(当前状态、目标状态、可用状态、保护条件是否满足)。PingCode 不校验工作流,目标是否合法以实际 PATCH 为准。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 工作项类型,默认 bug。 | bug |
| stateId | No | 目标状态 ID;提供后优先于 statusName。 | |
| projectId | No | PingCode 项目 ID,提供后跳过项目标识查询。 | |
| identifier | No | 工作项编号,如 PROJ-455。 | |
| statusName | No | 目标状态名称,如 已修复、已验收。 | |
| workItemId | No | PingCode 工作项内部 ID,提供后优先于 identifier。 | |
| projectIdentifier | No | PingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。 | |
| expectedCurrentStatusName | No | 当前状态保护条件,仅用于在计划中标注是否满足,不阻断(本工具恒只读)。 |