A user has two fields in their project, "Environment Name" and "Date Deployed to Live". They want to select the latest date for each Environment Name. Any pointers?
JQL won't do that, it's for getting a list of issues, not retreiving or reporting on their data.
But, in the issue navigator, you can just search for "Date deployed to live is not empty order by date deployed to live desc" and it'll give you a list of issues, with the first one being the latest.
Thanks Nic, this is what I suspected. For now we will have to extract the issues into Excel and report from there.
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.