Hi. We've created a structure to pull in tickets and their sub-issues and want to identify the tickets that do not have any sub-issues. Looking at the cookbook, we should be able to use the "leaf" query in the Structure search type S-JQL but the structure is returning zero results (when visually you can see many).
We've done a full reindex and this has not fixed the issue. Are we using the leaf query incorrectly? If so, how can we do a search within the structure to return all issues that do not have any children?
Thanks for your help :)
Hi. Have confirmed that Unresolved filter is not turned on and leaf is still not returning results via the SJQL search in the structure. Have sent email to support@almworks.comwith the error messages.
Yes, you should be able to write just leaf in the structure's seach box and see the results; my previous question was just to see if the problem is in the S-JQL search (it's not) or in some other place.
Could it be that you also turned on the 'Unresolved' filter and all of your leaf issues are resolved? In this case you should just click the button that reads 'Unresolved' to show the resolved issues back.
If it doesn't help, please open the browser console to see if there are any error messages (Ctrl+Shift+J in Chrome). If you see any error messages, please copy all the contents of the console and send to support@almworks.com for inspection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you should be able to write just leaf in the structure's seach box and see the results; this is just to see if the problem is in the S-JQL search (it's not) or in some other place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi. That returns the results we need but shouldn't we also be able to do a leaf search in the S-JQL search in the structure? Or is the same full syntax needed in the S-JQL search in the structure?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How many results do you see if you run the equivalent JQL search in the JIRA's Issue Navigator? The query would be
issue in structure('structure name', leaf)
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.