Added search by task creator

This commit is contained in:
Frederic Guillot
2016-04-10 08:15:10 -04:00
parent 7705f4c533
commit 38326c4ddf
6 changed files with 253 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ Attribute: **status**
- Query to find open tasks: `status:open`
- Query to find closed tasks: `status:closed`
Search by assignees
-------------------
Search by assignee
------------------
Attribute: **assignee**
@@ -38,6 +38,15 @@ Attribute: **assignee**
- Query for unassigned tasks: `assignee:nobody`
- Query for my assigned tasks: `assignee:me`
Search by task creator
----------------------
Attribute: **creator**
- Tasks created by myself: `creator:me`
- Tasks created by John Doe: `creator:"John Doe"`
- Tasks created by the user id #1: `creator:1`
Search by subtask assignee
--------------------------