It's all about the answers!

Ask a question

Report on users who checked-in assets to Repository workspace but not delivered to Stream


Ravikanth Chavali (401724) | asked Apr 07 '15, 7:47 p.m.
 Hi,

What is the best way to report on users who
  1. checked-in assets from local sandbox to repository workspace
  2. but did not deliver to the stream

Thank you,
Ravikanth Chavali

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Apr 09 '15, 4:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 09 '15, 4:51 a.m.
As far as I am aware, there is no mechanism built into RTC to do that out of the box.

The general approach could be to compare the repository workspace with the stream. This would provide you with the differences. This could be done using the SCM Commandline (search for lscm or scm in the documentation), or programmatically using the Java API (which might be not trivial).

Having said that, this would only be possible if the repository workspaces of the users are visible to the public or scoped and the user that runs the compare is in that scope.

If the repository workspace is private, I don't think it could be accessed (except changing ownership using an admin account and changing visibility).

I personally think that this would be a waste of time, resources and performance of the server. There is a good reason, why the repository workspace is owned by the users and why the developer has to decide when to deliver.

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.