How to get the history of the baseline like the name change
how can i see the history of the baseline name which is changed over the period of time.
Ex: IF i say i have a
Baseline Id- 50
Baseline Name - abc
after 2 months a random user comes and change the baseline name to - xyz
you cannot even know who was the user who had renamed the baseline name.
Currently in RTC i don't find this change what happened from abc --> xyz this information is missing.
Is there any way that i could get this information?
Accepted answer
There currently is no UI in the product to show the history of a baseline (ex: It's previous names). You can submit an RFE/Enhancement if you like.
Note: It is possible to write your own plain-Java plugin to get this information. com.ibm.team.scm.common.IBaseline extends IAuditable, which means you can get the previous states of this item from the server (and then your code could extract all previous names, and who made the change, etc.)
One other answer
Currently I do not believe there is a way to find out who changed the baseline name but you can do the following:
Go to the project area and remove the permission to modify a baseline name/description. You can also assign a role to allow renaming of baselines and only those users having the role would be able to rename the baseline.
Comments
Manoj Panda
JAZZ DEVELOPER Aug 24 '20, 8:14 a.m.Pavithra Nagaraj
Aug 24 '20, 8:20 a.m.Manoj Panda
JAZZ DEVELOPER Aug 24 '20, 11:52 a.m.There is a way, have you explore with "added by" and "created by" attribute? if the BL created by user1 and applied which is different than if the user2 renamed the same baseline and applied. But yes, you may not get the earlier BL name because of rename.