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

OSEE/Integrating OSEE and Bugzilla

Installing Mylyn

  • In OSEE, Select Help > Software Updates.
  • Under Available Software, click Add Site....
  • Click Manage Sites... and make sure "Mylyn for Eclipse 3.4 and 3.5" is selected.
  • Click Refresh.
  • Select Mylyn for Eclipse 3.4 and 3.5. (If it doesn't appear, make sure no filter text has been entered.)
    • Select all Features and all Integrations.
  • Select Install and follow the Mylyn installation instructions on screen.
  • Restart and Show views "Task List" and "Task Repositories".

Configuration

  • In the Task Repositories view, right click Eclipse.org and select New Query.
    • Select Create query using form.
    • Fill in the query values:
      • Query Title: OSEE Bugzilla
      • Product: OSEE
    • Click Finish.

Submitting a bug

  • Change to the Task List view.
  • Right click OSEE Bugzilla [Eclipse.org] and select New > Task....
    • Select the Eclipse.org repository and click Finish.
  • Fill out the form describing the bug.
  • Click Submit.

Submitting a Patch

  • Open the bug from the Task View if it is not already open.
  • Under Attachments, attach the patch file.
    • Include a brief description as necessary and ensure that the Patch box is checked.
  • Enter a New Comment and select an appropriate Action (most likely Resolve as FIXED).
  • Click Submit.

Applying a Patch

  • Open the bug associated with the patch.
  • In the bug view, open the Attachments tab.
    • Right click the patch and select Apply Patch...
  • This will bring up the Review Patch view.
    • Changes to individual files can be reviewed by double clicking that file.
    • When done, click Finish.

Back to the top