Improve pull-request #1012

This commit is contained in:
Frederic Guillot
2015-07-18 12:32:26 -04:00
parent 3260dfb049
commit 589ef95aeb
3 changed files with 88 additions and 43 deletions

View File

@@ -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`