Project Overview

The Project Overview page allows you to view all your Jira projects in a single table with their respective JQL properties and filter them dynamically using an advanced filter system.
Note: only properties that are set to “active” in the Global Settings are displayed in the overview table.

Project Overview | Image
image-20260116-134323.png



1. Navigate to the Project Overview

  • In Jira, click on the Settings icon in the top right

  • Navigate to Marketplace apps → Easy JQL Properties for Projects

  • Click on EJPP Project Overview

Find Project Overview | Image
Screenshot from 2026-06-09 13-55-32.png

2. Creating your first filter

  • Click the Add filter button at the top of the page → a new filter bar appears

  • In the filter bar, click the Add Property dropdown

  • Select a property from the list (e.g., Priority)

  • A new filter button appears in the bar

  • Click on the newly created filter button (e.g., Priority)

  • A pop-up opens based on the property type

  • Select or enter your filter value

  • Click Save

The table automatically updates to show only projects matching your filter!

  • a property can only be used once per filter bar

  • all properties, which were set to “active” in the Global Settings, are listed in the “add property” dropdown

Example Filter | Image
image-20260430-093249.png



3. Using different filter types

The filter system supports four property types, each with its own filter interface:

String Properties | Multi-Select

Used for: Properties with predefined values (e.g., Priority, Status)

Features:

  • Multi-select-dropdown

  • Search functionality

  • Shows all existing values from projects

Example:

  • Property: "Deployment"

  • Options: Cloud, Data Center

  • Filter: Select "Cloud" and "Data Center"

  • Result: Shows projects with Deployment = Cloud AND Data Center

Number Properties | Single Value or Range

Used for: Numeric values (e.g., Budget, Team Size, Downloads)

Features:

  • Toggle between single value or range

  • Range supports min/max (both optional)

  • Input validation for numbers only

Example:

Mode

Configuration

Result

Single

Value: 1000

Projects with exactly 1000

Range

Min: 50, Max 1000

Projects between 50 and 1000

Range

Min: 50, Max empty

Projects with 50 or more

Range

Min: empty, Max 1000

Projects with 1000 or fewer

Date Properties | Single Value or Range

Used for: Date values (e.g., Release-Date, Created-Date)

Features:

  • Toggle between single value or range

  • Calendar picker for easy selection

  • Range supports from/to (both optional)

Example:

Mode

Configuration

Result

Single

Projects on exactly this date

Range

From: , To:

Projects in 2024

Range

From: empty, To:

Projects before end of 2024

Range

From: , To: empty

Projects from 2024 onwards

Text Properties | Free Text Search

Used for: Text fields with free-form content (e.g., Description, Notes)

Features:

  • Case-insensitive substring search

  • Matches partial text

Example:

  • Property: “Description”

  • Filter: "meeting"

  • Result: Projects with "meeting", "Meeting", "weekly meetings" in description


4. Remove Filters

Remove a single filter:

  • Click the X icon next to the property name in the filter button

Remove an entire filter bar:

  • Click the X button on the right side of the filter bar


Understanding the Filter logic

Within a Filter Bar (AND-logic)

All filter buttons in the same bar must match for a project to qualify.
Example: “Priority = High” AND “Downloads > 100” means a project needs both conditions to be shown.

Between Filter Bars (OR-logic)

A project qualifies if it matches any one of your filter bars.
Example: Projects matching Bar 1 or Bar 2 or Bar 3 will be shown.

Special Cases:

  • No filter bars or empty filter bars→ All projects displayed

  • Empty filter buttons → Ignored (treated as “no filter”)

  • Multiple bars with the same filter button → Creates complex OR-conditions