Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
I have tried several variations of {{#lookupIssues}} } {{/}} but have had no success. For me, I receive multiple emails. For example, if my JQL returns 5 issues, I receive 5 emails. Am I missing something?
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
You wrote - ". It could also mean commenting, transitioning, or updating every issue in the list. Magic!"
How can edit a field for all issues in the list? I couldn't find a solution that doesn't include Scheduled Trigger. I would like to use it with Manual Trigger or use it as an post action for another rule (for example - after sending the Slack message with the list of issues, change a custom field value for all issues in list).
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jun 28, 2020 This new feature is unfortunately only available for the Cloud version of Jira automation right now (as opposed to the Automation for Jira app)
Is there no way to get the three groups into a single email?
I'm attempting to figure this out but just can't. The closes I can get to filtering on lookup issues is as below.
<ul> {{#lookupIssues}} {{issuetype.name}} //Just prints it to make sure there's nothing wrong with the list {{#if(issuetype.name.equals("Bug"))}} <li><a href="{{issue.url}}" target="_blank">{{key}}: {{issuetype.name}} - {{summary}}</a></li> {{/}} {{/}} </ul>
This only prints the issuetype.name from just inside the {{#lookupIssues}} loop. It doesn't seem to enter the #if.
Hi @Christian Macedo , I wasn't able to get that to work either. Instead of using the #if, incorporate your issuetype = Bug into your lookupissues JQL. Then, create a new rule for each issue type you want to push to Slack.
53 comments