confluence_update_task
Toggle a task checkbox on a Confluence page to done or todo by matching its text.
Instructions
Toggle a task (checkbox) item on a Confluence page.
Finds a taskItem whose text contains task_text and sets its state.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
task_text: Text substring to match the task item (e.g. "Review PR").
state: New state — "DONE" or "TODO".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| page_id | Yes | ||
| task_text | Yes |