I need to find records where "Resolved" < CreatedDate +30
Doesn't seem to support this.
Hi Steven, use this:
Createddate < 30d and resolution != null and updated date > 30d
I haven't tried it since I dont have access right now to a Jira instance, but basically you need to use AND to compare dates
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.