Hi,
is it possible to filter issues by latest End Date, so that I can see the project End? And I also want to filter the earliest Start date of all issues.
thanks and regards
Robert
You cannot find MAX or MIN value using JQL, but you can add ORDER to get latest \ earliest dates on the top of results.
Something like:
project = Sandbox ORDER BY "End Date" ASC
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.