Skip to content

tcWebHooks Plugin 1.2.5 bugfix

Compare
Choose a tag to compare
@netwolfuk netwolfuk released this 07 Oct 19:09
· 173 commits to master since this release

Fix for 500 error when editing a webhook via the REST API on TeamCity 2023.05.4

A method not found error was being thrown when editing a webhook via the tcWebHooks REST API.
The most recent version of TeamCity removes a function from their REST API which allows conditionally including an object.
This fix removes reliance on this method, and uses a different method to determine whether to populate the parameters object in a WebHook configuration.

Full Changelog: v1.2.4...v1.2.5