Skip to main content

Toolbar Button Reference

The following table lists every toolbar button in the order they appear. All buttons are toggle or action controls — they do not require widget parameter configuration to be visible unless noted.

Toolbar Icon Reference

The icons below correspond to each toolbar button in the order they appear:
Collapse all swimlanes toolbar icon — a square with a minus/dash symbol
Expand all swimlanes toolbar icon — a square with a plus symbol
Refresh data toolbar icon — a circular arrow
Toggle Resource Load visualization toolbar icon — a person silhouette with a speedometer gauge
Show Unplanned toolbar icon — two side-by-side rectangles representing the panel toggle
Prioritize toolbar icon — up and down arrows indicating priority reordering
Show Dependencies toolbar icon — a grid with a link chain symbol representing board-wide dependency display

Collapse and Expand Controls

Collapse and expand operate at two levels:
  • Toolbar levelCollapse all and Expand all apply to every swimlane simultaneously.
  • Swimlane level — Individual swimlane headers can be clicked to collapse or expand that swimlane independently. See Swimlane Controls.
Toolbar with Collapse All, Expand All, Refresh, Load, Unplanned, New Plan, Prioritize, and Dependencies buttons, above a board area with Swimlane A and Swimlane B rows crossing Sprint 1, Sprint 2, and Sprint 3 plan columns containing cards

Two separate mechanisms exist for viewing dependencies between cards. They operate at different scopes: When Show Dependencies is active, all cards not involved in any link are hidden and all dependency links are drawn across the board. When Show Links is used from a card, only that card’s linked cards remain visible and all others are hidden.
The Show Dependencies toolbar button requires that dependency display is enabled in the widget configuration. If the button is absent or non-functional, check the relevant widget parameter. See UI and Display Parameters.

Toggle Resource Load Visualization

The Toggle Resource Load visualization button shows or hides capacity bars on the board. Capacity bars appear in swimlane rows and Plan column headers to indicate how much capacity has been consumed relative to available capacity.
  • When toggled on, each swimlane cell and Plan column header displays a progress bar reflecting the current load.
  • When toggled off, capacity bars are hidden and the board displays cards only.
Capacity bar behavior depends on the capacity mode configured in widget parameters:
When you hover over a capacity bar in a Plan column header, a tooltip appears with detailed capacity information for that Plan. This tooltip is only available when capacity is configured. See Capacity Parameters.

Prioritize Mode

When Prioritize is active:
  • Cards within each swimlane can be reordered by dragging to set planning priority.
  • Drag-and-drop scheduling (moving a card from the Unplanned sidebar onto the board, or between Plan columns) is blocked while Prioritize is active.
  • The board remains read-only for plan assignment operations until Prioritize is toggled off.
Prioritization affects item sort order within swimlanes. The default sort order when Prioritize is off is: resource name → start date → priority or custom sort field → ID as tiebreaker.
While Prioritize mode is active, you cannot drag cards between columns or from the Unplanned sidebar. Toggle Prioritize off before reassigning items to Plans.

Show Unplanned Sidebar

The Show Unplanned button toggles the Unplanned sidebar that appears on the right side of the board. The sidebar holds all work items that match the board’s query but are not yet assigned to a Plan.
  • When hidden, the full horizontal width of the browser window is available for the board area.
  • The sidebar preference is not automatically saved between sessions.
For full sidebar reference including filtering, search, and drag-and-drop behavior, see Unplanned Sidebar.

Refresh Data

The Refresh data button reloads the board’s data from the Polarion server without reloading the entire page. Use it when:
  • Another user has made changes to planned items and you want to see the current state.
  • You have made changes in Polarion directly (e.g., via the work item editor) and want the board to reflect them.
  • After a save operation in the Work Item Properties sidebar, the board preserves scroll and swimlane position. A manual refresh will reload all data from the server.

Toolbar Layout Diagram

Toolbar icon buttons in the upper-left corner of the Planningboard: Collapse All, Expand All, Refresh, Load, Unplanned, Prioritize, and Dependencies

KB Articles
  • Planningboard interface & basic interactions
Source Code
  • unplanned_sidebar.js
  • enum-rows-filter-folder-scope.cy.ts
  • widget.vm
  • viewLicense.vm
  • license-panel.js
Last modified on July 10, 2026