I have another question now about conditional syntax. In my JQL filter I'm looking for 2 bug statuses to submit in the same automation, but I don't want to show this information together in the Slack message. I want it to appear like this, for example:
@here Hello!
There are open bugs.
High Priority (bug list)
Normal Priority (bug list)
I don't know how to do this. Do I need to put the {{#lookupIssues}} twice? How do I use the conditional?
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.
Unfortunately the information on that page didn't help me. I understand that I need to do an if with a lookup inside it, but I'm not able to filter to show only if there is such a condition (it would be a combined conditional). Do you know how I would do that?
The if(equals...) works, but the if(exists....) doesn't and it's sending the same bug list for everything without filtering the priority (or just doesn't). I would like you to check if there is the bug with the defined priority and, if so, send a list of them.
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 almost have it...please nest the filtering inside of the lookup, add a missing parenthesis, and check the name rather than the priority value. For example:
Thanks! Is there any way to display the priority name only once if the priority exists? If I put the priority name inside the if(equals...), the name is displayed for each bug in the 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.
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 want to create a single automation for "Version Created" + "Version Updated". There is a rule for "Multiple issue events", but none for "Multiple version events".
Is there another way to create a version event automation that triggers on multiple event types, or do I need to create two separate automations?
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.
36 comments