JQL query to find all the tasks which haven't been updated in 5 days excluding the weekends

Reza Modaresi September 24, 2018

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

1 answer

0 votes
Burak Kocak September 24, 2018

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events