Checklist Tabs
Switch between list and tab checklist view! Organize long checklists into structured tabs 😍
Contents👇🏼
Overview
Checklist Tabs help you break down long checklists into structured tabs!
📁 Break down long checklists into focused sections
📊 Track progress per checklist tab
👀 Improve readability of checklist
🎯 Help teams focus on one part of the work at a time
In List view, the checklist appears as a structured list with headers. When you switch to Tab view,
H1 headers (headers starting with # ) automatically become tabs. Each tab has its own progress, so you can track completion by section.
Switching between List view and Tab view is a user setting, allowing you to choose the view that fits you best.
Switch to tab view
To switch to Tab view:
Open the issue that contains the checklist
Click the 3-dots menu
Select “Switch to tab view”
To return to List view, open the same menu and choose “Switch to list view.”
This is a user setting, so you can choose the checklist view that works best for you ✅
☝️NOTE: When you switch to Tab view, H1 headers (starting with #) are automatically converted into tabs. If your checklist has no headers, Tab view will show a single tab. If you switch back to List view, all tabs appear again as H1 headers in the checklist.
Working with tabs
Checklist tabs are easy to manage and keep your work organized 📝
Add checklist tab
To add a new tab, click the ➕ button next to the last tab. Type the tab name and press Enter to save it. Add checklist items to start working in the tab.
Edit tab name
To rename a tab:
Hover over the tab progress
Click the 3-dots menu
Select “Edit tab name”
Check all items
To complete an entire tab:
Hover over the tab progress
Click the 3-dots menu
Select “Check all items”
Delete tab
To delete a tab:
Hover over the tab progress
Click the 3-dots menu
Select “Delete tab”
☝️ Note: Deleting a tab removes the tab and all checklist items within it. This action cannot be undone.
Checklist tabs markdown
Both H1 headers and checklist tabs use the same markdown syntax: # Header name / Tab name
You can easily edit checklists in Tab view using the Full Screen Editor – add new tabs, rename tabs, and make other changes quickly.
You type | |
|---|---|
# Code Quality
- Code is written and merged
- No critical bugs remain
- Unit tests are written and passing
# Testing
- Feature is covered by automated tests
- Integration tests are passed
- Acceptance criteria are validated
# Documentation
- User documentation is updated.
- Technical documentation is updated | |
You get | |
Tab view | List view |
Checklist templates & tabs
All checklist templates are displayed in the Template Manager in a list view.
If you want your checklist template to include multiple tabs, simply structure it using H1 headers.
When the template is imported and Tab view is enabled, the checklist will automatically be imported as tabs.
Template view in Template Manager | Imported template in issue |
|---|---|