Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350681

Summary: Allow Gerrit Review connector to find based on Gerrit query
Product: [Technology] EGit Reporter: Alex Blewitt <alex.blewitt>
Component: MylynAssignee: Project Inbox <egit.mylyn-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 0.8.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Alex Blewitt CLA 2011-06-29 06:49:01 EDT
The 'find tasks' option allows the Gerrit review to find items by task id only, or a pre-canned set of queries (all open, all open in project X, all my open). 

However, it would be useful to also support a generic Gerrit query string

http://gerrit.googlecode.com/svn/documentation/2.1.7/user-search.html

This would allow the user to define queries such as is:starred, has:draft or even e-mail addresses such as alex.blewitt@gmail.com or Verified=1

Being able to pass through a custom query would mean that the Mylyn connector could remain simple for the simple use-case, and allow power users to craft their own queries.