Skip to main content
Only one Work Items Gantt widget is supported per Polarion wiki page.
In the Polarion page editor, the Work Items Gantt widget is listed under the Work Items tag of the widget picker..
Polarion widget picker with the Work Items Gantt widget listed under the Work Items tag

Core Parameters

Type Configuration

Each work item type listed in the widget can be individually configured beyond just its presentation mode. These per-type settings control creation behavior and hierarchy placement.

Data Mapping

These parameters map Polarion work item fields to Gantt scheduling data. See Data Mapping Parameters for details.
Configure at least two of the three date fields: Start Field + Duration Field, End Field + Duration Field, or Start Field + End Field. For production use, define proper custom fields with the recommended types (Date, Integer, Float) rather than relying on ad-hoc string fields.

Grid Columns

These parameters control the left-hand grid panel of the Gantt chart.

Deadlines

Baseline

Resource View

Working Calendars

These parameters configure which working calendars are applied when calculating task durations and scheduling. Use these instead of the deprecated Working Time parameter.

Advanced Parameters

Scripting Parameters

Configuration Example

A typical Work Items Gantt configuration for a project using parent-child hierarchy and finish-to-start dependencies:
  • Work Items: Query selecting all release and feature items in the current project (type:(release feature))
  • Sort by: start id
  • Load Children: 1
  • Show Unplanned: true
  • Scale: W
  • Parent Role: implements
  • Dependency Role: depends_on
  • Project Types: feature
  • Milestone Types: release
  • Start Field: gantt_start
  • Duration Field: gantt_duration
  • Progress Field: gantt_progress
  • Duration Precision: Standard (Days)
  • Grid Width: 400
  • Grid Columns: duration (label: Durat., width: 80px, aligned center)
  • Show Deadlines: true, field: dueDate, color: red
  • Show Baseline: true, relative date: -1 (one year ago)
  • Show Resource View: true, field: assignee, height: 250px, load display: time
  • Use Global Calendar: true
  • Maximize Gantt View: true
  • Gantt Height: 600
  • Max Items: 1000
  • Drag Children: true
  • Progress Coloring: true
  • Show Today Marker: true
  • Sidebar Fields: title, status, initialEstimate, remainingEstimate, timeSpent, dueDate, assignee

See Also

Last modified on July 10, 2026