How to specify which work item to complete when deliver change set using SCM CLI
Hi
How do I specify which work item to resolve (status "Done") when I deliver change set using SCM CLI?
Background:
I have created a change set (1478) contains all the fixes. Then I have associate change set (1478) and the work item (421), also using SCM CLI (scm changeset associate -s jazzhost 1478 421)
Finally I have completed the change set (scm changeset complete -r jazzhost -w <workspace> 1478) and now I want to deliver change set and resolve ("Done") work item, by using SCM CLI. But how do I specify which work item to complete in the delivery command in SCM CLI?
=> scm deliver -c [change set] -r jazzhost -s [source] -t [target] .....
How do I specify which work item to resolve (status "Done") when I deliver change set using SCM CLI?
Background:
I have created a change set (1478) contains all the fixes. Then I have associate change set (1478) and the work item (421), also using SCM CLI (scm changeset associate -s jazzhost 1478 421)
Finally I have completed the change set (scm changeset complete -r jazzhost -w <workspace> 1478) and now I want to deliver change set and resolve ("Done") work item, by using SCM CLI. But how do I specify which work item to complete in the delivery command in SCM CLI?
=> scm deliver -c [change set] -r jazzhost -s [source] -t [target] .....
One answer
I don't believe what you want is possible. You may want to open an enhancement request if this is important to you.