It's all about the answers!

Ask a question

How to programmatically determine if a given RTC user is using RTC for SCM (e.g. check in/out files)?


Gary Dang (59328855) | asked Jun 21 '17, 2:37 p.m.
retagged Jul 02 '17, 11:14 a.m. by Ken Tessier (84117)

Q1.   Is there a way to programmatically query RTC work items that have changesets?
Q2.   If RTC process template does not enforce work item association during check-in, is there a way to programmatically query RTC and determine if the user has updated/checked in any files?


Comments
Ralph Schoon commented Jun 21 '17, 2:42 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

What would be e purpose of q1 and q2. 


Gary Dang commented Jun 21 '17, 2:47 p.m.

We are trying to determine whether users with RTC Developer Client Access License are actually using RTC SCM. 

One answer



permanent link
katherine szczech (112) | answered Jun 21 '17, 5:47 p.m.

You can use the lscm command:
             lscm list changeset

Syntax to the command (Lists the change sets that are in the repository):
https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.2/com.ibm.team.scm.doc/topics/list_changesets.html

Shows Change set command examples:
https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.0/com.ibm.team.scm.doc/topics/list_changesets_ex.html

Commandline example...
lscm ls cm -r https://localhost:9443/ccm

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.