Bug 487166

Summary: Task search only uses id if not found in tasklist
Product: z_Archived Reporter: Brandon Dong <brandon.dong>
Component: MylynAssignee: Brandon Dong <brandon.dong>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: 3.18   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/65842
https://git.eclipse.org/c/mylyn/org.eclipse.mylyn.tasks.git/commit/?id=3965aae570d82102f6befe14dac0d56d99f74c1c
Whiteboard:

Description Brandon Dong CLA 2016-02-03 14:57:16 EST
When searching for a task using Task Search, if it fails to find the task in your tasklist, it'll search through the repository treating the search string like a task id. A proposed solution is to search by task key instead if the repository supports searching by task key, otherwise, treat the string like an id.
Comment 1 Eclipse Genie CLA 2016-02-03 15:07:01 EST
New Gerrit change created: https://git.eclipse.org/r/65842
Comment 3 Sam Davis CLA 2016-02-26 18:04:24 EST
If the repository supports searching by key, we'll try that first and fall back to searching by id. Thanks very much for the contribution!