update_work_item_comment
Resolve or re-open a root comment on a Polarion work item by specifying the comment ID and desired resolved state.
Instructions
Resolve or re-open one work item comment.
Root comments only (a reply 400s) — pick a root id (parent_comment_id=None) from list_work_item_comments; resolving a root flips only that comment. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview payload without calling Polarion. | |
| resolved | Yes | New resolved state. | |
| comment_id | Yes | Short comment ID (e.g. 'c42' from list_work_item_comments). | |
| project_id | Yes | Polarion project ID. | |
| work_item_id | Yes | Work item ID, e.g. 'MCPT-001'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | Yes | ||
| updated | Yes | ||
| resolved | Yes | ||
| comment_id | Yes | ||
| payload_preview | Yes |