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

[RQM] Download the specified number of work items

Hi,

I use RQMObjectManager class to download list of work items. Unfortunately I got OutOfMemoryException when I try to download big amount of data. There is a way to specify a number of work items I want to download? I guess there should be search criteria for that, right?

Here's my code for downloading:

        RQMRESTServer restServer = new RQMRESTServer();
        restServer.connect(rqmServer, username, password);
        RQMObjectManager manager = new RQMObjectManager(restServer);

       
        return manager.search(rqmObjectClass, "");

This can be helpful https://jazz.net/wiki/bin/view/Main/RqmApi#fields
Any ideas?

0 votes



One answer

Permanent link
Hi Gabriel,

These classes (RQMObjectManager and RQMRESTServe) are not RQM classes.  You would have to provide more details to diagnose the problem.  If they are using the RQM Reportable REST API, fields filter will assist.  However, I would assume you are using the RTC Reportable REST API if you are downloading work items.

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
× 11,051

Question asked: Jun 29 '14, 1:52 p.m.

Question was seen: 4,988 times

Last updated: Jul 07 '14, 8:41 a.m.

Confirmation Cancel Confirm