Generating tree structure of Work Items for export
I need to generate a report, or some kind of exportable data, that would show the structure of our system with its parents and children, with the multiple levels.
Is this possible in RTC?
I've seen a lot of answers in this forum relating to planning and viewlets and tree-view, but we are not using those parts of the system at this time. We're not using planning, just the Work Item mechanism for CM. I realize this may be an issue.
I would be very grateful for any assistance, even to tell me where to start looking.
3 answers
You can export to CSV, with links, but it is probably hard to limit the export with a query.
You could try to use the Rational Publishing Engine to create a report. I am not an expert for the RPE, so I can't tell the effort.
It would be possible to use available API to create any kind of export format you want. This is a slightly higher effort. I am not sure in which way you want the data. Let me know if you consider this and I can point you to resources with at least some API examples.
Comments
Matthew,
Eclipse allows to create all sorts of extensions like tree views.The SDK should also have various classes, that you might be able to use. However it is not trivial to use and has a steep learning curve. Here would be my suggestions to get started:
https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/
https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/
https://rsjazz.wordpress.com/2012/09/19/the-rtc-workitem-link-api-linking-workitems-to-other-elements/
1 vote
I forgot to answer the other part. I don't think Chrystal Reports is an option. A lot of the data in CLM is not stored as a readable attribute in a relational database, but as blobs. In addition, the data structure is based on EMF. You may try, but you might not be able to access the data you want.
WBS layout in Plan view allows you to see the hierarchy in the current sprint however it does not show complete or back log items at the same time. RTC should add a view work item tree mode to show Epic-Story-task nested work items.
Comments
Create an request for enhancement here: https://www.ibm.com/developerworks/rfe/execute?use_case=changeRequestFAQ#jazz