I'd like to create some automations that perform the following:
- Gather counts of issues by issue type and status
- List issues older than X days
- Send a notification to Slack
This will likely require 2 different automation rules, one for the counts and one for listing items older than X days.
I've configured the Slack integration correctly, and message are posted in the slack channel. However, my issue is that the automation basically only sends a line including the status of each issue, and it does so individually. So when this runs, I get hundreds of one-line slack messages with a status, and nothing more.
Has anyone else successfully configured something like this? It seems I'm just setting up the queries incorrectly when attempting to retrieve the counts, or maybe configuring the output message incorrectly.