This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 239893 - NetBean JIRA plugin cannot search the JIRA ticket issues if JIRA Agile is enabled
Summary: NetBean JIRA plugin cannot search the JIRA ticket issues if JIRA Agile is ena...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-31 20:13 UTC by pcheon
Modified: 2014-01-29 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of JIRA plugin 1.48 after enabling JIRA Agile (53.11 KB, image/png)
2014-01-13 19:30 UTC, pcheon
Details
initial error message after NetBean started (89.71 KB, image/png)
2014-01-14 17:36 UTC, pcheon
Details
NetBean logs when I tried to search the JIRA ticket (161.25 KB, image/png)
2014-01-14 17:36 UTC, pcheon
Details
Result after I tried to search the JIRA ticket (88.40 KB, image/png)
2014-01-14 17:37 UTC, pcheon
Details
message.log for NetBean 7.4 (57.09 KB, text/x-log)
2014-01-14 17:39 UTC, pcheon
Details
message.log for NetBean dev build (40.23 KB, text/x-log)
2014-01-14 17:40 UTC, pcheon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcheon 2013-12-31 20:13:26 UTC
We are using JIRA 6.1.2, and our developers use NetBeans with JIRA plugins to commit the subversion change

I installed and enabled JIRA Agile 6.3.6.1 on our JIRA.  

After that, our developers could not search the JIRA tickets using the NetBeans JIRA plugin.

After I disabled JIRA Agile, the NetBean JIRA plugin worked ok again.

Did anybody report this issue before?

I have no idea how JIRA Agile broke the NetBean JIRA plugin.

Thanks for your consideration
Comment 1 Tomas Stupka 2014-01-06 13:34:50 UTC
did you try with the last dev build and the last jira plugin (1.48)?
Comment 2 Tomas Stupka 2014-01-06 13:35:22 UTC
what netbeans and jira module version do you use?
Comment 3 pcheon 2014-01-06 22:22:02 UTC
I used netbean IDE 7.4 with JIRA plugin version 1.19
On the JIRA plugin description, it said "support for JIRA task repository from version 3.13 up to version 5.0"
Does it mean that it does not support JIRA 6.1.2?
Is the dev build (1.48) stable?  I didn't try the dev build yet
Comment 4 Tomas Stupka 2014-01-09 15:56:21 UTC
> I used netbean IDE 7.4 with JIRA plugin version 1.19
> On the JIRA plugin description, it said "support for JIRA task repository from version 3.13 up to version 5.0"
> Does it mean that it does not support JIRA 6.1.2?
yes

> Is the dev build (1.48) stable?  I didn't try the dev build yet
no. 1.48 is the current plugin version you can download from the update center, but it is available only for the dev build
http://bits.netbeans.org/download/trunk/nightly/latest/

1.48 should support server versions 5.0+
but you have to set that in options > team > tasks> jira
Comment 5 pcheon 2014-01-13 19:30:12 UTC
Created attachment 143922 [details]
Screenshot of JIRA plugin 1.48 after enabling JIRA Agile
Comment 6 pcheon 2014-01-13 19:34:34 UTC
I tried both of JIRA plugin 1.48 (with dev netbean build 201401130002) and JIRA plugin  1.19 (with netbean 7.4)

Both plugin worked properly with JIRA as long as the JIRA Agile add-on is disabled

However, after I enabled the JIRA Agile add-on, both of the plugins did not work

I attached the screenshot of the error when I tried with JIRA Agile add-on enabled.

Do you have any idea how to fix this?

Thanks for your consideration
Comment 7 Tomas Stupka 2014-01-14 10:45:11 UTC
> Do you have any idea how to fix this?
quite possible the third party lib we use doesn't work jira-agile

could you please run netbeans with the switch -J-Dorg.netbeans.modules.jira.Jira.level=-1
reproduce your problem and then attach your messages.log to the issue

maybe we will learn more ...
Comment 8 pcheon 2014-01-14 17:36:18 UTC
Created attachment 143956 [details]
initial error message after NetBean started
Comment 9 pcheon 2014-01-14 17:36:54 UTC
Created attachment 143957 [details]
NetBean logs when I tried to search the JIRA ticket
Comment 10 pcheon 2014-01-14 17:37:30 UTC
Created attachment 143958 [details]
Result after I tried to search the JIRA ticket
Comment 11 pcheon 2014-01-14 17:39:41 UTC
Created attachment 143959 [details]
message.log for NetBean 7.4
Comment 12 pcheon 2014-01-14 17:40:21 UTC
Created attachment 143960 [details]
message.log for NetBean dev build
Comment 13 pcheon 2014-01-14 17:41:36 UTC
The switch did not change the result.

I still got the error message, and I attached the messages.log files

Thanks for your help
Comment 14 Tomas Stupka 2014-01-20 12:07:13 UTC
according to the log 
> INFO [org.netbeans.modules.jira.Jira]: Selected JIRA connector is XMLRPC

it looks like you are running with the connector meant for jira 3.13 - 5.0

as mentioned above, please go to options > team > tasks> jira 
switch to 5.0+ and try again

thanks
Comment 15 pcheon 2014-01-21 03:22:11 UTC
As you mentioned, I switched the jira option to 5.0+, but the error message was same with "Screenshot of JIRA plugin 1.48 after enabling JIRA Agile"
Comment 16 pcheon 2014-01-28 20:57:23 UTC
This issue is fixed after I applied the JIRA Agile patch from here
https://support.atlassian.com/browse/GHS-10575
Comment 17 Tomas Stupka 2014-01-29 10:23:20 UTC
thanks for the notice