diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 11:33:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 11:33:51 -0400 |
commit | dfd79722270b4f7a6653cb130b6518dcd7bd8c95 (patch) | |
tree | 122a0c4ddfe0fcca6f87b100c51a8ce36bcbc78a /docs | |
parent | d75a0a9d455c01b6845dcc2ea7d61d55d416766b (diff) |
Add new search attribute for swimlane
Diffstat (limited to 'docs')
-rw-r--r-- | docs/search.markdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index 3d00b158..d0e71203 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -151,6 +151,15 @@ Attribute: **column** - Find tasks by column name: `column:"Work in progress"` - Find tasks for several columns: `column:"Backlog" column:ready` +Search by swimlane +------------------ + +Attribute: **swimlane** + +- Find tasks by swimlane: `swimlane:"Version 42"` +- Find tasks in the default swimlane: `swimlane:default` +- Find tasks into several swimlanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"` + Search by external reference ---------------------------- |