cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

FaqHowToJira

How do i get and install the NetBeans JIRA plugin?

The JIRA plugin adds increased support for integrating the JIRA issue tracking system with NetBeans IDE 6.7 After installing the plugin, you can view and update issues that are tracked using JIRA inside the IDE.

Netbeans 6.7

You can get the JIRA plugin in the following ways:

  • Install from the !NetBeans Beta Update Center. To download and install the plugin, go to Main Menu > Tools > Plugins and select the JIRA module from the list of available plugins list. If you are not able to find the JIRA module, check that the Beta Update Center is registered with your IDE by selecting the Settings tab in the Plugins manager. If the Beta Update Center is not listed, click Add in the Setting tab and enter the details for the Beta Update Center. The URL for the Beta Update Center is http://updates.netbeans.org/netbeans/updates/6.7/uc/beta/beta/catalog.xml.gz . For more information, see the FAQ How can I add new Update Center in the IDE?.
  • Build the JIRA plugin from sources
  • See WorkingWithNetBeansSources for details about how to get and build the NetBeans IDE from sources.
  • after you have successfully built the IDE you will also have to build the two JIRA modules: libs.jira and jira
ant -f libs.jira/build.xml 
ant -f jira/build.xml