Bugs de alta prioridad sin responsable — deben atenderse antes del siguiente daily.
project = AIQ AND
type = Bug AND
priority in (Highest, High) AND
status != Done
Historias sin estimar que bloquean la planificacion de capacidad del Scrum Master.
project = AIQ AND
type = Story AND
(storyPoints is EMPTY OR
storyPoints = 0) AND
status != Done
Impedimentos activos que ralentizan el flujo del equipo — escalar al Scrum Master.
status = Blocked
OR
status = Impediment
Issues cerrados esta semana para calcular el ritmo real del equipo en el sprint.
status
changed to
Done
DURING (startOfWeek(), now())