block_card
Block a card on ScrumDo by adding a reason. Supports marking as show-stopper or external dependency; multiple blockers can coexist until resolved.
Instructions
Mark a card as blocked with a reason.
Creates a blocker record on the card. Multiple blockers can exist simultaneously; the card remains blocked until all are resolved.
Args: card_ref: Card reference, e.g. 'ON-914'. reason: Human-readable explanation of what is blocking the card. is_show_stopper: Flag this as a show-stopper blocker (default False). external: Flag as an external dependency (default False).
Returns the created blocker object including its id (needed to unblock).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| reason | Yes | ||
| is_show_stopper | No | ||
| external | No |