Bulk-transition or bulk-close work items in Jira
Closing fifty stale work items should not mean opening fifty detail views. Jira can bulk-transition work from search, backlog, or the board, but it still respects every selected work item's workflow and required fields. Group compatible work items first.
Company and team-managed spaces
The standard bulk-transition flow is the same in company and team-managed spaces. You need the global Make bulk changes permission and the relevant work item permission in each affected space. Jira limits one bulk change to 1,000 work items.
-
Build a precise search
Open Filters → Search work items and filter to the exact stale or completed work you intend to change. Export or save the search if you need a record of the original state. -
Start Bulk change
Select More actions (•••) → Bulk change all <n> work items, choose the work items you want to change, then select Next. -
Choose Transition work items
Select Transition work items, then choose the available workflow action rather than just assuming a Done status. -
Complete transition fields
Set any required resolution, comment, or screen fields. Turn notifications off when a large batch does not need to email every assignee and watcher. -
Review the groups and confirm
Jira groups work with different workflows separately. Review each group, select Confirm, then wait for the acknowledgement.
Good to know
Bulk transition is powerful, but it is not a way around workflow rules:
- Bulk changes are limited to 1,000 work items. Split a larger cleanup into precise batches.
- Different workflows must be handled separately. Jira exposes only transitions available to the selected work and groups incompatible workflows.
- Required transition values still apply. Jira asks for values such as Resolution when the chosen workflow action requires them.
- There is no native undo. Save the search or export the list before a large operation so you can identify what to reverse.
- Use automation for recurring cleanup. A Scheduled trigger with narrow JQL can transition work items that have stayed in one status for a defined period.
Make large queues manageable
A clean board starts with a focused view of the work that still needs a human decision.
FAQ
Can I close many Jira work items at once?
Yes. In Filters → Search work items, select More actions → Bulk change all work items, then choose Transition work items.
Why can't I bulk-transition every selected work item to Done?
The selected work items may use different workflows or need different required fields. Split them into compatible groups and run the transition again.
How do I automatically close stale Jira work items?
Create a Scheduled automation rule with narrow JQL, such as a specific status plus updated older than a chosen number of days, then add a valid Transition work item action.