Skip to main content
Scheduling on the Scheduler board is direct manipulation: you drag an item out of the backlog onto the row and day it belongs to, and you move it later by dragging its bar. Each gesture writes straight to the work item’s mapped fields, so what you see on the board is what the work items say.

Prerequisites

  • A configured board (see Add the Scheduler Widget) with Data Mapping pointing at real work item fields
  • Write permission on the work items and on their mapped date, duration and assignee fields
  • Items to plan: work items returned by the widget’s query that have no schedule yet

Schedule an Item from the Backlog

1

Show the Unplanned sidebar

The backlog sits on the right of the board under the Unplanned header. It is shown by default; the Show unscheduled items in sidebar toolbar button hides and shows it again.
2

Find the item

Type into the sidebar’s Search… box, or use the funnel filter to narrow the list to a saved query or a single swimlane. When a filter is active the count above the list reads as “N out of M work items”, so you can see how much of the backlog you are looking at. See Filter the Unplanned Sidebar.
3

Drag the card onto the board

Drag the card out of the sidebar and drop it on the row and day where the work should start.The drop does three things at once:
  • Schedules the item from the day you dropped it on, writing the mapped date fields.
  • Assigns the resource of the row you dropped it on — the user for a user row, or the mapped enumeration value for an enumeration row (see Configure Swimlanes).
  • Sets the length of the bar from the item’s effort, rounded up to whole days against an eight-hour day. An item with no effort recorded gets a single day.
4

Check the result

The card disappears from the sidebar and appears as a bar on the row. The footer’s “Items loaded: N / Scheduled: M” counter increases its scheduled figure, and the load markers on that row recalculate to include the new work.
Which value counts as “effort” is set by Plans Type in the widget’s Work Items section — Initial Estimate, Remaining Estimate, or Remaining Estimate + Time Spent. It is the same value that drives the row’s load markers, so a board planned by remaining estimate stays honest as work is logged. See Dates, Duration and Effort.

Move a Task

To reschedule, drag the task’s bar along the timeline and drop it on its new day. The mapped fields are rewritten to the new dates, the bar keeps its length, and the row’s load markers recompute on the drop.
Scheduler board after a task bar was dragged to a new date: the DP-39 bar now sits under the Aug 06 and Aug 07 columns on the Ayato Seller row, with its red load markers directly above it

The DP-39 bar after being dragged to a later week — the load markers above it moved with it, and nothing was saved by hand.

Use the timeline controls rather than a long drag when the new date is off-screen: Zoom out the timeline to bring more days into view, or Scroll to today to get back to the current date. Navigate the Timeline covers all of them.
Weekends are hidden by default, so the day columns skip Saturday and Sunday; off-days are drawn with a diagonal hatch. See Board and Timeline.

Change a Task’s Duration

Task bars cannot be resized. They have no resize handles: dragging a bar’s edge moves the whole bar and keeps its length, exactly like dragging its middle. A task’s length is a property of the work item, and you change it in the fields the widget’s Data Mapping points at.
1

Open the work item

Click the card body: Scheduler opens that work item in Polarion’s Work Item Prop. sidebar next to the board, where its fields can be edited. The card also carries the work item’s ID as a link.
2

Edit the mapped field

Change the mapped duration or date field and save the work item.
3

Reload the board

Click Refresh data on the toolbar. The bar redraws at its new length and the row’s load markers recalculate.
Where a Duration Field is mapped, moving a bar preserves the duration and rewrites the dates around it — so dragging never silently changes how long a task takes. A duration of zero is drawn as one day.

Unplan an Item

Unplanning takes a task off the timeline and returns it to the backlog, without touching the work item itself.
1

Hover the task bar

Two small handles appear on the card: the chain icon (Add Link) and a calendar icon with a cross (Unplan item).
A hovered task bar showing the chain Add Link handle and the calendar-with-a-cross Unplan item handle in its top-right corner, with the hover tooltip below listing the work item title, its date range, and the Project, Type, Status and Assignee(s) fields
2

Click Unplan item

The task’s mapped date fields — and its mapped duration field, if one is configured — are cleared. There is no confirmation prompt.
3

Find it in the sidebar

The item reappears as a card under Unplanned, the footer’s scheduled count drops by one, and the sidebar’s item count rises by one. Drag it back onto a row whenever you want to schedule it again.
Unplan item does not delete anything. The work item, its title, its links and its history are untouched — only its schedule is removed. Deleting a work item remains a Polarion operation, done from the work item itself.

Everything Saves Automatically

The board has no Save control. Every drop, move and unplan is written to Polarion as you make it, and the toolbar carries no Save button to press afterwards. Two consequences are worth knowing:
  • There is nothing to confirm and nothing to discard. To undo a change, make the opposite change: drag the bar back, or drag an unplanned item out of the sidebar again.
  • Widget configuration is different. Parameter changes are part of the Polarion page and must be saved with the page in edit mode. See Add the Scheduler Widget.
If you are unsure whether a change landed, click Refresh data: the board reloads from the server, so what you see afterwards is what is stored.

Tasks You Cannot Drag

Some cards do not respond to dragging, by design:
  • Resolved work items are drawn grey and are read-only on the board. Reopen the work item in Polarion if it genuinely needs rescheduling.
  • Items marked read-only by an Item Script. A board can be configured to make selected items non-editable — see Advanced Configuration.

Verification

Work through one item end to end:
  1. Drop a backlog card onto a row — it becomes a bar on that row, and the footer’s scheduled count rises by one.
  2. Open the work item — the mapped date fields hold the dates you dropped it on, and the resource of that row is set.
  3. Drag the bar two days later, then reload the page — the bar is still on the new dates, with no Save action in between.
  4. Try to drag the bar’s edge — the whole bar moves and its length is unchanged.
  5. Change the mapped duration or end date on the work item, then click Refresh data — the bar redraws at its new length.
  6. Click Unplan item — the card returns to Unplanned and the work item still exists, with its date fields empty.

See Also

Last modified on August 31, 2026