diff options
Diffstat (limited to 'docs/search.markdown')
-rw-r--r-- | docs/search.markdown | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index 3d00b158..4674a07e 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -63,6 +63,8 @@ Query for my assigned tasks assignee:me ``` +Note: Results will also include subtasks assignee with the status todo or in progress. + Search by color --------------- @@ -125,6 +127,13 @@ Attribute: **description** Example: `description:"text search"` +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` + Search by category ------------------ @@ -151,9 +160,12 @@ Attribute: **column** - Find tasks by column name: `column:"Work in progress"` - Find tasks for several columns: `column:"Backlog" column:ready` -Search by external reference ----------------------------- +Search by swimlane +------------------ -The task reference is an external id of your task, by example a ticket number from another software. +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"` -- Find tasks with a reference: `ref:1234` or `reference:TICKET-1234` |