NetBeans JIRA Plugin

Name NetBeans JIRA Plugin
Version v1.0
Product Versions Tested with JIRA v3.12.2 and NetBeans IDE v6.0.1
Author(s) Tommi Laukkanen (tlaukkanen at gmail dot com)
Homepage http://www.substanceofcode.com
Price Free as 0$
License BSD
JavaDocs Included in the source package
IssueTracking  
Download Binary (NBM) CODEGEIST:Download
Download Source CODEGEIST:Download

Description/Features

Plugin for NetBeans IDE. Developers using the NetBeans IDE can search and modify JIRA issues straight from the IDE.

It is a common practice to include JIRA issue key in every version control commit but developers don't might remember the key while writing the code. This plugin makes it easy to check the issue key for their issue without leaving the IDE.

List of features:

  • Search issues
  • Log work on issues
  • Add comments on issues

Usage

CODEGEIST:Download NetBeans Module files (*.NBM) and install them from the NetBeans > Options > Plugins menu. Install Apache Axis module first.

Version History

Version Date
v1.0 April 20th 2008

Screenshots

Labels

codegeist_2008_jira codegeist_2008_jira Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Aug 01

    Kamal Ashour says:

    I been waiting for this plugin nice job.  I installed in NB 6.1 but unable ...

    I been waiting for this plugin nice job.  I installed in NB 6.1 but unable to access JIRA, from options JIRA I try to test but nothing happens

    NB Exception.

     java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient
        at org.apache.axis.client.Service.getAxisClient(Service.java:104)
        at org.apache.axis.client.Service.<init>(Service.java:113)
        at com.substanceofcode.jirasoap.JiraSoapServiceServiceLocator.<init>(JiraSoapServiceServiceLocator.java:14)
        at com.substanceofcode.jira.options.JiraServerPanel.actionPerformed(JiraServerPanel.java:70)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [catch] at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)