| Summary: | Global action to open issue by id | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Eugene Kuleshov <ekuleshov> |
| Component: | Mylyn | Assignee: | Robert Elves <robert.elves> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | wmitsuda |
| Version: | unspecified | ||
| Target Milestone: | 1.0 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Eugene Kuleshov
"Add Existing.." is all about the Task List, so I don't think we should change that. We used to support this use by allow an ID to be put into the "Summary/id" field in the search dialog, and if all that was in there was an ID with a single match the report would open immediately (not that a repository has to be selected, which the search page allows). I think that instead of adding another dialog we solve this by reusing this existing UI, and if for some reason the result is cumbersome we provide a keyboard shortcut that opens the correct search page and puts focus on the "Summary/id" field. Rob: marking for 0.7 because we lost this at some point and the "Summary/id" field is incorrect since we do not search on ID. Mik, wouldn't it be just a matter of renaming "Add existing..." to "Open issue..." and introduce that "add to task list" checkbox. We can also monitor selection and use text underneath to fill in the task id field... in case if that action is called from in a middle of nowhere (any random editor, CVS history, etc). That could make sense. I've always found that action a bit awkward and not very useful in the Task List, and making it action "Open Repository Task..." and flexible so that it is not a Task List only thing sounds right. We should also create an action for "Add Task to List", which can be added to the editor for hits and to the Search view (bug 156693). Rob: note that these should both be commands, and in the plugin.xml the command will get an "id" parameter. That will make them easier to invoke. I'll slowly be converting more of the Task List actions into commands so ask me about that when you get to this. This appears to be implemented no? *** This bug has been marked as a duplicate of bug 165088 *** |