I created a JQL with the following parameters:
project = ** AND createdDate = -1d AND issuetype = Bug OR issuetype = "Feature Bug"
I was hoping this would show me all bugs created the previous day but it is returning no results. Does anyone know what I am doing wrong here?
Try "createdDate > -1d" instead
The -1d means "go back 24 hours" and you want stuff after that point
(There's also some functions you can use which might be useful, but test the > -1d first)
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.