Associate workitem to changeset
I have two two streams say stream A and stream B . I'm trying to deliver from Stream B to Stream A. If i have a merge changeset in between i need to associate a workitem before i deliver it. I'm trying to do this via command line where in unable to figure out how to identify merged changeset id so that i can associate a workitem to it so that my script doesnt stop saying there is no work item attached to change set. Please help
2 answers
For all I know you can not merge if you deliver from a stream to a stream. In general you can associate a work item to a change set using add https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.3/com.ibm.team.scm.doc/topics/add.html
If you have merged the changes in the workspace that is flowing to stream B, 'scm show status' would list that change and you could then associate the workitem using 'scm add workitem' command.