RTC: Is it possible to export the "Work Progress" attribute to CSV?
The "Progress" attribute on work item. Is it possible to include it to the CSV export? Thanks.
|
Accepted answer
Hello Clement,
my understanding is that Progress is a calculated attribute (hours spent vs estimate)
and this work is done by the PlanRestService.
So I don't think it can be CSV exported.
As a workaround, you may want to add a hidden (no presented) and read-only custom attribute,
which value might be set by a custom js in that would fetch the value of the progress attribute.
This custom attribute could be CSV exported.
Hope it helps.
Eric.
Clement Liu selected this answer as the correct answer
|
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.
Comments
Hi , Were you able to get the Work Progress value ? I have created an attribute of type Small string and use "Calculated Value"
Hello,
Thank you, Eric