I have my automation rules written in production , however its getting copied to my Testing environment and end up creating false alarms to audience.
So I'm trying to do a condition check using two options , Both not working
1. To check for {{baseurl}} before triggering the alarms to audience.
2. To check for {{issue.url}} starts with "https://jira.perf"
Hello @Boofem
Smart value is just {{baseUrl}} , not {{issue.baseUrl}}.
Please log it first to verify and then include that in your If condition.
You can check against a known part of the URL.
For example, extract string before abc.com like below:
{{baseUrl.substringBefore(".abc.com")}}
and then check if that equals
worked when I tested locally.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome. Please consider accepting answer so it benefits others. 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.