Skip to main content
Update the status of a comment to open, in_progress, resolved, or closed. Requires: write permission

Parameters

ParameterTypeRequiredDescription
idstringComment UUID
statusstringNew status: open, in_progress, resolved, closed

Example

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "update-comment-status",
    "arguments": {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "status": "resolved"
    }
  }
}

Response

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "task_key": "SSL-042",
  "status": "RESOLVED",
  "updated_at": "2026-03-05T12:00:00Z"
}

Example prompts

  • “Mark comment SSL-042 as resolved”
  • “Set the checkout bug to in progress”