11

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.

Toby
  • 8,483
  • 13
  • 45
  • 68
  • I have accepted Devon's answer because the linked API is what I am using on this -> https://github.com/tosbourn/Netbeans-Redmine-Integration – Toby Mar 08 '11 at 21:48
  • This was also asked on https://www.chiliproject.org/boards/1/topics/180?r=641 Chiliproject is a fork of Redmine –  Aug 03 '11 at 22:45
  • There's a feature request on Netbeans' bugzilla for adding Redmine support. Please vote for it: https://netbeans.org/bugzilla/show_bug.cgi?id=164174 – stollr Feb 03 '14 at 11:33

2 Answers2

4

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

Anchialas
  • 41
  • 1
2

Note: The location of Redmine has changed.

Take a look at http://www.redmine.org/projects/redmine/wiki/Rest_api

Devon_C_Miller
  • 16,248
  • 3
  • 45
  • 71
  • 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 07 '11 at 15:32
  • @Toby Ah, ok. Take a look at the Cubeon plugin. They have an open ticket for adding Redmine support. http://code.google.com/p/cubeon/issues/detail?id=51&q=redmine – Devon_C_Miller Mar 07 '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 07 '11 at 19:42
  • the link is broken... :( Try using this: http://kenai.com/projects/redminenb/pages/Home – Zsolti Dec 03 '12 at 09:53