Export work item data to word
To generate release notes we would like to be able to export a set of work items (and a specific set of attributes within those work items) to word
How could I do that? All export possibilities that I found are only excel and html but no word.
I do know that there is the separate Rational Publishing Engine but as far as I could see that would mean additional software - and additional licensing costs. So the question obviously is: can I do it without that additional tool and what would be the best way?
Thanks in advance!
How could I do that? All export possibilities that I found are only excel and html but no word.
I do know that there is the separate Rational Publishing Engine but as far as I could see that would mean additional software - and additional licensing costs. So the question obviously is: can I do it without that additional tool and what would be the best way?
Thanks in advance!
Accepted answer
Sorry for the late response, but I've seen this post and I wanted to add that,
if Rational Publishing Engine is not an option because of the learning curve and licensing costs, there might be other options. For example:
- BIRT may be a decent-enough alternative if the Word output doesn't need to be too sophisticated (BIRT is not as full-featured as RPE for the Word output). It shouldn't be too difficult to implement.
- If you can use the Eclipse client, another solution may be a Java Client API program using the Apache POI libraries to generate docx file/s. This probably requires more effort, plus these libraries also have limitations, I think.
Comments
Thank you very much for your answer!
We are looking into BIRT right now but we're not sure yet if it is exactly what we need.
We might up ending to write a Java program. Since queries and reports don't really work as expected either we might need to write quite a few additional things anyway unfortunately
One other answer
RTC does not provide the function to export work items to a Word document.
There was a enhancement request Exporting Epics and User Stories (or any workitem) to MS Word submitted for such function but closed as "Won't Fix". In the comment 3 it mentioned you can implement using RTC Java API.