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,

2
3 comments

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.

0
Avatar
Permanently deleted user

Was any API functionality added since TC 8 for this?

0

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.

0

Please sign in to leave a comment.