Skip to content

Integrate github issues with eclipse

Shalev Kuba edited this page Nov 19, 2018 · 1 revision

step by step:

  • In eclipe's menu click Help and then click on "Install New Software".
  • In the pop up window in Work with section write: --All Available Sites--.
  • Search for "github" and mark the "Eclipse GitHub integration with task focused interface" and click next.
  • Click next.
  • Accept the terms and click next.
  • Eclipse will run the installation process. afterward, in the pop up window, chose restart now.
  • When Eclipse will back from the restaer, In eclipe's menu click on windowm then on Show view, and then on Task List.
  • In the Task List view, click on the drop down button next to the new task button, and chose add repository. image
  • In the pop up window, chose github issues and click next.
  • type "https://github.com/TechnionYP5779/team5" in the server field, fill in your username and password. check the save password box, and click on validate settings. if success appears at window's top, click on finish.

In order to see the issues, you need to create queries.

  • In the Task List view, click on the drop down button next to the new task button, and chose new query.
  • In the pop up window chose TechnionYP5779/team5 issues and click next.
  • set your query. for example, for the query Open which will show all open issues, do: i) name your query Open. ii) check only the open box and make sure there is no other checked box (include labels boxes). iii) set milestone to none. iv) click finish. now your eclipse is integrated with github issues.

Credits to Team2 for making this instructions (https://github.com/TechnionYP5779/team2/issues/67)