Skip to main content
Version: 1.4.1

Kanban Boards

WIP limit is one of major distinguishing features of Kanban boards. It is a limitation to the number of tasks in each state. Read more about the configuration of WIP limits in the Configure Board Elements article.

Kanban board elements


Read more in the Configure Board Elements article.

Manage Kanban board


UI actions available on a Kanban board:

  • – click to open the board form where you can configure the board structure in the related lists.
  • – click to add the board to Favorites.
  • Add tasks to backlog – click to open the Add tasks to backlog widget where you can select the new project tasks to be added to the Backlog column, or create a task. If you exceed the WIP limit when you add tasks to backlog, a corresponding warning is displayed.
  • Create task – click to create a new task for the project. You can only select from the third level task types available on the project. The fields Project and Product (if Product development checkbox is selected for the project) are filled in automatically. The New state is assigned to the task when the record is saved and the task is added to the corresponding column if the column is active on the board.
tip

Role required for actions Add tasks to backlog, Create task: pda_admin, pda_user if they are a team leader on the project or the owner of the product/product module selected in the project.

Click three dots in the right upper corner of the board to open the action menu with the following options:

  • Compact view / Detailed view – click to change the board view. In the compact view, the cards are minimized. This mode is more suitable for smaller screens, or when there are many columns on the board. The card width is decreased in the compact view, the list of subtasks cannot be unfolded and the initials of the responsible employee are displayed instead of their full name.
  • Open tasks in list – click to open the list of all board tasks in a new tab. The tasks are grouped by states. The tasks in the states corresponding to the inactive columns are hidden.
  • Copy board link – click to copy the link to the board.
  • Collapse all swimlanes – click to collapse all swimlanes of the board.
  • Expand all swimlanes – click to expand all swimlanes of the board.
note

The board interface is slightly different from the desktop version when it is opened from a mobile device:

  • The board UI actions are located in the action menu.
  • Only one column is displayed on the screen at a time; you can switch between them.
  • You cannot drag the cards between the columns and areas.
  • Compact view option is not available.

Configure Kanban board widget


You can specify general Kanban board widget configuration that will be applied to all Kanban boards on your instance.

To configure the Kanban board widget, complete the following steps:

  1. In the Admin preferences, select the SDLC application.

  2. In the navigator, open Portal Structure → Widget Instances.

  3. Find an instance of the Header kanban board widget and open its form.

  4. In the Schema option values field, specify the widget parameters in the JSON format. See the example below:

    Schema option values
    {
    "overlimit_color": "#F08080",
    "is_card_modal_enabled": false,
    "is_blocking_available": false,
    "is_drag_and_drop_available": false,
    "is_wip_limit_available": true
    }
    • overlimit_color – specify the color that will be used to highlight the columns for which the WIP limit is exceeded in the HEX format. Default value: #FFE9E5.
    • is_card_modal_enabled – set the value to true to open a modal window with task preview when a card is clicked on the board. If set to false, clicking the card opens the task record in a new tab. Note that the value of this parameter only defines if the task blocking is available on the board and does not define the availability of the task blocking in the Add Tasks to Backlog widget. Default value: true.
    • is_blocking_available – set the value to true to allow blocking the cards on the board. Note that the value of this parameter only defines if the task blocking is available on the board and does not define the availability of the task blocking in the Add Tasks to Backlog widget. Default value: true.
    • is_drag_and_drop_available – set the value to true to allow dragging the cards between the board columns. Note that the dragging is allowed only according to the active state model configured for this task type. If a separate state model is not configured or is inactive, the active SDLC Task state model is used instead, or, if there is no active state model for this table as well, all transitions are allowed. Default value: true.
    • is_wip_limit_available – set the value to true to enable verification of WIP limits on the board. Note that the value of this parameter does not define the verification of WIP limits in the Add Tasks to Backlog widget. Default value: true.
  5. Click Save.