It's all about the answers!

Ask a question

Export query result to a csv file


leon mo (113) | asked Apr 20 '16, 3:53 a.m.
edited Apr 20 '16, 3:55 a.m.

I am getting a query result with below URL using curl :

https://hostxxx:portxx/jazz/resource/itemOid/com.ibm.team.workitem.query.QueryDescriptor/query id?_mediaType=text/csv 

is it possible that we can select each return column's value as "Lable" or "Internal value"? Like the function "Export work item" do on RTC client?


One answer



permanent link
Ralph Schoon (63.1k33645) | answered Apr 20 '16, 6:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I can tell the answer here: https://jazz.net/forum/questions/131432/exporting-query-with-estimate-and-actual-effort-as-integers does only work in the Eclipse client.

There are no options in the CSV export in the Web Client.

In the third case - which is your question - where you use an API, you will have to calculate the values on your own, based on the presentation you get it. This is true for OSLC, REST or Java APIs alike.

Your answer


Register or 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.