|
url: window['base_uri'] + '/app/rest/webhooks/templates/id:' + templateId + '/templateItems/' + buildTemplateId + '?fields=**', |
When editing a parameter that existed before updating our TeamCity to 2026.1 we get this error:
jetbrains.buildServer.server.rest.errors.BadRequestException: Using '**' in fields specification is disabled by default due to performance concerns. To enable it, set the internal property 'rest.request.allNestedFieldsRecursively.enabled=true' on the server.
Plugin version 2.0.1
TeamCity version 2026.1
We will explore setting the property and report back if it works around the issue.
tcWebHooks/tcwebhooks-web-ui/src/main/resources/buildServerResources/WebHook/js/editWebhookTemplate.js
Line 284 in 67e0c68
When editing a parameter that existed before updating our TeamCity to 2026.1 we get this error:
Plugin version 2.0.1
TeamCity version 2026.1
We will explore setting the property and report back if it works around the issue.