It's all about the answers!

Ask a question

Export change sets in csv format with custom information


cemile yalçın (112) | asked Nov 14 '17, 8:22 a.m.

 I need to export changes with related files that have been modified, author name, date.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Nov 14 '17, 10:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Nov 14 '17, 10:09 a.m.

The Eclipse client supports Saving change logs: https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_scm_eclipse_change_exp_save.html

Anything else will likely have to be a custom solution you have to develop. In that case I would suggest looking at the SCM command line see the help https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html


Comments
cemile yalçın commented Nov 15 '17, 6:34 a.m. | edited Nov 15 '17, 6:34 a.m.

 our server 5.0.2 and I got error that client(6.0.5) and server(5.0.2) are not compatible.


Ralph Schoon commented Nov 15 '17, 6:38 a.m. | edited Nov 15 '17, 6:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

cemile yalçın commented Nov 16 '17, 12:50 a.m.

 I read your second solution SCM . But i understood that it does'nt fit my question .because first i will list files.than histories corresponding file.It will be very difficult.I need to list component history like that: [change set name or id] [date] [file that changes][author name] [file added,deleted,churn,change_type]


Ralph Schoon commented Nov 16 '17, 1:54 a.m. | edited Nov 16 '17, 1:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

The SCM command line absolutely fits your question. Just because it is work or difficult does not mean it won't be a potential solution.

Last resort would be a custom solution using the Java API which will be as complex as the SCM command line. To get started with that go here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/

That is all I can answer. Good luck.

Your answer


Register or to post 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.