You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Token's configured on project level notifications are lost after TeamCity is restart.
Repro steps:
Create a project level notification with an API Token
Restart TeamCity
View previously created notification, the API token is lost
Looking in the generated settings XML you can see that the API token is not stored as part of the XML. I believe the problem is in the SlackNotificationConfig class in the core project. When SlackNotificationConfig is instantiated with an Element it tries to read the "token" attribute, but the token attribute is never added in the getAsElement method.
The text was updated successfully, but these errors were encountered:
API Token's configured on project level notifications are lost after TeamCity is restart.
Repro steps:
Looking in the generated settings XML you can see that the API token is not stored as part of the XML. I believe the problem is in the SlackNotificationConfig class in the core project. When SlackNotificationConfig is instantiated with an Element it tries to read the "token" attribute, but the token attribute is never added in the getAsElement method.
The text was updated successfully, but these errors were encountered: