We have a custom asset field that is working as it should. What we need to be able to do is display all of the records - based on an AQL filter used on the custom field. The way it works now is even if 4 records would be returned from the filter, only one record displays on the issue. Is there a way to display all of the records found on the issue?
Thank You!
Hi, @Crystal Rouse 👋
First, I moved your question to ‘Jira Service Management questions’ because as far as I can tell, you are using out-of-the-box functionality — not an Atlassian Marketplace app.
Second, I am no AQL expert but did find a relevant reference to this topic in the Data Center documentation for AQL.
Look for ‘Using the objectTypeAndChildren() function’ on this page:
Advanced searching: AQL - Assets Query Language
Be sure to set the Data Center version to the one you are using (I used the doc for latest version).
That said, I am going to assume AQL works like JQL and CQL and that you can only find the linked issues of a parent issue one issue at a time. This is because the syntax requires you to use the ‘ID’ of the parent issue.
I hope this helps,
-dave
We figured out how to do what we needed by using An Asset Read Only Custom Field an an AQL filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.