how to get the list of rtc users done check ins at particular interval of time?
![](http://jazz.net/_images/myphoto/41e0d018a24d9182b10383fff15dc82e.jpg)
One answer
![](http://jazz.net/_images/myphoto/41e0d018a24d9182b10383fff15dc82e.jpg)
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.
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.