Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC pulldown does not populate

I'm a new RTC user trying to configure a basic, simple, customized work item.  I created an enumeration called DD with 3 values.  I then tried to use it in a work item type with an attribute called DD, with a type of DD (Enumeration).  It is intended to be a single value a user chooses from a pulldown.  I then added the DD field to the Editor Presentation, using an Attribute-based Presentation with a Kind of Enumeration.  I've seen this work on other work items.  When I try to create a new work item of this type, I click the arrow next to the DD field to display and choose a value, but the pulldown will not populate, it just says "Retrieving ...".  Help!

Running RTC 5.0.1.

1 vote

Comments

Thanks for your response Donald.  Some of the symptoms are definitely the same, but I don't have access to any of tools you mention, such as Firebug.  I'm trying to configure this work item using only the web UI.  I don't have Eclipse either. 

My form (all tabs included) has 20-25 attributes.  I had most on one tab, so I split that into 2 tabs, rebuilding the 2nd tab from scratch.  That did not help.  I will contact Support for further assistance.  Thanks.



3 answers

Permanent link
 Hello Dan,
Donald was referring to some WebUI debugging tools.
Firebug is a Firefox plugin (you may google for firebug).

Most of the Dev Team use Chromium which is very powerful.

Using such tool, you might be able to determine why your combo is not populated.

More details on our Wiki page.

Eric

0 votes


Permanent link
Hi Dan,

I am having exactly the same issue, with RTC 5.0.1.

Did you resolve this?  How?

I installed Firebug, but couldn't really figure out what it was telling me.  Any tips on what to look for in Firebug would be appreciated.

Thanks

Rob Dropdown stuck on "Receiving"

0 votes

Comments

Rob,
For a short walk-through, you can check this article.
http://www.ibm.com/developerworks/library/wa-aj-firebug/
You will need some knowledge about HTTP GET, POST and PUT operations and what should be the response.
For this particular issue, you need to check the GET request
/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/allValues?...
(it should return a JSON content with the enumeration values)


Permanent link
Problem solved!

Hi all,

I guess I wasn't using a specific enough ID and that was causing confusion. 

I went with Sandbox.workitem.story.requestor.ID

And when I created the enumeration type, I restricted it to this list, and not taking items from the database.

It all works now.

Thanks guys.

Rob

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 30 '14, 2:37 p.m.

Question was seen: 4,842 times

Last updated: Feb 05 '15, 11:10 a.m.

Confirmation Cancel Confirm