Updating work items via command line

Accepted answer
2 other answers

Hi Loira,
i am not sure the jazz SCM commandline can do that: http://127.0.0.1:4052/help/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
However at least on the RTC work Item side the Plain Java API could help to create a small Java App that could manipulate work items see:
http://jazz.net/wiki/bin/view/Main/RtcSdk20
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
I am not sure about the SVN side of your question.
It might be a bit more effort to create a java app, but I consider having the possibility being great.
The Forum Extending Team Concert http://jazz.net/forums/viewforum.php?f=2 is about discussions around extending the capability and might be a source to search for a solution too.
Ralph
i am not sure the jazz SCM commandline can do that: http://127.0.0.1:4052/help/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
However at least on the RTC work Item side the Plain Java API could help to create a small Java App that could manipulate work items see:
http://jazz.net/wiki/bin/view/Main/RtcSdk20
https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup
I am not sure about the SVN side of your question.
It might be a bit more effort to create a java app, but I consider having the possibility being great.
The Forum Extending Team Concert http://jazz.net/forums/viewforum.php?f=2 is about discussions around extending the capability and might be a source to search for a solution too.
Ralph
I am working with RTC on top of SVN. Updating the SVN repository via command line. I want to create a link in the relavent WI to the SVN revision created when I commited my changes.
Is there command line tools for updating WI in RTC?
I am using RTC 2.0 on windows.
Thanks,
Liora

liora wrote:
Not yet, but considered for 3.0 (see
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/86140)
--
Benjamin Pasero
Work Item & UI Commons Team
I am working with RTC on top of SVN. Updating the SVN repository via
command line. I want to create a link in the relavent WI to the SVN
revision created when I commited my changes.
Is there command line tools for updating WI in RTC?
I am using RTC 2.0 on windows.
Thanks,
Liora
Not yet, but considered for 3.0 (see
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/86140)
--
Benjamin Pasero
Work Item & UI Commons Team