Please help me to write a JQL query to find all the tasks which haven't been updated in 5 days excluding the weekends.
I have the following but it doesn't work:
( updatedDate < -5d OR ( updatedDate >= endOfWeek(-6d) AND updatedDate < -7d ) ) AND status != Resolved
Hi @Reza Modaresi, you can not do this with JQL but closest answer is discussed on this link https://community.atlassian.com/t5/Jira-questions/JQL-How-to-extend-my-past-day-query-over-the-weekend/qaq-p/432313
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.