---
title: "Kanban board mode"
canonical: "https://support.appfire.com/space/DLP/2211842894/Kanban%20board%20mode"
format: markdown
---
> Macro (aura-html)

## About the Kanban board view mode

Kanban mode is primarily used to conveniently change the status of the boxes. In this mode, the boxes are represented as cards (much like the tasks on the board in the Board module), while the board columns represent box statuses:

- <span style="color: #97a0af">**Not started**</span>
- <span style="color: #4c9aff">**In progress**</span>
- <span style="color: #36b37e">**Closed**</span>

Unlike in other view modes, in the Kanban mode, only sub-boxes directly under the current parent are visualized. These cards could be sub-boxes under a project box, such as Iterations or Stages, or other projects and portfolios under a portfolio box.

The name of the parent box is always shown in the [box switcher](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=dlpdraft&title=NEW%20Navigate%20between%20boxes%20%28box%20switcher%29&linkCreation=true&fromPageId=2024299202), regardless of the view mode or module.

![Overview module, kanban board mode.](media://c9b97b6e-08d5-474b-bd95-92564acd4d59)

## Actions in the Kanban board mode

You can carry out the following actions while in the Kanban board mode in the Overview module:

### Manage box lifecycle (context menu)

Jira/App/Box Admins can manage the [lifecycle of the boxes](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2212004764) by changing the status of the box and [archiving](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2211939473) it. This can be done by:

- prompting the context menu under the **More actions** (**…**) button on the box card
- **right-clicking** the box card (anywhere but the box name link)

In addition, you can change the box status by moving the card (box) from one board (status) to another.

![Overview module, kanban mode with the context menu prompted.](media://c3335060-631a-4824-ad05-47c25489bbc0)

### Manage boxes (context menu)

Jira/App/Box Admins can [manage their boxes](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2212331630) by using the same context menu to:

- configure a box
- edit a box
- archive a box
- delete a box

In addition, they can click the **Add new** (**+**) in the upper menu to [create a new box](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2211189307).

### Open a box in a specific module

Click the **Open in module** button and select the module from the list to launch your box in that module. [Module availability](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2211711655/BigPicture+modules#Security-and-access-(customize-module-availability)) depends on the box type or box configuration.

### Mark a box as favorite

Open the [box switcher](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=dlpdraft&title=NEW%20Navigate%20between%20boxes%20%28box%20switcher%29&linkCreation=true&fromPageId=2024299202) and click the **star icon** next to the box name to mark it as a favorite. It will help you find the marked box easily later. The list of favorite boxes is local and not shared among other users. 

### Filter the boxes

Use the search and [filter functionalities](https://appfire.atlassian.net/wiki/spaces/DLP/pages/2211907383) to narrow down the scope of visible boxes.

In the Kanban board view mode, only the parent boxes that are sub-boxes to the selected parent are visible. 

In the example below, a portfolio box holds multiple projects that have their own respective children, such as Iterations or Program Increments, which are shown in the Hierarchy and Timeline modes. They are not listed in the Kanban board mode. 

For that reason, in this example, if you search boxes by *Iteration,* the filters will not return any results.

![Portfolio box in the Overview module, Kanban board mode.](media://813faf57-ac9b-4c04-98c7-b85fd6e306e7)

### Copy child box ID

Mouse over the box and copy its ID. You can later use it with your JQL queries or configure the box synchronization.

![Copy box id in the kanban board mode in the overview module.](media://2c7f7821-be68-4003-9ffa-4d45264c6d4a)

### Track time-based box progress

You can see a progress bar at the bottom of a box card. Mouse over it to see the progress % that is based on the box duration and is displayed regardless of the box status.

![Box progress bar in the Kanban board mode in the overview module.](media://d5ca1bc7-76c6-4788-9026-977686611d01)

The progress is calculated according to the following formula: 

*(Time passed from the start date till today / by a total box duration) x 100%*.

For example: 

- Box start date: 2025/Aug/ 1
- Box end date: 2025/Aug/ 31
- Current date: 2025/Aug/25
- Progress = (25/31) x 100% ≈ 0.806 x 100% ≈ 0.81 x 100% = 81%