Yes, you can prevent Slack notifications when bulk updating issues! If you're using the YouTrack App for Slack, simply use the command dialog for your bulk update and select the Apply without notifications option. This will suppress all notifications for that update, including any Slack notifications.
At the moment, choosing not to send a notification only prevents emails from being sent, but Slack notifications are still triggered.
As I mentioned, this behavior applies specifically when using the default YouTrack app for Slack. Since you're using a custom script, the "Apply without notifications" option has no effect on the script.
Hence, you need to design this logic within your custom solution. For example, you can silently add a tag to these issues that you want to update, then include logic in your script to check for this tag and skip sending notifications for issues that have it.
Hi,
I'm Sergey from the YouTrack team.
Yes, you can prevent Slack notifications when bulk updating issues! If you're using the YouTrack App for Slack, simply use the command dialog for your bulk update and select the Apply without notifications option. This will suppress all notifications for that update, including any Slack notifications.
Let me know if you have any questions!
Hello Sergey,
At the moment, choosing not to send a notification only prevents emails from being sent, but Slack notifications are still triggered.
Below is the script we’re currently using to send notifications to Slack:
Hi there,
Thanks for your response!
As I mentioned, this behavior applies specifically when using the default YouTrack app for Slack. Since you're using a custom script, the "Apply without notifications" option has no effect on the script.
Hence, you need to design this logic within your custom solution. For example, you can silently add a tag to these issues that you want to update, then include logic in your script to check for this tag and skip sending notifications for issues that have it.
If you have any questions, please let me know.