Creating Checklist Templates
Checklist templates are reusable sets of steps or criteria that you can apply to tasks and issues with one click. Instead of typing the same checklist every time (e.g., "Definition of Done" or "Code Review Checklist"), you create it once as a template and reuse it everywhere.
What is a checklist template?
A checklist template is a named list of items (checkboxes) that represents a repeatable process or quality standard. Once created, any team member can apply it to a task or issue, where it becomes a live checklist they can check off as they work.
Example templates:
| Template name | Items |
|---|---|
| Definition of Done | Code reviewed, Tests passing, Documentation updated, Deployed to staging, QA approved |
| Bug Fix Checklist | Root cause identified, Fix implemented, Unit test added, Regression test passed, Release notes updated |
| PR Review Checklist | Logic is correct, Edge cases handled, No hardcoded values, Naming is clear, Tests added |
Creating a template
- In the left sidebar, go to Settings → Checklists (or navigate to Checklists if it is in the main nav).
- Click New Template.
- Enter a template name (e.g., "Definition of Done").
- Click Add Item and type the first checklist item.
- Press Enter to add more items, or click Add Item again.
- Drag items to reorder them using the drag handle (⋮⋮) on the left.
- Click Save Template.
Editing a template
- Open the Checklists settings page.
- Find the template in the list.
- Click Edit.
- Add, remove, or reorder items as needed.
- Click Save.
Editing a template does not change checklists that have already been applied to tasks or issues. The template is a starting point — once applied, the checklist on a task is independent.
Reordering items in a template
- Open the template for editing.
- Grab an item by its drag handle (⋮⋮ icon on the left side of the item).
- Drag it to the desired position.
- Save.
Deleting a template
- Open the Checklists settings page.
- Find the template.
- Click Delete.
- Confirm.
Deleting a template does not affect checklists that have already been applied to tasks or issues. Only new applications of the template are affected.
Who can create templates?
Template creation and management is available to users with Admin or Member roles in the workspace. Viewers can apply templates but cannot create or edit them.
Workspace vs personal templates
Templates are scoped to a workspace — they are visible to all members of that workspace. There is currently no personal (private) template option.
If you need different templates for different teams, consider creating separate workspaces.