Hi there,
I'd like to be able to filter tasks that haven't been updated for a given number of days (eg. 2 days).
And to filter tasks that have been stuck in a status for 3 days.
How can I add such filters to the quick filters? I'd like to be able to see those tasks quickly by filtering on the board.
Hi @CTteam - Welcome to the Atlassian Community!
You can use this for stuck in the Status for days:
status = "In Progress" and status CHANGED to "In Progress" before "-3d"
And this for not update in a given number of days:
project = TLMC and updated < "-2d"
Hi @CTteam -- Welcome to the Atlassian Community!
Adding to John's answer...
To learn more about creating queries you need, please see this documentation and free training from Atlassian on JQL features:
Kind regards,
Bill
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.