Table of Contents
Kanboard uses a simple query language for advanced search. You can search in tasks, comments, subtasks, links but also in the activity stream.
This example will return all tasks assigned to me with a due date for tomorrow and a title that contains “my title”:
assignee:me due:tomorrow my title
#123
123
Attribute: status
status:open
status:closed
Attribute: assignee
assignee:"Frederic Guillot"
assignee:fguillot
assignee:user1 assignee:"John Doe"
assignee:nobody
assignee:me
Attribute: creator
creator:me
creator:"John Doe"
creator:1
Attribute: subtask:assignee
subtask:assignee:"John Doe"
Attribute: color
color:blue
color:"Deep Orange"
Attribute: due
due:today
due:tomorrow
due:yesterday
due:2015-06-29
due:none
The date must use the ISO 8601 format: YYYY-MM-DD.
All string formats supported by the strtotime() function are supported, for example next Thursday
, -2 days
, +2 months
, tomorrow
, etc.
Operators supported with a date:
The date formats are the same as the due date.
There is also a filter by recently modified tasks: modified:recently
.
This query will use the same value as the board highlight period configured in settings.
Works in the same way as the modification date queries.
..
(two dots)createdRange:2018/01/21..2018/01/31
or createdRange:"2018-01-21..2018-01-31"
..
(two dots)completedRange:2018/01/21..2018/01/31
or completedRange:"2018-01-21..2018-01-31"
..
(two dots)updatedRange:2018/01/21..2018/01/31
or updatedRange:"2018-01-21..2018-01-31"
..
(two dots)movedRange:2018/01/21..2018/01/31
or movedRange:"2018-01-21..2018-01-31"
Attribute: description or desc
description:"text search"
The task reference is an external ID of your task, for example a ticket number from another software.
ref:1234
or reference:TICKET-1234
reference:none
ref:TICKET-*
Attribute: category
category:"Feature Request"
category:"Bug" category:"Improvements"
category:none
category:1234
Attribute: project
project:"My project name"
project:23
project:"My project A" project:"My project B"
Attribute: column
column:"Work in progress"
column:"Backlog" column:ready
Attribute: swimlane
swimlane:"Version 42"
swimlane:"Version 1.2" swimlane:"Version 1.3"
Attribute: link
link:"is a milestone of"
link:"is a milestone of" link:"relates to"
Attribute: comment
comment:"My comment message"
Attribute: tag
tag:"My tag"
Attribute: score or complexity
score:>=21
complexity:8
Attribute: title or none (default)
title:"My task"
#123
Attribute: status
Attribute: creator
Attribute: created
Attribute: project