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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.