RTC Stream history
Is there a way to find who was the original creator/owner of any stream in RTC? RTC Stream owner can be changed, but can we know who originally created any stream?
|
One answer
Hi,
I second Ralph on this. Streams are interim and transient objects, easily discarded and recreated. In their Operational History you see component additions / removals, baseline creations etc. Those are audit worthy events, given with user and date. In fact, if you wanted to audit a Stream you would first have to create a Snapshot anyway to have something stable to audit. A snapshot shows its creator as immutable property.
- Arne
Comments While I understand all the properties of stream and objects and the worthiness of this info, I would like to request to do not limit the reasons for which anyone would like to know this info.
Ralph Schoon
commented Dec 04 '18, 10:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can make up all of these questions. You still don't answer the business value and it is simply impossible to track all the history of everything. I don't think there is any history tracking for streams, because of their nature.
What was said above is all correct. In technical terms, an IWorkspace is not an IAutiable and thus will not have the history of every state stored in the database (unlike IComponent or IBaseline for example).
As mentioned, there are change events generated when stream properties change, but keep in mind that all change events do get purged from the server over time as well. By default SCM change events expire after 26 weeks (except for change set/baseline delivery events which expire after 2 weeks).
If you are under 26 weeks, you might be able to find the change event which represents the stream creation. To do this you would have to look at the change events associated with the project area that was the owner of the stream at creation time (Note: The owner of the stream could have changed over time...)
|
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.
Comments
Why would that be of any interest?
To know who has created the stream?
Why would that be of any interest?
For audit.
Again, why would that even of any interest. What would it contribute? What is the value? The SCM history is the changes in the components. The stream is only containing a configuration and which of the components content is selected at this time. For audits, the component baselines are relevant, not the stream, for all I know.