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

# Roadmap Management

> Manage the roadmap board by grouping posts by status and updating planning fields from the dashboard.

The Roadmap module is a kanban-style planning view for feedback posts. It is connected to the Posts module: each roadmap card is a post, and columns are based on post status.

Use the roadmap to plan work, communicate progress, assign owners, set priority, and keep public roadmap visibility aligned with internal planning.

## Roadmap board

Open **Roadmap** from the dashboard sidebar to view posts grouped by status.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=d5018e0b2a08aa3a958785c5f7e9f1e7" alt="Dashboard roadmap board" width="2048" height="1200" data-path="images/roadmap/roadmap-list.png" />

Roadmap columns are based on post status, such as:

* Backlog
* Planned
* In Progress

Each card can show:

* Vote count
* Board name
* Post title
* Status
* Priority
* Due date
* Owner

<Info>
  Updating a post in Roadmap also updates the same post in the Posts module. The two views stay connected.
</Info>

## Filter roadmap items

Use filters to narrow the roadmap view.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-filter.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=318caccb2b5430723d6e04db8d91959a" alt="Dashboard roadmap filters" width="2048" height="1200" data-path="images/roadmap/roadmap-list-filter.png" />

Available filters include:

* Keywords
* Board
* Priority

Filters help you focus on roadmap items for a specific product area, priority level, or search term.

## Sort the roadmap

Use the sort menu to control how cards are ordered.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-sortby.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=aa263551265aa2e6c6295bc42d9bd7ea" alt="Dashboard roadmap sort menu" width="2048" height="1200" data-path="images/roadmap/roadmap-list-sortby.png" />

Available sort fields include:

* Priority
* Created Date
* Updated Date
* Due Date
* Votes
* Comments
* Views

You can also switch sort direction from the adjacent control.

## Update status

Status determines which roadmap column a post appears in.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-status.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=4a7c4b4d68ad1a6f7dad32f49894fdf5" alt="Update roadmap item status" width="2048" height="1200" data-path="images/roadmap/roadmap-list-status.png" />

Available status values include:

* No status
* Backlog
* Planned
* In Progress
* Completed
* Closed

Use status to move posts through your planning workflow. For example, moving a post to `Planned` places it in the planned roadmap column, while `In Progress` communicates that work has started.

## Set priority

Priority helps your team communicate urgency and sequencing.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-priority.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=31620810ebbb8c618dbfd28e0877478f" alt="Update roadmap item priority" width="2048" height="1200" data-path="images/roadmap/roadmap-list-priority.png" />

Available priority values include:

* No priority
* Urgent
* High
* Medium
* Low

Priority should reflect more than vote count. Consider user impact, business importance, effort, and timing.

## Assign an owner

Assign an owner when a team member is responsible for planning, investigating, or delivering the item.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-owner.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=cea8a696e015844fb92444e23b99b1b6" alt="Assign roadmap item owner" width="2048" height="1200" data-path="images/roadmap/roadmap-list-owner.png" />

Owner options include workspace members and `No owner`.

<Note>
  Owner information helps your team coordinate work. It is separate from the public user who submitted the feedback.
</Note>

## Set a due date

Use due dates when you are ready to share expected timing.

<img src="https://mintcdn.com/suggix/jlt94AfQtkxUiNnL/images/roadmap/roadmap-list-due-date.png?fit=max&auto=format&n=jlt94AfQtkxUiNnL&q=85&s=ffb83793e848ba1f52a04d6543347ca7" alt="Set roadmap item due date" width="2048" height="1200" data-path="images/roadmap/roadmap-list-due-date.png" />

The due date picker supports:

* Month
* Quarter
* Year

Due dates can be shown as roadmap timing such as `Q3 2026`. Use them carefully because public roadmap dates can create user expectations.

## Related guides

<CardGroup cols={2}>
  <Card title="Roadmap Portal" icon="map" href="/guides/roadmap-portal">
    Learn how users view roadmap progress in the public portal.
  </Card>

  <Card title="Post Management" icon="inbox" href="/guides/post-management">
    Review and manage the same posts from the dashboard list view.
  </Card>
</CardGroup>
