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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I am trying to do a lookupObjects for two particular ObjectTypes only out of a group of about 10.
I was tying this
ObjectType In("Technical Approver Group","Support Group") AND "Updated" <= now() AND "Updated" > now(-7d)
but it is failing with a whole heap of formatting errors
{"errorMessages":["AQL \"ObjectType In(\"Technical Approver Group\",\"Support Group\") AND \"Updated\" <= now() AND \"Updated\" > now(-7d) and objectSchemaId == 5\" has invalid syntax at position 13 with error message \"mismatched input '(' expecting ' '\""],"errors":{}}
The output of this is going to be an email, is it possible to combine two object types into the one lookup.
I'm stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.