Skip to main content

Per-Type Configuration Parameters

Each work item type added to the Work Item Types configuration block exposes the following sub-parameters: The dynamic “presentation depends on whether the item has children” behaviour is provided by the Auto-Mode value of Gantt Presentation Mode (it is not a separate boolean parameter).
Fields already bound as Start Field, End Field, Duration Field, or Progress Field in the Data Mapping Parameters cannot be added to Additional Dialog Fields. The system validates this at load time and logs a warning for invalid field references.

Default Work Item Types

The Gantt chart ships with three built-in work item type configurations:
The default types serve as a starting reference. Override them in the widget parameter editor to match your project’s work item type IDs (e.g., epic, story, task).

Presentation Modes

diagram
Item — Rendered as a standard task bar with start date, end date, and duration. The bar is directly editable by dragging. Derived Schedule — Rendered as a summary bar whose schedule is derived from its child items. You cannot directly drag the start or end date of a derived-schedule item; it auto-calculates from children. Auto-Mode — Renders as Derived Schedule when the item has children, otherwise as Item. Use it for a type that can be either a parent or a leaf. Milestone — Rendered as a diamond shape at a single point in time. Milestones have no duration.

Collapse Behavior via Item Script

You can control the initial collapsed state of parent work items per type using the Item Script API:
This sets the task.open property to false, causing the item to appear collapsed when the Gantt chart loads.

Work Items Gantt vs. Plans Gantt

The per-type configuration applies differently depending on the Gantt mode: For Plans Gantt configuration, see Plans Gantt Widget Parameters.

Configuration Example

To configure an epic type as a project container and a release type as a milestone:
  1. Open Widget Properties for the Gantt widget.
  2. In the Work Item Types section, add an entry for epic:
    • Set Gantt Presentation Mode to Derived Schedule
    • Set Enable Create to Yes if you want users to create epics from the toolbar
  3. Add another entry for release:
    • Set Gantt Presentation Mode to Milestone
  4. Save the widget parameters.
Setting a type as Project or Milestone does not add or remove items from the Gantt view. It only changes how items of that type are rendered. The visible items are determined by the Work Items data set parameter in Work Items Gantt Widget Parameters.
Last modified on July 10, 2026