Prerequisites
- The resource view must be enabled in the widget parameters (Show Resource View set to Yes).
- Work items must have assignees (or the configured Resource Field must be populated).
Filter by Clicking a Resource Name
- Locate the resource view panel below the Gantt chart timeline.
- Click the name of the resource (assignee) you want to filter by.
- The Gantt chart updates to show only rows where that resource is assigned.
- The selected resource row receives a visual highlight in the resource view.
Filter by Allocation Bubble
Clicking an allocation marker cell (bubble) in the resource view filters the Gantt to show work items for a specific resource within a specific time period.Workload Column
When filtering by allocation bubble with Resource Load Calculation set to Remaining Estimate or Estimate + Spent, a selectedWorkload column appears in the table view showing the planned effort (in hours) for each contributing item. Since version 25.4.2, allocation bubble filtering works with all load calculation modes. However, the per-task effort column only appears for estimate-based modes.| Load Calculation Mode | Allocation Bubble Filter | Effort Column Shown |
|---|---|---|
| Leaf Items Count | Yes (since 25.4.2) | No |
| Estimate + Spent | Yes (since 25.4.1) | Yes |
| Remaining Estimate | Yes (since 25.4.1) | Yes |
| Assignment Allocation | Yes (since 25.4.2) | No |
When you filter by allocation bubble, collapsed parent items automatically expand so you can view all affected items and their individual allocations.
Use Resource Checkboxes
Each resource row in the resource view has a checkbox. Toggle these checkboxes to include or exclude specific resources from the filter. Combining checkbox selections with allocation marker clicks lets you refine the filter to show tasks for multiple resources.Clear the Resource Filter
To remove the resource filter and show all items again:- Click the Filter by Item toolbar button to toggle off the active filter.
- The funnel icon in the footer disappears and all rows become visible again.
Verification
After applying a resource filter, you should now see:- Only work items assigned to the selected resource (plus their parent and dependent items for context).
- The selected resource row highlighted in the resource view.
- The footer showing the filtered row count (for example, “Rows: 4 of 10”).
- The funnel icon tooltip describing the active resource filter.
See Also
- Use Gantt Filters
- Set Up the Resource View
- Configure Resource Fields
- Configure Resource Allocation Marker Colors
- Hide Inactive Resources
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/filterByResourceMarker/OnAssignmentAllocation.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/toolbar.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Task.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/globals.jsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/working-calendars/selected-team.cy.ts