write_set_state
Move a card to a specified workflow state by name or ID, updating team state when provided. Reports the parent card's before/after states to show story progression.
Instructions
Move a card to a state by name or id, resolved against the card's own project workflow. With team, sets that team's state on the card (its team sub-workflow, or the project workflow when the team has none). The state is read back, and the parent card's state before/after is reported: moving a task out of its initial state can advance its user story.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| team | No | Team whose team state to set | |
| state | Yes | State name or id, e.g. "In Progress", "Coded" |