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

Queries List

Hi,

I've got a requirement to pull a list of defects in RTC to a reporting server. I'm using CURL and am able to pull back the results of queries in .xml format, parse, and import. When I try to create my own custom query in the GUI (Work Items -> Queries -> Shared Queries, "Create New Query") it saves and is visible in the Shared Queries area. However, when I go to the queries list in .xml (<server>/jazz/oslc/queries), my recently created query isn't there. This is a problem as I need the resource URL to pass as a command line arg to CURL.

I'm wondering if this is a license issue - the account I'm using has been given "Rational Team Concert - Contributor" (Floating). On the Development Server (where the above scenario works as expected) I have "Rational Team Concert - Developer."

Any help you can provide is greatly appreciated.

Thanks!

0 votes



One answer

Permanent link
The issue was simply the number of queries we have in production (4088) which is greater than the maximum number of items the server is configured to return (2500). Thus the queries I was creating weren't showing up in the unfiltered list of queries, but I could find them if I qualified it with

...jazz/oslc/queries.xml?oslc_cm.query=dc:title="My Query Title"

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: Feb 10 '12, 1:56 p.m.

Question was seen: 6,163 times

Last updated: Feb 10 '12, 1:56 p.m.

Confirmation Cancel Confirm