---
name: linear-watch
description: Watch Linear issues for changes. Use for monitoring updates.
allowed-tools: Bash
---
# Watch
```bash
# Watch single issue (polls for changes)
linear-cli watch LIN-123
# Custom interval
linear-cli watch LIN-123 --interval 30 # Poll every 30 seconds
linear-cli watch LIN-123 -i 60 # Poll every 60 seconds
# JSON output for scripting
linear-cli watch LIN-123 --output json
```
## Flags
| `-i, --interval` | Seconds between polls (default: 10) |
| `--output json` | JSON output |