1

How can I get the list of all the check-ins done by a user on a stream in Rational Team concert?

Thanks

Ashwani K
  • 7,880
  • 19
  • 63
  • 102

1 Answers1

3

You can right-click on Source Control (in a project area of the Team Artifacts view), and click Search/change sets.

You can then select the Creator you want, and you can refine the list of change sets per location (stream, workspace, baseline, ...) and per component.

https://jazz.net/library/content/docs/source-control/faq/images/search_dialog.png

You can access that search also from your own Pending Changes view:

https://jazz.net/library/content/docs/source-control/faq/images/search_menu.png

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • 1
    @AshwaniK I suppose with `lscm changeset locate`: https://jazz.net/forum/questions/157597/how-to-use-lscm-changeset-locate – VonC Sep 08 '14 at 06:32