Create a project board
Use saved project boards when a team repeatedly reviews the same slice of work.
Before you create the board
- Decide the board's review purpose.
- Choose the project that owns the work.
- Review the project's workflow statuses.
- Check whether the board needs custom fields before you build the card layout.
- Write down the ticket types and statuses the board should include.
Examples:
| Board | Purpose |
|---|---|
| Triage | Review new bugs, customer issues, and unclear work. |
| Standup | Review active work by owner, due date, and blocker. |
| QA review | Show work in review, blocked QA, and release validation. |
| Leadership | Show priority, owner, progress, due date, and risk signals. |
Create the saved board
- Open Projects.
- Open the target project.
- Select the Boards tab.
- Select New board.
- In Basics, enter:
- Name: readable board name.
- URL slug: stable short slug.
- Description: what review this board supports.
- Select Next.
Keep slugs stable after teammates bookmark or share the board.
Choose filters
- In Filters, select the issue types to include.
- Enable open work if the board should hide done-category tickets.
- Select Apply filters to generate TQL.
- Edit the TQL if the board needs a more specific rule.
- Resolve any TQL diagnostics before continuing.
- Select Next.
Useful examples:
type IN (task, bug, story, subtask) AND status_category != done
type = bug AND cf.severity IN (high, critical)
assignee = currentUser() AND status = open
Map columns
- In Columns, rename each lane to the label reviewers should see.
- Add workflow statuses to the lane with + Add status.
- Map every status that must appear on this board.
- If a column has more than one status, choose Cards dropped here become.
- Add, remove, or reorder columns until the lane order matches the review conversation.
- Leave statuses unmapped only when hiding them is intentional.
- Select Next.
Hidden statuses
Tickets in unmapped statuses are hidden from that board. They still exist and can appear in list view, search, TQL results, and other boards.
Design the card layout
- In Card layout, drag fields from Fields onto the grid.
- Put the title or customer context near the top.
- Add owner, priority, status, due date, progress, and any custom fields needed for the review.
- Select each block to change label visibility, bold text, alignment, font size, and format.
- Resize blocks with Wider, Narrower, Taller, or Shorter, or use the resize handle.
- Select Preview card to check readability.
- Select Next.
Do not show every field. A useful board card makes the next decision easier.
Preview and save
- In Preview, select Refresh preview.
- Review visible count, matching count, sample cards, and hidden-status warnings.
- If the preview is wrong, go back to filters, columns, or card layout.
- Wait a moment for the save button to enable.
- Select Create board.
- Open Tickets, select the same project, and choose the board from the board picker.
Verify the board works
- Create or find a ticket that should appear.
- Confirm the card appears in the expected column.
- Move the card through a common workflow transition.
- Confirm required fields and role restrictions behave as expected.
- Ask a teammate who will use the board to scan it without opening cards.
Related guides: Configure board columns and filters, Design board cards, Create ticket visual indicators.