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 160505 - Issues are not listed in IDE in spite the fact they are visible on web
Summary: Issues are not listed in IDE in spite the fact they are visible on web
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 22:59 UTC by Petr Dvorak
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-03-17 22:59:53 UTC
Product Version: NetBeans IDE Dev (Build 090317)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.27-13-generic running on i386; UTF-8; en_US (nb)

Open a testkenai project with display name "Kenai NetBeans Int Test" (name is "nbdocinttest") while you are logged in.
Expand all nodes of the project in the Kenai dashboard.

No issues are shown (you don't see the "All Issues" nor "My Issues" links) in spite the fact the project uses bugzilla
and there are some issues already submitted.
Comment 1 Petr Dvorak 2009-03-17 23:03:49 UTC
I forgot to mention:
- refreshing project does not help. 
- BZ feature is (somehow, maybe not correctly?) included in the project's JSON file
Comment 2 Tomas Stupka 2009-03-18 10:38:37 UTC
the feature returned by kenai contains the following data:

name: nbdocinttestissues
type: Issues
service: Issues

please, provide a unique service name for bugzilla and jira 

Comment 3 Tomas Stupka 2009-03-18 10:55:32 UTC
added workaround 

changeset   : 122298:7fce7d41352f
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Wed Mar 18 10:55:07 CET 2009
Comment 4 Milan Kubec 2009-03-19 11:44:55 UTC
Needs to be fixed on kenai.com side.
Comment 5 Jaromir Uhrik 2009-03-19 14:36:05 UTC
As a kenai bug it is reported as http://kenai.com/jira/browse/KENAI-142
Comment 6 Quality Engineering 2009-03-19 20:39:50 UTC
Integrated into 'main-golden', will be available in build *200903191401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7fce7d41352f
User: Tomas Stupka <tstupka@netbeans.org>
Log: #160505 - Issues are not listed in IDE in spite the fact they are visible on web
Comment 7 Tomas Pavek 2009-03-25 14:50:30 UTC
The workaround works now, the definitive solution can be implemented after http://kenai.com/jira/browse/KENAI-142 is fixed.
Comment 8 Jan Becicka 2009-04-09 10:02:02 UTC
Kenai 142 is fixed. Reassigning back. Correct solution for detecting bugzilla is:
KenaiService.Names.BUGZILLA.equals(feature.getService())



Comment 9 Tomas Stupka 2009-04-09 10:26:16 UTC
fixed

changeset   : 126091:56f8e6732343
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Thu Apr 09 11:25:40 CEST 2009
Comment 10 Quality Engineering 2009-04-10 07:37:41 UTC
Integrated into 'main-golden', will be available in build *200904100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/56f8e6732343
User: Tomas Stupka <tstupka@netbeans.org>
Log: #160505 - Issues are not listed in IDE in spite the fact they are visible on web
Comment 11 Petr Dvorak 2009-04-14 16:45:22 UTC
Verified, seems to be working fine so far.