SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Fix get_changes_by_build_id URL #85

Open firepol opened 7 years ago

firepol commented 7 years ago

https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-Changes

firepol commented 7 years ago

Just to clarify, without my commit, the get_changes_by_build_id method will fetch only the last issue from a given build_id, so it looks that it works, but it doesn't (unless you have a build with just one issue and you really except just one issue). I checked the documentation that I linked in the commit to show how the url should look like (which I fixed). Hope this helps. I should have written a better commit message instead of just pointing the link, sorry ;)