Hi Team,
For every five minutes, a project automation I made sends the report to the Slack channel. Please refer to the project automation screenshot that is submitted.
However, the issue is that notifications are being sent from Jira to Slack, but I must modify the notification format because it's not getting delivered correctly.
"Please check the below issues:" this line is getting repeated for every issue, please refer to the attached screenshot.
I do not want to repeat it.
Project Automation as bellows:
Hi @Gajanan,
Enable the option Process all issues produced by this trigger in bulk in the Scheduled trigger (it's hidden under More options) and set this message template in the Send Slack message action:
Please check the below issues:
{{#issues}}
{{url}}
{{/}}
Let me know if it works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.