Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?

I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create cases directly using the information that is right in front of me (rather than cutting and pasting into a web browser, etc).

I see that NetBeans 6.5.1 ships with Bugzilla available by default and JIRA connectivity in some sort of beta form. Is there an equivalent FogBugz issue tracker?

PS: I am aware of the new plugin architecture of FogBugz 7. However, I have a realistic appreciation of the time that I would be able to commit to creating my own plugin for either NetBeans and / or FogBugz and I suspect that I would be able to make just enough of a partial solution to make my life worse rather than better.

like image 330
Bob Cross Avatar asked Sep 09 '09 19:09

Bob Cross


People also ask

How do I open a NetBeans project with a plugin?

From NetBeans IDE select Tools –> Plugins –> Select Downloaded tab –> Select Add Plugins.. command button –> Select the nbm files which is under unzipped/extracted location –> Make sure CheckBox is selected for both the plugins –> Select Install Choose File > Open Project from the main menu and work your way through the Open Project wizard.

What is the best LAF plugin for NetBeans?

5. Darcula LAF for netbeans This plugin is for those people who do a lot of coding day/night. This plugin gives darker colour scheme to the netbeans editor. As a result, it is much easier and relaxing to code at night and therefore you can code longer periods of time.

How do I report a bug in Apache NetBeans?

If you have found a bug in the application, please help Apache NetBeans by reporting this problem to our bug tracking system. Click View Data button, copy the exception and submit it together with detailed information about what you were trying to achieve before the problem occurred.

How do I submit an exception in NetBeans?

Click View Data button, copy the exception and submit it together with detailed information about what you were trying to achieve before the problem occurred. NetBeans uses the JIRA issue tracking system; you must have a login to file a new issue.


1 Answers

It appears you may need to write one yourself, as they have plugins for Eclipse and Visual Studio, but not Netbeans.

http://www.fogcreek.com/fogbugz/blog/post/Eclipse-Plugin-For-FogBugz.aspx

like image 52
James Black Avatar answered Nov 04 '22 22:11

James Black