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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.