Prerequisites
- Team and Team Assignment work item types are configured (version 23.4.0+)
- A custom field of type Enum > Nextedy Team exists on both your Plan and work item types
- Separate Iterations (Plans) exist for each team
Step 1: Create the Nextedy Team Custom Field
If you have not already created a team custom field, add one to both your Plan type and your work item type (such as Work Package):- Navigate to Administration > Work Items > Custom Fields
- Create a field with type Enum > Nextedy Team
- Apply it to both the Plan and the relevant work item types
Step 2: Assign Teams to Iterations
For each Iteration (Plan), set the team custom field to the appropriate team:- Open the Iteration in Polarion
- Select the matching team from the team custom field dropdown
- Ensure each team has its own set of Iterations for proper separation
Step 3: Create Page Parameters
Set up two page parameters on your LiveDoc page to enable interactive filtering:| Page Parameter | Configuration |
|---|---|
| Release | Points to the Plan/Release field, allowing selection of a specific release |
| Team | Points to the team custom field, allowing selection of a specific team |
Step 4: Configure the Gantt Query
Connect the page parameters to the Gantt widget by setting the Query Type to Lucene + Velocity and entering a query such as:Step 5: Add the Page Parameter Widget
Add the Page Parameter widget to the same LiveDoc page alongside the Gantt widget. This provides dropdown selectors for switching between teams and releases without editing widget parameters.Step 6: Add Iteration Markers (Optional)
To visually distinguish iteration boundaries on the Gantt chart, add a marker script in the Markers Script field of the widget parameters. The script queries plans matching the selected team and adds colored markers at each iteration due date.Step 7: Handle Unplanned Work Items (Optional)
If work items lack explicit start and end dates, you can use an item script to inherit the iteration dates. Add a script in the Item Script field that checks each work item for an assigned iteration and, if no dates are set, uses the iteration start and due dates as the task schedule.Understanding the Resource View
With this configuration, the resource view shows team members and their workload within the context of the selected team and release:- Team members appear as resource rows with their assigned work items
- Outside of Team row appears when a work item is assigned to the selected team but the assignee is not a member of that team — click to expand and see the specific user
Verification
You should now see:- Page parameter dropdowns for Team and Release on the LiveDoc page
- The Gantt chart filtering work items based on the selected team and release
- Resource view rows showing team member allocation for the filtered scope
- Iteration markers (if configured) highlighting plan boundaries
See Also
- Set Up Team Assignments Gantt
- Set Up a Cross-Team Gantt Chart
- Configure Page Parameters
- Use Dynamic Queries with Page Parameters
- Create Markers with Scripts
Sources
Sources
KB Articles
- Setup a basic Cross team Gantt Chart
- How to setup Team Assignments Gantt
- Setup a Release Gantt with teams
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/ganttCustomTeamWorkItemType.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Aresource-view/AganttInitialEstimation.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/TeamAssignmentsTests.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/resources.jsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/view/externalTeamManagementProject.cy.ts