Skip to main content
Version: 1.21.3

Taskboards

The taskboard provides visualization of data in the form of cards and lanes instead of lists and forms. This graphical interface allows you to manage, edit, and track tasks from the Task table and its child tables.

Taskboard structure


All board types share the same structure.

ElementDescription
Lane
A vertically organized group of records that contains cards with the same values. Usually, the lanes represent states, for example, Draft, Analyzing, In progress, or Completed. One lane contains cards in the one state.
When you drag a card between lanes, the record changes its state to the corresponding state lane.
Cards
A visual representation of a single task that contains basic information about it. The changes of a card cause changes in the related record.
Board header
The taskboard name. To change the header, complete the following steps:
  1. Navigate to Taskboards → All Taskboards.
  2. Open the record you need.
  3. Enter the desired value in the Name field.
  4. Click Save or Save and exit to apply the changes.

In the taskboard example above, the states are Draft, Analyzing, In progress and Completed.

  • If you move a card from the Draft lane to In progress, the task state will change to In progress.
  • If you open a record by clicking the card, change the state in the State field and click Save, the card will automatically move to the corresponding lane.

Create a taskboard


To create a taskboard, complete the following steps:

  1. Navigate to Taskboards → Create New.
  2. Fill in the fields.
  3. Click Save or Save and exit to apply changes.

Taskboard form fields

FieldMandatoryDescription
NameNSpecify the taskboard name.
Source tableYSpecify a table that contains source data for the taskboard.
Source filterNSpecify the filter that is applied to the source table to limit the task records. Only tasks that meet the specified conditions are added to the taskboard.
Use the condition builder to build a filter that fits your needs. You can create complex AND/OR filters.
Number fieldNSpecify the source field that contains the task number to display it on the card.
Lane fieldYSpecify the field based on which the cards will be grouped.
Opened at fieldNSpecify the Date and Time field whose values will be displayed as the card opening date (for example, the Created at field).
Due date fieldNSpecify the Date and Time field whose values will be displayed as the card due date (for example, the Due date field).
Responsible fieldNSpecify the field that contains the information about the responsible person (for example, the Assigned user field). The user's name is displayed on the card.
Description fieldNSpecify the field that contains the description of the task (for example, the Subject field). The values are displayed on the card.
Card limitNSpecify the limit of cards displayed on the taskboard.
OwnerNThe owner of the taskboard. This field is automatically populated.
ActiveNSelect this checkbox to activate the taskboard.

Related tables:

  • Taskboard (tb_board) – stores records of existing taskboards.
  • Taskboard Column (tb_lane) – stores records of lanes of the existing taskboards.
  • Taskboard Card (tb_card) – stores records of the tasks of the existing taskboards.

Create a record


You can add new records using the taskboard interface.

To add a new record, click the plus icon at the top of the lane or the Move a card or create a new one box. In the window appeared, fill in the fields and click Save. The set of fields depends on the table specified in the Source table field.

The created record is displayed on the taskboard, and is created in the table.

Open a taskboard


To open an existing taskboard, complete the following steps:

  1. Navigate to Taskboards → All Taskboards.
  2. Open the record you need.
  3. In the burger menu , select Switch to board.