From 471e46e70294684efc6d7edfc814d5b9ca04738b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 1 Jul 2015 19:32:51 -0400 Subject: Add project and column attributes for advanced search --- docs/search.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') 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` -- cgit v1.2.3