Bug 487166 - Task search only uses id if not found in tasklist
Summary: Task search only uses id if not found in tasklist
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 3.18   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Brandon Dong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2016-02-03 14:57 EST by Brandon Dong CLA
Modified: 2016-02-26 18:04 EST (History)
0 users

See Also:


Attachments

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