Is there a Pending Changes report?
![]()
Danny Beerens (80●18●25)
| asked Nov 19 '12, 11:40 a.m.
edited May 28 '16, 4:42 p.m. by David Lafreniere (4.8k●7)
Is there a (BIRT) report that can report on the difference in change sets between streams, like the Pending Changes view can?
Does anyone know of such a report?
If someone has such a report, are you willing to share?
|
2 answers
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Mar 23 '13, 12:16 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I believe your best approach is to use the "scm compare" operation to collect the data, and then use your favorite formatting tool to transform that data into the form you want.
Comments Hi Geoff,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, I meant the "scm compare" command from the RTC command line. I've only experimented with the command line, so am not an expert, but, there is a "--json" option with should make the output more parseable.
|