It's all about the answers!

Ask a question

how to get the list of rtc users done check ins at particular interval of time?


srikanth puppala (114) | asked Apr 18 '16, 10:31 a.m.

 Hello,

I want to get the list of users who have done check 'ins in RTC at particular interval of time .So any one please help me on this?

RTC version used:5.0.2

Thanks,
Srikanth Praveen.

One answer



permanent link
Kevin Ramer (4.5k8183200) | answered Apr 18 '16, 1:40 p.m.
If by 'check in' you actually mean deliver You can do a search for change sets between start and end dates.  

WebUI: 
Source Control / Advanced Search
Click "Change Sets" radio button
Provide dates in Created After / Created Before. 
Click Search

Eclipse
Search / Jazz Source Control / Change Sets...
Provide Created After / Created Before values

RTC has the ability to log source code access activity on the server.  It is required where I provide RTC services.  Others collect, analyze and report on such data, though.

Your answer


Register or to post your answer.