Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using github issues as mylyn task repository?

I'm looking for a way to integrate Eclipse/Mylyn with github's project-issues.

I'm aware of the Mylyn-github-connector and the smilebase project, but - unless I'm totally wrong - both connectors only allow to associate existing tasks with github commits. There is no option to use github issues as a task repository.

I also found this slightly related question / answer, but besides the fact that the provided link is dead it seems to focus on the connector itself (not the task repository)

Thanks for answering,

Jan

like image 342
Jan Groth Avatar asked Apr 05 '11 07:04

Jan Groth


2 Answers

This is the connector you want: org.eclipse.mylyn.github (it is a fork of the one posted in the related question). I have been using it and it works great.

like image 86
smancill Avatar answered Sep 29 '22 08:09

smancill


The GitHub Mylyn Connector is now an official Eclipse project under EGit.

The 1.0 release was part of Indigo and is available from the EGit update site under the Collaboration category:

http://download.eclipse.org/egit/updates

1.1 nightlies are also available with support for pull requests:

http://download.eclipse.org/egit/github/updates-nightly

like image 27
Kevin Sawicki Avatar answered Sep 29 '22 06:09

Kevin Sawicki