From 198f3eda90807c0295a013cd4ebdc3806545d608 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 4 Jul 2015 17:35:52 -0400 Subject: Add search attribute to search by reference --- docs/search.markdown | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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` -- cgit v1.2.3