| 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.
Configure the repository URL plus username and password through Tools -> Options / Jira.
Note that the RPC plugin must be installed and enabled in JIRA. Plus the "Accept remote API calls" option under General Configuration must be enabled. Stopping and restarting JIRA may be required.
Version History
| Version | Date |
|---|---|
| v1.0 | April 20th 2008 |

Comments (6)
Aug 01, 2008
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)
Dec 11, 2008
Reynir Huebner says:
I had a small problem using this plugin with Jira over HTTPS.. just had to insta...I had a small problem using this plugin with Jira over HTTPS.. just had to install the key of my http server to the keystore of JRE done this way:
1. export your key from the http server via firefox. (from the details panel of the view certificate window)...
2. import it via java keytool:
keytool -importcert -keystore ..\jre\lib\security\cacerts -trustcacerts -file c:\key.of.your.server.crt
3. restart netbeans (dont know if you have to do that, but I did)...
hope it helps someone
Apr 13
Phil Wright says:
Anybody know what URL should be used to connect to Jira? We access o...Anybody know what URL should be used to connect to Jira? We access our Jira installation via http://some.computer.here/jira/. If I put that in and provide my username and password the Test button returns Error: Null.
Should it perhaps have a port number like http://the.jira.computer:9999/ instead? If so how do I find that out?
Does it matter that we are using Crowd for single sign-on?
To answer my own questions.
Jun 29
Jay Sellers says:
Does this plugin work with NB 6.7? I've installed it, set the jira url, us...Does this plugin work with NB 6.7? I've installed it, set the jira url, user, pass but when I hit the TEST button, it just says "Testing..." and never does anything.
Jun 30
Phil Wright says:
There is a JIRA plugin available in NB 6.7 via the Plugins panel. It is "E...There is a JIRA plugin available in NB 6.7 via the Plugins panel. It is "Early Access" but is working for me so far.
Jun 30
Jay Sellers says:
Ok, yeah, just stumbled upon it. Hmmm, when I try to connect I get: (503)...Ok, yeah, just stumbled upon it. Hmmm, when I try to connect I get:
(503) Remote API not activated for this JIRA installation.
Strange, ah ha, "accept remote api calls" was off. Flipped it on and we're cooking with gas. Nice.
Thanks Phil!