unblock_card
Resolve a blocker on a ScrumDo card by providing its blocker ID and optional resolution. Clears the card's blocked flag if it was the last active blocker.
Instructions
Resolve (unblock) a specific blocker on a card.
If this was the last active blocker, the card's blocked flag is cleared. Use list_blockers() to find the blocker_id.
Args: card_ref: Card reference, e.g. 'ON-914'. blocker_id: Numeric blocker id from list_blockers(). resolution: Optional description of how the block was resolved.
Returns the resolved blocker object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| blocker_id | Yes | ||
| resolution | No |