Closed YoungjaeKim closed 3 years ago
I uploaded v1.8.1 zip to Diagnostics > Browse Data directory, and checked it works fine. I can add a new Slack message now. There seems something in isChannelExists
logic.
Sorry for delay, you can download slackIntegration.json
from ~/TeamCity/data/config/slackIntegration.json
, remove plugin and install the new version. Then override this file and restart TeamCity once again
Did you try Try it
feature?
Probably you have the same issue as #129
Could you try v2.1.3 release?
@alexkvak Thanks. Let me try 2.1.3 today, and will circle back to you.
@alexkvak Confirmed it works fine at 2.1.3 version 👍 Thanks. The only issue is slow response after clicking the Save button on the dialog.
The only issue is slow response after clicking the Save button on the dialog.
this is because slack api client uses rate limit mechanism and in our case there are more than one request to it. So the second and all next requests are delayed
Hi. always thanks for your amazing job.
Note that I've already checked #121 and #122
For above reasons, I cannot create new Slack message to a build. hmm...
It just shows 'Unable to find channel with name ***' The channel name I've entered is just whatever well-sent channels now.
What can I check more?
TeamCity: v2020.2.3 (build 86002) Slack types: Slack Enterprise, both private/public channel tested.