matthiasblaesing / netbeans-mantis-integration

Integrate the Mantis bugtracker system into netbeans
22 stars 6 forks source link

Integration of time tracking plugin #27

Closed RolandSM closed 8 years ago

RolandSM commented 8 years ago

Hello is it possible to integrate the time tracking plugin from mantis? Greets

matthiasblaesing commented 8 years ago

Timetracking is already enabled. I just checked on 1.2.17 - setting $g_time_tracking_enabled to ON is enough. Can you describe what you want to archive?

RolandSM commented 8 years ago

Great. This works. I uses since years Egroupware, for Project Management, Tasks and also as Tracker. Do you think it is possible to create a Netbeans Plugin for the Egroupware Tracker also? Its completely written in PHP and MySQL. I have never programmend a Netbeans Plugin, but Web Applications with PHP, JS f.e. Can you give me ressources for the first steps?

matthiasblaesing commented 8 years ago

Well I only had a quick look at it and it could be doable - what you will need:

Documentation of the netbeans side: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-bugtracking/overview-summary.html

I would have a look at the various existing plugins: Github: http://plugins.netbeans.org/plugin/57646/github-issues Backlog: http://plugins.netbeans.org/plugin/56831/backlog Mantis: http://plugins.netbeans.org/plugin/45919/mantisintegration Redmine: http://plugins.netbeans.org/plugin/55824/redminenb

Good luck :-)

RolandSM commented 8 years ago

Are you interested to create it? If yes, we can talk about details: info@medialekt.de

matthiasblaesing commented 8 years ago

Sorry - I not interested and have no time to take another project in my free time.