Hi,
I try to send a single Slack message using JIRA automation and the webhooks, and using a query.
The problem is that instead of sending a single message, for ex.
This is the list of issues with some problem:
I receive one single message by issue, something like that
This is the list of issues with some problem:
This is the list of issues with some problem:
This is the list of issues with some problem:
How can I package in one single Slack message, to avoid the spamming in the group?
Thanks for your help
Hi @j.saceda ,
I think this can be done using smart values in the automation rule.
The page Run a rule against issues in bulk contains an example on how you can include a list of different issues in an email. You can reuse the same code for your Slack automation rule.
Best regards,
Kris
Hi both and thanks for your comment!
With Kris message, I was able to send a single Slack message with all the issues in a bulked way.
The link sent in your comment was not working, but I could find it here
The key was in this picture/step
We can close this issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @j.saceda ,
It seems like you are not be able to get list of multiple issues and their details in one Slack message.
Actioner, which is a Slack app builder, can help with your case through simple customization steps. We recently introduced a Jira-Slack integration. It might be worth to check it out!
In case you’d like to customize this app, you can implement any of the below options depending how you’d like to display your Jira issues in Slack.
1- You may customize the output of the ‘Search issues’ action to list the issues according to your search query.
2- Recurring jobs would help you to get listed issues daily/weekly, etc in Slack.
3- Whenever a Jira issue matching with your criteria is created (or updated), it is possible to customize Actioner’s Slack notifications to show all related issues in a single message.
If you are interesed please let me know. I'd be happy to assist you in such a customization!
Best,
Tugba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.