Hello, everyone! I'm using a rule in Jira automation that will send a message to a Slack channel if the call has been stuck in a certain status for more than 7 days. I need it to be a single message with all the cards that match this rule, i.e. a group of cases. However, when the message arrives in the channel, it duplicates the first line " Incidentes com mais de 7 dias sem post mortem" Does anyone know if it's possible to prevent the message "Incidentes com mais de 7 dias sem post mortem" from being duplicated? I tried using {{#lookupIssues}} - {{/lookupIssues}} but in addition to not working, it deletes the issue information. Here's an image of how the message is currently arriving
In short: I need the message to arrive this way but without repeating the 7-day message. In other words, the message "Incidentes com mais de 7 dias sem post mortem" and below it all the issues related to the rule
Does anyone know if it is possible?
Hi @Kauana Rodrigues dos Santos
I hypothesize your rule looks something like this:
That will iterate over each issue found by the JQL from the trigger.
One way to send one message with all the issues is using the Lookup Issues action: https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
Kind regards,
Bill
Thank you very much, it helped a lot and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn it is working! Please consider marking this question as "answered" to help others with a similar need find solutions faster. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.