set_work_item_status
Set a work item's state UUID to update its status. First, use list_states to find the UUID for names like Backlog, Todo, or Done.
Instructions
Change a work item's status by setting its state UUID. Convenience wrapper around update_work_item. Use list_states to map a status name (Backlog/Todo/In Progress/Done...) to its UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| issue_id | Yes | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||