issuetype in (Epic) AND resolution = Unresolved AND createdDate >=
How would I use a specific date for the createdDate in this search?
You can use date formats like,
and period formats like,
You can use some specific word ship with jira like startofmonth() or put a date directly like this one "2019-01-01"
And createDate>=startofmonth(-1)
This will show you issue created since the start of the previous month.
You can also use
And createdate>="2019-01-01"
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.