How to get the unique id of change set (cs_item_id) in RTC
![]()
Does anyone know how to get the cs_item_id via RTC eclipse IDE or RTC shell (or any other ways)?
I know there is a way to get the cs_item_id by using BIRT but the steps are too complex.
I want a simple way to get the unique id of SCM change set (cs_item_id).
Thanks for helping on this!
|
One answer
![]()
The Eclipse client doesn't deliberately expose a change set item id because there's not much you can do with it in the client. However, you can copy the URL of the change set and get the id from the URL.
Example URL: https://localhost:9443/jazz/resource/itemOid/com.ibm.team.scm.ChangeSet/_l2B3kMxeEeKIK_RV7apTXA?Workspace=_t0iSwMSpEeKWwoKShKNrXg The part in bold is the id. |