Hi @Никита Марасинский
Be careful of the data type you want to use, createdDate is not a data of the type "datetime". This type use the day but also the hour of the event.
Maybe you can use something like :
issueFunction in dateCompare("", "created +1d > resolutionDate ")
to find issues that the resolution date is less than 24h after the creation date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not out of the box.
What you can do instead is use the following JQL with both the columns side by side in your Issue Navigator. Not ideal.
ORDER BY resolved ASC, created ASC
There are ways to do that using an add-on too.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, i know some SQL functions, but i need this query for JIRA Desktop.
Anyway, thanks)
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.