Bug 219911 - when moving bugs to another product, provide a mechanism of reassigning to the default assignee
Summary: when moving bugs to another product, provide a mechanism of reassigning to th...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: dev   Edit
Hardware: PC Windows Vista
: P4 enhancement (vote)
Target Milestone: 3.2   Edit
Assignee: Frank Becker CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
: 226431 (view as bug list)
Depends on:
Blocks: 166595
  Show dependency tree
 
Reported: 2008-02-22 00:41 EST by Willian Mitsuda CLA
Modified: 2009-03-25 15:42 EDT (History)
4 users (show)

See Also:


Attachments
Patch (3.81 KB, patch)
2008-03-09 17:39 EDT, Frank Becker CLA
no flags Details | Diff
mylyn/context/zip (4.93 KB, application/octet-stream)
2008-03-09 17:39 EDT, Frank Becker CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willian Mitsuda CLA 2008-02-22 00:41:19 EST
When moving some bug to another product, it is common to forget to change the assignee, because the "move to another product" story involves many other changes:

- Change the product.
- Change the component.
- Change the version.

It just happened on bug#218412 where it got moved to SWT, but Mik forgot to change the assignee to SWT inbox. I remember having got into this problem myself too at least 1 time.

Another side problem I see is that the assignee field auto-completion does not suggest the inbox accounts.
Comment 1 Frank Becker CLA 2008-03-09 17:39:55 EDT
Created attachment 91997 [details]
Patch

To get this work I must change radios in AbstractRepositoryTaskEditor from private to protected AbstractRepositoryTaskEditor.

Only the following is supported.
- Change the product.
- Change the component.

The version change is not included because I did not see that this results in an other assignee.
Comment 2 Frank Becker CLA 2008-03-09 17:39:58 EDT
Created attachment 91998 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2008-04-10 02:24:07 EDT
*** Bug 226431 has been marked as a duplicate of this bug. ***
Comment 4 Steffen Pingel CLA 2008-09-20 01:48:34 EDT
Frank, it looks like the patch went stale with editor refactoring for Mylyn 3.0. Please consider the necessary changes as part of bug 166595.
Comment 5 Frank Becker CLA 2009-02-22 16:45:44 EST
(In reply to comment #4)
> Frank, it looks like the patch went stale with editor refactoring for Mylyn 3.0.
> Please consider the necessary changes as part of bug 166595.

Bug# 166595 is now resolved I think that we can close this bug to.
Comment 6 Robert Elves CLA 2009-03-24 19:57:10 EDT
Agreed. Although one of the original requests was to move the bug to the default component assignee, I don't think we should be automating that (since it may just as easily not be intended) and assigning to default is available as an action.  What is the consensus on this?
Comment 7 Frank Becker CLA 2009-03-25 15:42:38 EDT
All done.