Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Newsreader/Salvo UI Integration in the workbench/Work done during May 4 to May 10"

 
Line 20: Line 20:
  
 
<font color="#333333"><font face="Times New Roman, serif"><font size="3">I have created a very simple plugin for creating Bugzilla users from the workbench using the same method used in the mylyn and shared it with my mentors.</font></font></font>  
 
<font color="#333333"><font face="Times New Roman, serif"><font size="3">I have created a very simple plugin for creating Bugzilla users from the workbench using the same method used in the mylyn and shared it with my mentors.</font></font></font>  
 +
 +
<font color="#000000"><font face="Arial, sans-serif"><font size="3"><font face="Times New Roman, serif"></font></font></font></font>
  
 
<font color="#000000"><font face="Arial, sans-serif"><font size="3"><font face="Times New Roman, serif">[1] [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html]</font></font></font></font>
 
<font color="#000000"><font face="Arial, sans-serif"><font size="3"><font face="Times New Roman, serif">[1] [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html]</font></font></font></font>

Latest revision as of 14:23, 11 May 2011

I started researching on implementing the functionality “Enable a way for people to create an eclipse user id within the workbench”

As discussed at the last meeting with the mentors, I tried to reuse the same technique used by the mylyn to create new users.

I went through the mylyn source and figured out the method used to create bugzilla users.


I did some research on bugzilla API and found that there exists a way to create users using RCP [1]. I tried to connect to eclipse bugzilla using apache XML-RCP, but it is unsuccessful up to now.


I have created a very simple plugin for creating Bugzilla users from the workbench using the same method used in the mylyn and shared it with my mentors.

[1] http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html

Back to the top