Skip to content

Filtering

Canopy provides multiple filtering mechanisms to help you find the issues you need.

Quick Filters

Pre-defined filters for common use cases:

FilterJQL Equivalent
Assigned to meassignee = currentUser()
Unassignedassignee is EMPTY
Unresolvedresolution is EMPTY
Current Sprintsprint in openSprints()

Click a quick filter to toggle it on/off.

Dynamic Filters

Automatically generated from loaded issues. These adapt to your query results.

Filter TypeDescription
StatusAll statuses in current results (color-coded badges)
Issue TypeAll issue types with Jira icons
AssigneeTeam members with avatars
PriorityPriority levels with Jira icons
ResolutionResolution types
ComponentsProject components
Fix VersionsVersion labels

Recency Filters

Filter by recent activity:

FilterDescription
Recently CreatedCreated in the last 7 days
Recently UpdatedUpdated in the last 7 days
Recently CommentedCommented in the last 7 days

Search issues by key or summary with partial matching:

  • Type 127 to find PROJECT-127
  • Type login to find issues with "login" in the summary

Filter Logic

Filters are combined using the following rules:

  • Filters within the same category are combined with OR
  • Filters from different categories are combined with AND

Example: Selecting "In Progress" + "In Review" (status) AND "High" (priority) shows issues that are:

(In Progress OR In Review) AND High priority

Saved Quick Filters

Save your current filter combination as a reusable preset.

Creating a Saved Filter

  1. Apply desired filters (Quick Filters, Dynamic Filters, Recency, Search)
  2. Click Save > As Quickfilter
  3. Enter a name and optionally select an icon
  4. The saved filter appears as a pill above the filter bar

Managing Saved Filters

ActionDescription
ClickToggle filter on/off
DragReorder via drag handle
EditRename or change icon via dropdown menu
DeleteRemove with confirmation

Filter Dropdown

INFO

Saved Quick Filters are stored per query and persist across sessions.

Filter Persistence

Active filters are automatically saved per query and restored when switching between queries.

Collapsible Filter Section

The filter section can be collapsed to maximize tree view space. State is persisted across sessions.

Released under the MIT License.