How to get UUID of a change set in Eclipse or RTC shell?
Accepted answer
Thx.
I googled for a few hours and couldn't find the answer.
After posting this question, I found the answer here ;)
It is possible to get the UUID of the changeset from the eclipse client, which can be used in the CLI and can be shared with other users. If you right-click on a change set and choose "Copy URL." the UUID is embedded in the URL:
https://myserver.com/jazz/resource/itemOid/com.ibm.team.scm.ChangeSet/_-3RNwTLbEeKDmkFKbghdVw?Workspace=_76GasHWUEgC_zbA6bI4YEA
This UUID can be pasted into a CLI command in any place where an ID is used.
https://myserver.com/jazz/resource/itemOid/com.ibm.team.scm.ChangeSet/_-3RNwTLbEeKDmkFKbghdVw?Workspace=_76GasHWUEgC_zbA6bI4YEA
This UUID can be pasted into a CLI command in any place where an ID is used.