Home About Experience Projects Case studies Resources Articles Briefs Playbook Tools FAQ How we start Security Get in touch

Delivery automation

QA Checklists That Reset When Work Reopens

Almost every team that uses QA checklists handles the first pass and ignores the second. Rework is exactly where defects escape, and it is exactly when the checklist is least useful. Here is the fix.

THE LOOP MOST TEAMS LEAVE OPEN Ticket createdchecklist attaches Work donechecks ticked Passedshipped Reopenedclient feedback work changes again Without a reset The checklist still shows every box ticked from the first pass. Nobody re-checks anything. With a reset Boxes clear automatically. The second version gets the same scrutiny as the first.
Figure 1: rework is where defects escape, because the checklist still says the work passed.

The gap nobody designs for

Most teams that use QA checklists attach them when work is created. Someone ticks the boxes, the work ships, everyone moves on. That part is well understood.

What almost nobody handles is what happens when the work comes back. A client asks for a change, the ticket reopens, someone makes the edit, and it ships again. The checklist still shows every box ticked from the first pass. Nothing prompts anyone to re-verify, because as far as the system is concerned this work already passed.

So the second version gets less scrutiny than the first, which is precisely backwards. The first version was built carefully with the brief fresh. The second is a quick edit under time pressure, and it is the one that goes out unchecked.

Defects escape during rework far more often than during original work, and rework is exactly when the checklist is at its least useful.

What I built

Two behaviours. Checklists attach automatically when a ticket is created, chosen by work type. And when a ticket moves back into an active state from a completed one, the checklist clears itself, so the second pass has to be verified like the first.

The second behaviour is the unusual one. In several years of looking at how other teams run delivery, I have rarely seen it implemented.

How to build it

1. Derive the checklist from real escapes, not from best practice

Go back through the last twenty things a client sent back, or that broke after delivery. Each recurring cause becomes one checklist item. A list built this way is short and every item has a story behind it, which is why people respect it.

2. Make every item pass or fail

"Check the quality" is not a checklist item, it is a wish. "All links resolve", "client name spelled as in the contract", "exported at the agreed dimensions" are checkable in seconds by someone who did not do the work.

3. Keep it under ten items

Length is the enemy. A twenty-seven item list gets ticked without being read, which is worse than no list because it manufactures false confidence. If you need twenty-seven checks, you need several short lists by work type.

4. Attach on creation, by work type

A rule on ticket creation that looks at the issue type or component and attaches the matching list. Design work, copy work and development work should not share a checklist.

5. Reset on reopen, and this is the important one

A rule that fires on transition from a done status back to an active one, clears the checked state, and posts a short comment saying why. The comment matters: without it people think the system lost their work.

6. Block the transition to done while items are unchecked

Optional, and worth it once the list has earned trust. Introduce it after the reset behaviour has been running for a month, not on day one.

Tools and what they cost

OptionWhat it costsHonest trade-off
Jira + ScriptRunner or a checklist appPer-user pricing on top of Jira seats. Checklist apps in the Atlassian marketplace are typically a few dollars per user per month.Purpose-built, and the reset behaviour usually needs scripting even with a checklist app installed.
Jira native automationIncluded, but capped at 100 rule executions a month on Free and 1,700 pooled on Standard.Enough for attach-on-create in a small team. Add reset-on-reopen and you are running two rules per ticket lifecycle.
Asana, ClickUp, Monday native rulesIncluded in paid tiers.Attach-on-create is straightforward. Clearing checked subtasks on reopen often needs the API rather than the visual rule builder.
Apps Script or a small service against the APIFree to run.Full control over the reset logic. You maintain it, and you need somewhere for it to run on a trigger.
WHY MOST CHECKLISTS GET IGNORED The one nobody uses 27 items, most rarely relevant"check quality" and other vague askslives in a separate documentsame list for every kind of worknobody knows who owns it The one that survives 6 to 9 items, all load-bearingeach one pass or fail, no judgmentattached to the ticket itselfdifferent list per work typeevery item traces to a real escape
Figure 2: checklist length is inversely related to checklist use. Every item should have earned its place.

What it is actually worth

I have no independent study to point at for this specific practice, and I am not going to manufacture one.

What I can tell you is the mechanism, which you can verify against your own history. Pull your last twenty client-reported issues and mark which ones occurred on a first delivery and which on a revision. If a meaningful share sit in the second column, this automation addresses them directly, and you now have a baseline to measure against.

The general context is worth knowing. Service businesses lose margin to rework in a way that rarely appears in reporting, because the hours are worked and simply not billed. Service Performance Insight's 2025 benchmark of professional services firms found billable utilization fell to 68.9 percent, the lowest in five years, with EBITDA dropping from 15.4 to 9.8 percent year on year. Rework is one of the quieter contributors to that gap, and unlike most of the others it is addressable by a rule.

How it breaks

The list grows. Someone adds an item after every incident and within a year it is unusable. Cap it. Adding an item should mean removing one, unless the new one is genuinely load-bearing.

The reset feels like punishment. If people experience the cleared checklist as the system doubting them, adoption dies. The comment explaining why matters, and so does saying out loud that the reset exists because rework is where defects escape, not because anyone is suspected of cutting corners.

It becomes theatre. If nothing ever fails a check, either your work is flawless or nobody is actually looking. Sample a few completed checklists a month and verify one item independently.

How to tell whether it worked

Track defects found before delivery against defects reported by clients, and specifically the share of client-reported issues that occurred on a revision rather than an original. That second number is the one this automation is aimed at, and it should fall.

Sources and honesty note. Utilization and EBITDA figures are from Service Performance Insight's 2025 Professional Services Maturity Benchmark, an annual study of professional services firms; it measures the industry generally rather than the effect of QA automation specifically, and I have not implied otherwise. Jira automation execution limits are Atlassian's published tiers. Pricing is list price at time of writing. There is no independent study I could find on checklist reset behaviour, so I have described the mechanism and given you a way to measure it on your own data rather than quoting a number I cannot support.

Paul Prado Pacardo is a Senior Executive Assistant and Operations professional with over ten years supporting C-level leaders, and the solo founder of a multi-product software studio. Available for remote Chief of Staff, Operations, Senior Executive Assistant and Project Manager roles.