AgileNotes Sprint Memory System
Help Open the app ↗

Tracking Work (WIP)

The WIP (Work In Progress) view is the heart of AgileNotes: a grid of your tickets with a cell for each day, where you record what state each ticket was in. Those daily statuses drive cycle time, throughput, flow efficiency, and almost every chart.

For a Scrum team it shows the sprint backlog across the sprint timeline; unfinished tickets roll over to the next sprint. Use Refresh to sync from your APM tool (Jira, Azure DevOps, etc.) or Add Ticket for manual entry.

The WIP grid for a Scrum team

For a Kanban team it shows the team’s tickets across the active flow window. Tickets persist independently and are sliced into each window’s date range — there’s no rollover between windows.

The Kanban WIP grid, with flow columns

Status shortcuts

Click any daily cell and type a shortcut, the full label, or a partial match — all case-insensitive. The cell resolves when you tab or click away.

ShortcutLabelFlow typeCounts toward cycle time?
rReadyWaitingNo
pDevActiveYes
cCode ReviewWaitingYes
qrQA ReadyWaitingYes
qQAActiveYes
uat / uaUATWaitingNo
mMergeWaitingYes
soSign-offWaitingNo
bBlockedWaitingNo
DDoneDoneYes
xDescopedNo
*Not in SprintNo
-No work / HolidayNo

Columns (all teams)

ColumnDescription
SPStory Points — the effort estimate
RORollover — cycle-time days carried from the previous sprint/window
Work Item Age / Cycle TimeTotal active days in the system. Shown bold once Done.
AssigneeTeam member responsible
NotesClick to add a ticket-level note

Metrics — Scrum

MetricDescription
DWIPAverage tickets in Dev per day
WIPAverage tickets being worked (Dev + QA + Review) per day
Cycle TimeAverage days from first active status to Done
ThroughputNumber of items completed in the sprint

Metrics — Kanban

Kanban teams see two rows. The first:

MetricDescription
DWIPAverage tickets in Dev per day
WIPAverage tickets in Dev, QA, or Code Review per day
ThroughputItems completed in the flow window
Cycle TimeAverage days from first active status to Done (includes rollover)
Lead TimeAverage total time in the system (Ready wait + Cycle Time)
Flow EfficiencyActive time / Lead Time × 100

The second row breaks the time down by state: Avg Ready, Avg In Progress, Avg Code Review, Avg QA, and Avg Waiting (post-work queues: QA Ready, UAT, Merge, Sign-off, Blocked).

Kanban flow columns

Kanban teams also get extra columns for flow visibility — RO Wait, Flow State, an SLE indicator (green within SLE, orange exceeding, red critical), State Age, Waiting, Lead Time, and Efficiency. Active tickets sit above a Completed separator; Done tickets below.

Flow efficiency, explained

Flow efficiency is the share of a ticket’s time spent on productive work versus waiting. Dev and QA count as active; Ready, Code Review, QA Ready, UAT, Merge, Sign-off, and Blocked are waiting. Code Review, UAT, and Merge are handoffs where the developer isn’t actively working — so a team with fast handoffs still scores high.

Tips

  • When a ticket is marked Done (D), the remaining days auto-fill with -.
  • Tab / Shift+Tab move between cells; Enter moves down the same column; arrow keys navigate the grid.
  • Click the ticket-type icon to change type or mark a ticket descoped.
  • Mark the first status * to flag a ticket that was added mid-sprint (unplanned).