diff options
Diffstat (limited to 'docs/search.markdown')
-rw-r--r-- | docs/search.markdown | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/search.markdown b/docs/search.markdown index 6e40874a..1d254b29 100644 --- a/docs/search.markdown +++ b/docs/search.markdown @@ -127,3 +127,20 @@ Attribute: **category** - Find tasks with a specific category: `category:"Feature Request"` - Find all tasks that have those categories: `category:"Bug" category:"Improvements"` - Find tasks with no category assigned: `category:none` + +Search by project +----------------- + +Attribute: **project** + +- Find tasks by project name: `project:"My project name"` +- Find tasks by project id: `project:23` +- Find tasks for several projects: `project:"My project A" project:"My project B"` + +Search by column +---------------- + +Attribute: **column** + +- Find tasks by column name: `column:"Work in progress"` +- Find tasks for several columns: `column:"Backlog" column:ready` |