It's all about the answers!

Ask a question

How to get the unique id of change set (cs_item_id) in RTC


Kenery Wang (6411727) | asked Jun 01 '13, 4:47 a.m.
 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



permanent link
Tim Mok (6.6k38) | answered Jun 03 '13, 11:06 a.m.
JAZZ DEVELOPER
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.