Looking to create a filter that would show all work items that were resolved within 24 hours of being created. Is this possible with JQL?
Hello @ckopanon
That is not possible with only the native Jira JQL capabilities because it doesn't support comparing one issue field to another within the JQL.
Without an app what you can do as a work around is use an automation rule to calculate the difference between the Resolved and Created timestamps and store that information in another field. Then create your JQL to filter on that field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.