I need to find tasks that were last updated more than six months ago?
Hi @Ivan Andrieiev Are you talking about the issue type Task in Jira?
In that case, try the following JQL:
issuetype = Task AND updated <= endOfMonth(-6)
JQL: updated <= -180d
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.