Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integration between Github Issues and Netbeans

Is posible to integrate the project issue tracker of Github into Netbeans to automatize the add, change or remove issues trough the IDE.

Thanks

like image 578
moisesgallego Avatar asked Jun 28 '11 07:06

moisesgallego


People also ask

How do I open a GitHub project in NetBeans?

Open NetBeans, go to Team and select Clone… Then go to GitHub and select the project you want to clone: On the next screen paste the clone https URL along with your GitHub credentials.

How do I collaborate in NetBeans?

To work with a Team Server, install the Team Server plugin from the NetBeans Update Center. The plugin will automatically register an instance of the java.net team server. After you register a Team Server with the IDE, you can take advantage of the services offered by the Team Server for your hosted projects.


2 Answers

It seems the current answer is no (at least I could not find anything in the mailing list or even the bug database)

Therefore I opened a corresponding report for an enhancement. Feel free to register and vote on it.

like image 135
madth3 Avatar answered Sep 28 '22 09:09

madth3


It's not really needed to have this integration, since you can comment on or close GitHub issues through the git comment.

Examples:

Reimplement feature XYZ as described in #123
Removed extra spaces in foo. Fixes #148
Working on integration with bar. #99 and octocat/bar#20

Read this blog post

like image 44
Arnold Daniels Avatar answered Sep 28 '22 09:09

Arnold Daniels