Skip to main content
Table of Contents

Managing Project Trackers

Create, edit, and delete project tackers.

Steven Silverstone
Updated by Steven Silverstone

Creating a Jira Project Tracker

Only LinearB admins have permission to create projects.
  1. In the LinearB side menu, click Projects > Delivery.
  2. In the Projects page, click the Create Project button. The Create new project form opens.
  3. Name your new project.
  4. Select the Jira Boards to include in the project, and click Add. You must select at least one Jira board in order to create a tracker.
  5. Select the methodology (Scrum or Kanban).
  6. Click + Add Filter, and select the boards, epics, labels, fields, fix versions etc, you want to include in your project.
  7. Add an iteration control.
  • Use regular expressions to choose which iterations to include in your project.
  • Use regular expressions to specify which iterations should be left out of your projects.
  1. Click Save.
Once processing is complete, the project delivery tracker will automatically update in real time as your team progresses.

Building Queries Using LinearB's Project Rules

LinearB's Project Rules allow you to create powerful, customized queries by combining multiple filters, such as boards, epics, labels, or fields. By understanding how these filters interact, you can fine-tune your rules to collect precisely the issues you need.

How Filters Work Together

  • Adding multiple filters of the same type (e.g., boards, labels):
    Filters of the same type are combined using an OR operator. For example, if you add two boards, the rule will collect all issues from either board.
  • Combining different filter types:
    Filters of different types are combined using an AND operator. For instance, if you add a label to your rule, LinearB will collect issues from the specified boards that also contain the added label.

Rule-Writing in Boolean Terms

To better visualize how rules work, think of them as Boolean logic:

  • Adding multiple items within a single filter type (e.g., several boards) creates an OR relationship:
    (Board A OR Board B)
  • Adding another filter type (e.g., a label) creates an AND relationship with the previous filters:
    (Board A OR Board B) AND Label X

This approach ensures you can refine your results to match your project’s specific needs, collecting only the issues that meet all the defined criteria.

Description

I want to view issues from either the "LINB board" or the "CS board" that are labeled as either "UI-issue" or "Backfill".

This query should combine the selected boards using an OR condition, and within those boards, filter issues that match any of the specified labels.

Boolean

(Board:"LINB board" OR Board:"CS board") AND (Label:"UI-issue" OR Label:"Backfill")

LinearB Interface

Suggestions for Projects

Collecting Issues from Multiple Boards or Specific Epics

You can collect issues from multiple boards or just from specific epics, as described below:

  1. In the Create new project form, name your new project name.
  2. Click + Select Jira Boards. Select the Jira Boards to include in the project, and click Add.
  3. Select the methodology (Scrum or Kanban).
  4. In the LinearB side menu, click Projects > Delivery.
  5. Click + Add Filter.
  6. Select the filter type you want to use, such as Boards or Epics.
  7. Click Add to confirm your selections.
  8. Click Save.

LinearB will retrieve all issues from the selected boards or epics. To refine your results further, you can add additional filters, such as Labels or Fields, ensuring your project includes only the most relevant issues.

Filtering Specific Labels or Fields Within a Board or Epic

To focus your project on issues from specific boards or epics that also meet additional criteria (e.g., have a certain label or field), follow these steps:

  1. Add filters for the required boards or epics by following the steps above.
  2. Repeat the process to add the Labels or Fields you want to use for filtering.

This ensures that only issues matching both the board/epic and the label/field criteria are included in your project.

Collecting Issues Based on Labels or Fields Globally

LinearB also allows you to collect issues using specific labels or fields across all boards, without the need to define a board or epic. This is ideal for tracking types of work across your entire team. For example:

  • Issues labeled "technical debt"
  • Issues tagged as "infrastructure work"

This global filtering capability enables you to monitor cross-team efforts effortlessly and maintain a unified view of work priorities.

Editing a Project

Once a project is created, its issue collection rules are displayed under the associated board name. As your project evolves, you can modify these rules to adapt to changing requirements by adding or removing filters as needed.

  1. Click the ellipse (three dots) located next to your Project Delivery Tracker, and select Edit Project.
  2. Make the required changes:
    1. Add or remove rules to refine how issues are collected.
    2. Switch the project's workflow between Scrum and Kanban as needed.
    3. Save your updates. The project updates take effect within 15 minutes.

By keeping your project rules up to date, you can ensure that the data collected remains aligned with your team’s current goals and workflow.

Deleting a Project

Click the ellipse located next to the Project Delivery Tracker you want to delete, and select Delete Project.

How did we do?

One Click Context for Project Delivery Trackers

Contact