You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am setting up some automation rules that involve searching the assets library.
I am searching an employee table to pull a department attribute from the table.
That AQL looks like this
objectType = "Internal" AND "Email Address" = {{reporter.emailaddress}}
Then I'm performing another Lookup objects and passing that value to get data from another table containing department information
objectType = "Department Owners" AND department = {{lookupObjects.Department}}
This works unles the department has an & or other special character.
Is there a way to escape have this value automatically escape special characters?
{{lookupObjects.Department}}
Hi @Patrick Olson -- Welcome to the Atlassian Community!
Some things to try are to first wrap that smart value in double-quotation marks before comparing to the Department field, and if more is needed try using one of the encoding functions that will escape that text: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.