Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Export Change Log?
Permanently deleted user
Created
Is it possibe to export the change log? Ideally I'd like to get a list of all changees made since the build # xxx so I can create a release change log for our customers.Possible?
Feel free to file a feature request on the change log export into our tracker detailing what information do you want, in what format and how it is intended to be used.
Mark,
There is no change log export at the moment. For now you can probably copy-paste HTML of the Change log page.
For programmatical processing you can probably get change details via REST API with URL like
http://teamcity.server.org/httpAuth/app/rest/changes?buildType=id:bt378&sinceChange=id:511858
where bt378 is internal id of the build configuraiton and 511858 is the id of the change to list changes from.
Feel free to file a feature request on the change log export into our tracker detailing what information do you want, in what format and how it is intended to be used.