get_handoff_snapshot
Takes a snapshot of all tickets in handoff states, grouped by department. Filter by projects, states, stale days, or active window to identify blockers and stale items.
Instructions
Snapshot of all tickets currently in handoff states (waiting on another team).
Fast single-query view (1 API call) — complements track_cross_dept_journey which is richer but per-issue. Groups results by state (which dept holds it).
Args: projects: Comma-separated project shortnames (empty = all accessible) states: Comma-separated handoff states (empty = use defaults: For Review, Dev QA/Staging QA/Prod QA, Ready for Stage/Prod/Release, Blocked) stale_days: Highlight tickets idle > N days (default: 5) active_within_days: Only show tickets updated in last N days (default: 0 = all). Use 14 for "currently in flight" view. instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | ||
| instance | No | ||
| projects | No | ||
| stale_days | No | ||
| active_within_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |