Community
Participate
Working Groups
The Bugzilla connector should provide access to the change history of task by implementing the API that was added as part of bug 142906.
Created attachment 192902 [details] patch
Created attachment 192903 [details] mylyn/context/zip
I have committed the attached implementation which uses XML-RPC. Frank, if you get a chance it would be great if you could review. I am wondering if we still need the o.e.m.internal.bugzilla.core.history package or if we should delete that?
(In reply to comment #3) > I have committed the attached implementation which uses XML-RPC. Frank, if you > get a chance it would be great if you could review. Review done! I found nothing that we need to change. > > I am wondering if we still need the o.e.m.internal.bugzilla.core.history package > or if we should delete that? I think we can delete this. We can use some parts if we want to have a version that works without XMLRPC. Do you think we should as the eclipse webmaster to activate XMLRPC?
(In reply to comment #4) > > I am wondering if we still need the o.e.m.internal.bugzilla.core.history > package > > or if we should delete that? > > I think we can delete this. We can use some parts if we want to have a version > that works without XMLRPC. Makes sense to me. Can you file a bug to do that for 3.7? > Do you think we should as the eclipse webmaster to activate XMLRPC? Unfortunately that request has been turned down in the past: bug 266901. I'll leave this open for now as a reminder to add a few tests.
Marking resolved.