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

Is it possible to do Export Work items on a scheduled basis?

Current RTC version is 3.0. Is this possible? Can it be scripted or does the tool support that? Thanks!


0 votes



2 answers

Permanent link
 Hello Bryan,
I don't think it's possible even with RTC latest.

So your need would be to create a script or Java application,
that would do a [headless] CSV export using some parameters like file name, query, separator, etc
that you could schedule to run at a given time / interval.
Correct?

To me, the CSV export is a one shot feature that I would use to bulk copy work items from one PA/server to another.

May you please elaborate on your requirement?

Thanks.
Eric.

1 vote


Permanent link
Might it be possible, to fire a query and export the results with OSLC? Than it should be possible, to put schedule that code with the RTC build system.

0 votes

Comments

 Yes, OSLC is the other way around I had in mind.

Or Java API.
This would require to develop in-house the code to parse query result and output to  CSV format.

Or you might be able to grab the plugin Jars of the export capabilities of the client, feed them with the right content and let go. I'd try and if it is possible use a JBE to do that. Just a thought. You would look at WorkItemExportWizard in
package com.ibm.team.workitem.rcp.ui.internal.wizards.export; Note: PluginSpy is your friend.

I am however not sure if you can externalize all the plugins as jar files. Never tried that.

See http://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/ for the Plain Java API option.

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: Apr 17 '13, 4:07 a.m.

Question was seen: 4,579 times

Last updated: Apr 17 '13, 7:40 a.m.

Confirmation Cancel Confirm