History of one versionable
Hi everybody,
I'm trying to get the history of one versionable in a component using the Java API, in detail I need the informations who changed the file when with what comment. I'm getting lost in ChangeSet, HistoryEntry, etc. Can someone give me a hint for this? Thank you! |
One answer
Normally, when you request the history of one versionable, you would get an ChangeHistoryEntry[] entries (array).
You can then loop this, and get the information you need (repo is your :
ITeamRepository repo; // you should have this already
I hope this helps, else just ask again :).
|
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.