Table of Contents
Some parameters for the application can be changed on the settings page. Only administrators can change those settings.
Go to the menu Settings, then choose Application settings on the left.
This parameter is used for email notifications. The email footer will contain a link to the Kanboard task.
The application language can be changed at anytime. The language will be set for all users.
By default, Kanboard use UTC as time zone, but you can define your own time zone. The list contains all supported time zones by your web server.
Input format used for date fields, for examples the due date for tasks.
Kanboard offers 4 different formats:
DD/MM/YYYY
MM/DD/YYYY
(default)YYYY/MM/DD
MM.DD.YYYY
The ISO 8601 format is always accepted (YYYY-MM-DD
or YYYY_MM_DD
).
Write your own CSS to override or improve Kanboard default style.
Here an example to change color of category labels:
For the category container:
.task-board-category-container-color span {
border: solid 0.5px grey;
color: black;
}
Custom css values for one category - this is an example for displaying the text:
[class*="category-MyLabel"] {
background-color: rgba(255, 0, 0, 0.50);
border: none!important;
font-weight: bold;
font-style: italic;
box-shadow: 0 1px 1px rgba(186, 186, 186, 0.55);
color: white!important;
font-size:11px;
}
Go to the menu Settings, then choose Project settings on the left.
You can change the default column names here. It’s useful if you always create projects with the same columns.
Each column name must be separated by a comma.
By default, Kanboard use those column names: Backlog, Ready, Work in progress and Done.
Categories are not global to the application but attached to a project. Each project can have different categories.
However, if you always create the same categories for all your projects, you can define here the list of categories to create automatically.
When this option is enabled, a user can work with only one subtask at the time.
If another subtask have the status “in progress”, the user will see this dialog box:
total
of the table project_daily_column_stats
Go to the menu Settings, then choose Board settings on the left.
This feature displays a shadow around the task when a task is moved recently.
Set the value 0 to disable this feature, 2 days by default (172800 seconds).
Everything moved since 2 days will have shadow around the task.
When you share a board, the page will refresh every 60 seconds automatically by default.
When your web browser is open on a board, Kanboard checks every 10 seconds if something has been changed by someone else.
Technically this process is done by Ajax polling.
Go to the menu Settings, then choose Calendar settings on the left.
There are two different calendars in Kanboard:
This calendar shows tasks with defined due date and tasks based on the creation date or the start date.
Show tasks based on the creation date:
Show tasks based on the start date:
This calendar shows only tasks assigned to the user and optionally sub-tasks information.
Show sub-tasks based on the time tracking:
Show sub-task estimates (forecast of future work):
Task relations can be changed from the application settings (Settings > Link settings)
Each label may have an opposite label defined. If there is no opposite, the label is considered bidirectionnal.