changeset track information
Hi,
Changeset has information about the creator and the time it delivered (or completed).
After delivered to team stream, it has delivered from the team stream to integration stream.
Is there a way to know who delivered the changeset and when it delivered again?
In a simple way: I need information about the changeset track.
Thanks,
Yehiel
Changeset has information about the creator and the time it delivered (or completed).
After delivered to team stream, it has delivered from the team stream to integration stream.
Is there a way to know who delivered the changeset and when it delivered again?
In a simple way: I need information about the changeset track.
Thanks,
Yehiel
One answer
Hi Martin,
The only way to find who delivered the change set to a stream is via checking the project area's change event. However the change event will be kept for 14 days and then be scrubbed by default.
To increase the change event expiration date, you can refer to technote http://www-01.ibm.com/support/docview.wss?uid=swg21390701. However that will make the database growth quickly.
Or you can access the change event via Feed Service and save the result regularly.
The only way to find who delivered the change set to a stream is via checking the project area's change event. However the change event will be kept for 14 days and then be scrubbed by default.
To increase the change event expiration date, you can refer to technote http://www-01.ibm.com/support/docview.wss?uid=swg21390701. However that will make the database growth quickly.
Or you can access the change event via Feed Service and save the result regularly.
Comments
Martin Dam Pedersen
Mar 03 '14, 6:08 a.m.Hi,