Hello,
I need to grab all remaining tickets from epics that have a DueDate less than a given dead line. From my searches I found similar questions from a few year ago using `allIssuesInEpic` and I am using it like below
issue in allIssuesInEpic("duedate <= '2024-07-01'") order by created DESC
but I am getting the following error:
Hi @Mircea Craciun,
unfortunately, this is trickier than one might think; as a hierarchical query, it would really require some kind of "join" or "subquery", which isn't available in plain Jira/JQL.
A few directions forward:
If you want to run your search dynamically, without manually "stitching" two queries together, you'll need extra tooling:
Hope this helps,
Best,
Hannes
Just to expand on the last point, this is how this would look in the app that my team and I are working on, JXL for Jira. Put simply, you'd create a sheet with all issues that are potentially relevant to you, enable the default issue hierarchy (that's just one click), and then use JXL filtering capabilities to narrow down to the issues that you care about:
Once you have your list of issues, you can work on these directly in JXL (much like you'd do in e.g. Excel or Google Sheets), trigger various operations in Jira, or export them for further processing.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Am trying this now, but we only have Due Date on the epic. I did a grouping by parent, but then I have a bunch of epics "with no parent" of course. If I remove the epic from scope, then due dates are not shown on parents. What would be a better grouping and scope for this case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for getting back to me!
What I did in the above clip is
Mind giving this a try?
If this doesn't work, kindly reach out to us at https://jxl.app/support so that we can look into this in more detail.
Many thanks,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hannes Obweger - JXL for Jirathat worked, thank you.
Can we also do sum-up per epic?
What about per assignee?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
apologies - yes, you can use issue grouping to group your issues by Assignee or Parent (or any other field, for that matter), and enable the sum-up feature to see sum-ups for these groups.
For more advanced use cases, you can also add any number of grouping and/or sum-up levels to a custom issue structure. There, you can also combine grouping and sum-ups with issue hierarchies.
If you haven't yet, I'd recommend to check out our quick demo video here. It gives a great overview of all the things that JXL can do for you.
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, custom structure grouping with sumups seems to have solved it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mircea - This looks like a ScriptRunner function. Do you ScriptRunner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never used it. I just installed it but I still get the same error. I did a JQL Keyword sync and the same. What else do I need to do to get this working?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, not a ScriptRunner user, but it should be available after you do the install. Maybe log out and back in again?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.