Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

Thanks

share|improve this question
Have you had any luck with this? – Martin Vrkljan Dec 14 '11 at 9:21
1  
Hehe, just found this question with a Google search. I think there is no solution yet, but I have still hope left some development will be started into this direction. – Jurian Sluiman Jun 6 '12 at 22:37
take a look at this post, it also discusses this topic: stackoverflow.com/questions/6111467/github-with-netbeans – Andy Dingfelder Jul 3 '12 at 20:39

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.