diff options
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` |