diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 17:35:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 17:35:52 -0400 |
commit | 198f3eda90807c0295a013cd4ebdc3806545d608 (patch) | |
tree | 07420711d703bf71f0b1596a891ec6957c71719b /docs | |
parent | 0e5756ecc162a8428e6ab3820562f45ef17f9e8b (diff) |
Add search attribute to search by reference
Diffstat (limited to 'docs')
-rw-r--r-- | docs/search.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index 1d254b29..99b76393 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -144,3 +144,10 @@ Attribute: **column** - Find tasks by column name: `column:"Work in progress"` - Find tasks for several columns: `column:"Backlog" column:ready` + +Search by external reference +---------------------------- + +The task reference is an external id of your task, by example a ticket number from another software. + +- Find tasks with a reference: `ref:1234` or `reference:TICKET-1234` |