waroom_update_incident_action_item
Update an incident action item's title, status, or assignee to manage follow-up tasks.
Instructions
特定のインシデントのアクションアイテムを更新します。タイトル・ステータス(完了・スキップ等)・担当者を変更できます。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | アクションアイテムの新しいタイトル | |
| status | No | アクションアイテムの新しいステータス(open: 未対応, closed: 完了, skipped: スキップ) | |
| incident_uuid | Yes | インシデントのUUID | |
| action_item_uuid | Yes | アクションアイテムのUUID | |
| assignee_nickname | No | 担当者の nickname(waroom_get_users で取得可能)。null を指定するとアサインを解除 |