Hello. I would like to search Jira Assets for objects with no inbound references. I am using this example:
If you want to find all "Person" objects with no inbound references, your AQL query would be: objectType not in objectTypeAndChildren(Person) AND inboundReferences() = null
I've tried this and it does not work. Any help is appreciated!
Marcie
I just got it to work by removing the parentheses after inboundReferences(). It did return an error although I may have gotten what I need.
Error: No matching attribute for AQL clause (inboundReferences)
I admit I'm not great at using query languages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.