Hi all,
I need to get the JQL to determine the minimum start_date and the maximum due_date of all the child issues of a give task.
Can you help me with this?
Hi @Maximiliano Crosa -- Welcome to the Atlassian Community!
First thing, what problem are you trying to solve by doing this? What will you do with the min and max once you have them? Knowing that may help the community to offer better suggestions. Thanks!
Until we know that...
Out-of-the-box JQL cannot find things like min, max, etc. for a set of issues. It is not an actual SQL, but instead a tool to help find issues for boards, reporting, etc.
Some possible work-arounds you could:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
welcome to the community!
If you're open to solutions from the Atlassian Marketplace, you may want to have a look at the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
With these, you can build a view like e.g. this in just a couple of clicks:
This is really just one of a virtually endless number of possible views and reports - you can also e.g. group your issues by any issue field(s), configure different sum-up styles, etc. etc.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maximiliano,
you cannot use JQL to obtain minimum and maximum values from field issues.
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.