Welcome to the Jazz Community Forum
Export query result to a csv file

I am getting a query result with below URL using curl :
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

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