[RTC] Is it possible to import / export " time tracking " data ?
![]()
Natsumi Yokoyama (209●3●86●100)
| asked Dec 23 '13, 3:47 a.m.
edited Dec 31 '13, 2:59 p.m. by Millard Ellingsworth (2.5k●1●24●31) Hello,
Is it possible to import / export " time tracking " data ?
My customer needs to export and import timesheet's data using CSV files. Of course it is the best way to update RTC's data directory using Its GUI.
I understood there are some new reports for RTC's timesheet. It is possible to export the result of these reports as Excel files. But it is impossible to update.
https://jazz.net/downloads/rational-team-concert/releases/4.0.3?p=news#timesheetReports
Does anyone have any ideas? Can REST API or Java API do this?
Thank you in advance.
Natsumi
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Mar 31 '15, 10:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For anyone who searches for example, I created example code to access and modify the time tracking data for work items and published in this post: https://rsjazz.wordpress.com/2015/03/31/the-work-item-time-tracking-api/
|
Comments
It's possible this can be done using either the REST API or the Java API. It's likely people have done this, though I was not able to find a forum entry where they shared their approach. Ralph's blog is always a good place to start when working to extend RTC: https://rsjazz.wordpress.com/2012/09/20/the-rtc-workitem-server-link-api-linking-to-work-items-and-other-elements/