Working on Jira Assets and trying to get a confluence page to reflect some info.
Object types that i have:
Boxes has just lists of items with their basic attributes and has an attribute as Owner which looks up from the Owner object type.
Owners is a list of the required users and has an attribute to lookup User on Azure (this has been done for a specific reason as i have changed the above to not show the exact data we are using).
I want a confluence page to show a logged in user what they are the owner of. As it needs to look up the data of an attribute, its become a bit tricky.
I'm trying to use objectType = Boxes and inboundReferences(Owner = currentUser()) but its having none of it.
Any ideas?
Thanks
I don't seem to be able to delete this post as i figured it out.
For anyone that cares, the answer was:
objectType = Boxes and object HAVING outboundReferences(User = currentUser())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.