REST API to retrieve Issue Log or download issues(.csv)
Answered
Does a REST API exist to get all issues from a starting and ending build number? Either by way of json/xml or .csv duplicating the "download all issues" functionality?
Thanks,
Please sign in to leave a comment.
No, it doesn't. You can poll all VCS commits for a certain build type since a certain time/buildNumber/changeId:
http://teamcity:8111/httpAuth/app/rest/changes?buildType=id:bt133&sinceChange=id:24234 - to get all the changes in the build configuration since the change identified by the id.
Was any API functionality added since TC 8 for this?
Hello Dorin,
Unfortunately it was not added. Please feel free to create a feature request in our issue tracker: https://youtrack.jetbrains.com/issues/TW.