Results 449 comments of netwolfuk

`buildResult` needs to be set correctly and `buildResultDelta` calculated.

This is available for testing in the [v1.2.0-alpha.3](https://github.com/tcplugins/tcWebHooks/releases/tag/v1.2.0-alpha.3) release.

I agree. That was always the end goal. It just turns out the UX is quite tricky to surface to the user. Now that the statistics model is more complete,...

Btw. I was referring to the project level template. I was imagining it being able to be overridden at a project level. But it introduces a few issues. Does the...

I asked TeamCity support. It's not possible to extend permissions to include our own. So option 1 is out.

Another consideration: what happens if a project level template does not support a specific build event? Does the webhook fail to fire, or is the template resolved from a parent...

Hi @pgrefviau. Is what you want already available via the **Test** tab on the webhook edit dialog? Underneath, that dialog uses a pseudo REST endpoint to execute or preview a...

I managed to get it working from cURL, although it's a bit of a pain. `curl -u 'username:password' -H "Accept:application/json" -H "Content-Type: application/json" http://192.168.1.72:8111/webhooks/testWebHook.html?action=execute -X POST -d '{ "url": "http://localhost:8111/webhooks/endpoint.html",...

I've been thinking about this some more. When project template support is added, I'm wondering if we just say that templates can't be overridden at the project level. With this...

Yes. That's the template editing screen. The reason I did it that way was because I was too lazy to figure out all the the edge cases for permissions. Eg,...