I have 2 or more issues, and a custom field Requested Date, how do I get the max of the requested date as i just want the most recent one. I wish to do this via JQL
JQL is about finding a set of issues that match criteria, it has no functions for processing the results (like picking one out for some reason)
You'll need scripts or code to further process the results of a query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just order by Requested date, with the most recent at the top :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the response. This will still give me all the issues with the latest one on the top. What I need is just that 1 issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So my question is why do you need only one? Are you writing a script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No I am not writing a script, just JQL, I am linking it to confluence and the requirement is to show only the last requested date when a particular event occured...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
then on Confluence jira macro you should be able to limit to one result only
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried that, but then I would have to have a separate filter for each one of them, and the complexity lies that I have the event occurring for multiple instances. I think I would need code only to filter out those results from the JQL
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.