How to get the unique id of change set (cs_item_id) in RTC
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.
Example URL: https://localhost:9443/jazz/resource/itemOid/com.ibm.team.scm.ChangeSet/_l2B3kMxeEeKIK_RV7apTXA?Workspace=_t0iSwMSpEeKWwoKShKNrXg
The part in bold is the id.