How No-Allocation Marking Works
When a task has no assignee, the Gantt chart applies two visual indicators:- Red task bar background — the task bar in the Gantt chart receives a red highlight, making it immediately distinguishable from assigned tasks
- Grey resource view cell — in the resource view, cells for unallocated tasks display with a grey background instead of the usual green or red allocation markers
| Task State | Task Bar | Resource View Cell |
|---|---|---|
| Assigned, within capacity | Standard color | Green marker |
| Assigned, overallocated | Standard color | Red marker |
| No assignee (active) | Red highlight | Grey cell |
| No assignee, status Done | Standard color (no highlight) | No indicator |
Tasks with a Done status are exempt from the no-allocation marking even if they have no resource assignment. This prevents completed items from cluttering the view with false warnings.
Step 1: Enable the Resource View
To see both the task bar and resource view indicators, enable the resource view in your Gantt widget parameters:- Open the Gantt widget parameters
- Set Show Resource View to
Yes - Configure the Resource Field (defaults to
assignee)
Step 2: Enable the Show Unassigned Row
To see unallocated tasks grouped in the resource view:- In the widget parameters, set Show Unassigned to
Yes - This adds a dedicated row in the resource view for all work items that have no value in the resource field
Step 3: Review Unallocated Tasks
With the configuration in place:- Open the Gantt chart and look for task bars highlighted in red — these are tasks without an assignee
- Check the resource view for grey cells indicating unallocated time periods
- Open any highlighted task in the lightbox to assign a resource
Verification
You should now see:- Task bars with no assignee highlighted in red in the Gantt chart
- Grey cells in the resource view for unallocated time periods
- Completed (Done) tasks displaying normally without the red highlight, even if they have no assignee
See Also
- Set Up the Resource View
- Hide Inactive Resources
- Configure Resource Fields
- Configure Resource Allocation Marker Colors
- Filter by Resource and Allocation
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/view/markTasksWithNoAllocation.cy.tsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Task.javaprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Aresource-view/ganttOveralocation.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/config.jsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/filterByResourceMarker/OnItemCount.cy.ts