I want to be able to
export change requests from the command line.
I want to be able to export change requests from the command line.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At least for StarTeam 2009 and earlier, the Command-Line tool (stcmd)
is designed for automating your build process
by allowing you to checkout a set of files in order to build them.
(it also supports checking-in files, but the tool is mostly for checking-out files).
To extract the content of CRs, you can either use a Report (via the UI),
or you can write something in Java that will utilize the StarTeam SDK for that.