> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nextedy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fields

> Nextedy PLANNINGBOARD surfaces data from three categories of Polarion objects — work items, Plans, and resources — onto the board.

<Columns cols={3}>
  <Card title="Work Item Fields" icon="file" href="/planningboard/reference/fields/work-item-fields">
    Fields read from Polarion work items: identifiers, types, assignees, effort estimates, priorities, statuses, and custom fields that drive card appearance and capacity.
  </Card>

  <Card title="Plan Fields" icon="file" href="/planningboard/reference/fields/plan-fields">
    Fields read from Polarion Plans that control which Plans appear as columns, their display names, date ranges, and capacity limits.
  </Card>

  <Card title="Resource Fields" icon="file" href="/planningboard/reference/fields/resource-fields">
    Fields that represent people and team resources used for swimlane assignment and capacity normalization across the board.
  </Card>
</Columns>

<Tip title="Field IDs are case-sensitive">
  When referencing field IDs in widget parameters (for example in `sidebarFields`, `enumFieldId`, or `capacityField`), use the exact casing shown in Polarion's field definitions. Wrong casing fails silently at runtime.
</Tip>

<Frame>
  <img src="https://mintcdn.com/none-17b4493f/vfRg9jxXRntLqZFW/planningboard/diagrams/reference/fields/index/diagram-1.svg?fit=max&auto=format&n=vfRg9jxXRntLqZFW&q=85&s=e440b3934ae6d674c5aacee08cc11404" alt="Planningboard field sources: Polarion work item fields render as a Card, Polarion Plan fields render as a Column, and Resource/User fields render as a Swimlane" width="800" height="460" data-path="planningboard/diagrams/reference/fields/index/diagram-1.svg" />
</Frame>

## Related Reference

* [Widget Parameters](/planningboard/reference/widget-parameters/index) — configure which fields appear on cards and how Plans are queried
* [Assignment Modes](/planningboard/reference/assignment-modes/index) — how resource and work-item fields determine swimlane grouping
* [Plans Modes](/planningboard/reference/plans-modes/index) — how Plan fields drive column selection and ordering

<Accordion title="Sources">
  **KB Articles**

  * Swimlane Assignment Types
  * Planningboard Widget Parameters
  * Planningboard interface & basic interactions

  **Support Tickets**

  * [#5960](https://support.nextedy.com/helpdesk/tickets/5960)
  * [#6496](https://support.nextedy.com/helpdesk/tickets/6496)
  * [#6174](https://support.nextedy.com/helpdesk/tickets/6174)

  **Source Code**

  * `Config.java`
  * `PlanningBoardWidget.java`
  * `PlanningBoardWidgetDependenciesProcessor.java`
  * `widget.vm`
  * `Resource.java`
</Accordion>
