Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350681 - Allow Gerrit Review connector to find based on Gerrit query
Summary: Allow Gerrit Review connector to find based on Gerrit query
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Mylyn (show other bugs)
Version: 0.8.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-29 06:49 EDT by Alex Blewitt CLA
Modified: 2011-06-29 06:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.