tcWebHooks icon indicating copy to clipboard operation
tcWebHooks copied to clipboard

WebHooks plugin for Teamcity. Supports many build states and payload formats.

Results 56 tcWebHooks issues
Sort by recently updated
recently updated
newest added

Hi Everyone, Just installed latest version (tcWebHooksPlugin-1.1-alpha15.216.313.zip & tcWebHooksPlugin-REST-API-1.1-alpha15.216.313.zip) on our teamcity server (windows , 2017.2.2 (build 50909)). The setup works just fine (hooking to mattermost 4.7.1). I Noticed that...

enhancement

I am working on TeamCity templates for tcWebHooks and I have a branch build template defined like so: ``` { "markdown": "[${projectName}](${rootUrl}/project.html?projectId=${projectExternalId}) :: [${buildName}]( ${rootUrl}/viewType.html?buildTypeId=${buildExternalTypeId}) | [${branchDisplayName} ${substr(build.vcs.number,0,7,32)}](${buildStatusUrl}&tab=buildChangesDiv) | [build...

waiting for release
available in alpha or beta release

## Expected Behavior URL parameterized on a Password variable should resolve to the real URL. ## Current Behavior URL resolution seems to work for some events, but not all. It...

enhancement
waiting for release
available in alpha or beta release

We are using the webhook plugin on our corporate TeamCity. The webhook authentication password is kept as plain text at the webhook plugin xml. Would it be possible to store...

enhancement
waiting for release
available in alpha or beta release

## Expected Behavior Configured webhooks should preserve after TeamCity updated ## Current Behavior After update all webhooks are removed ## Steps to Reproduce (for bugs) 1. configure webhooks for several...

## Expected Behavior Shown properly ## Current Behavior If we select as below, webhooks are only assigned to certain buids within a project (eg, not all builds). ![image](https://user-images.githubusercontent.com/1265284/44624673-25f26600-a92f-11e8-931d-b2c2e0b3c613.png) Then, the...

waiting for release
available in alpha or beta release

In my setup I have some variable components of not just the payload but also the URL. I have been able to pass these values to the plugin through build...

Feature Request Send out webhook when build tagged or untagged. Similar to pin/unpinned issue #129 there is a [buildPromotionTagsChanged](https://javadoc.jetbrains.net/teamcity/openapi/current/jetbrains/buildServer/serverSide/BuildServerAdapter.html#buildPromotionTagsChanged(jetbrains.buildServer.serverSide.BuildPromotion,jetbrains.buildServer.users.User,java.util.Collection,java.util.Collection)) method in the API. I did notice something odd while trying...

waiting for release

For Legacy JSON webhook there is `buildStatusUrl` field, that looks like ```json "buildStatusUrl": "http://host:port/viewLog.html?buildTypeId=RestApiFramework_VerifyStage_2&buildId=5886", ``` Enhancement proposal: support also new experimental UI URL in a separate parameter. It is formatted...

waiting for release

## Expected Behavior Git log of TeamCity project configuration versioned settings has clarifications of what was changed. ## Current Behavior Any changes of configuration of TeamCity webhooks are logged as...

enhancement
waiting for release
available in alpha or beta release