Has anyone been able to successfully integrate netbeans with Redmine since the new rest API for Redmine has been released?

I have read a handful of articles written a while ago that suggest this new API will be the solution to the integration woes but as yet have been unsuccessful getting anything to work myself.

The idea would be to use Redmine as the bug tracker.

link|improve this question

I have accepted Devon's answer because the linked API is what I am using on this -> github.com/tosbourn/Netbeans-Redmine-Integration – Toby Mar 8 '11 at 21:48
This was also asked on chiliproject.org/boards/1/topics/180?r=641 Chiliproject is a fork of Redmine – Bruce Ingalls Aug 3 '11 at 22:45
feedback

2 Answers

up vote 2 down vote accepted

Take a look at http://code.google.com/p/redmine-java-api/

link|improve this answer
Thanks for the link, I am not using Netbeans for java development and I think that is just so you can hook into redmine from inside a java app. – Toby Mar 7 '11 at 15:32
@Toby Ah, ok. Take a look at the Cubeon plugin. They have an open ticket for adding Redmine support. code.google.com/p/cubeon/issues/detail?id=51&q=redmine – Devon_C_Miller Mar 7 '11 at 17:02
Cheers - got tired of waiting and am currently writing my own. Been a while since I used java so should be fun! – Toby Mar 7 '11 at 19:42
feedback

The first alpha version of the Redmine Plugin for NetBeans has been released:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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