diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 12:32:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 12:32:26 -0400 |
commit | 589ef95aebfc82ef6024c11ac8ba65aba92ef713 (patch) | |
tree | 143024ab700e53eb3663b3b2bef7bfebc4786954 /docs | |
parent | 3260dfb0492ed9f18268ba0773b8ad9bee8dc747 (diff) |
Improve pull-request #1012
Diffstat (limited to 'docs')
-rw-r--r-- | docs/search.markdown | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index d0e71203..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 ------------------ @@ -160,9 +169,3 @@ Attribute: **swimlane** - 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 ----------------------------- - -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` |