Bob,
Add the following JQL to your filters, that should help :
and not (status changed TO Closed AFTER -5d)
Best regards
Peter
sth. like this ... AND (status != closed OR status CHANGED TO closed AFTER startOfDay(-5))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks guys, it works!
Instead of hiding it after a fixed no of 5 days, is it possible to hide items done before Monday of the current week?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and not (status changed TO Closed after startOfWeek())
there ya go :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter, somehow tasks marked closed older than this week are still showing up (2-4 weeks old)
Is there any missing parameter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also use JIRA Search intent plugin.
So my current search is now (note: DONE is my version of "closed")
SearchIntent = parentsInQuery("status in ('this week', today)") AND NOT (status changed to Done after startOfweek()) ORDER BY status DESC, Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could it be that it should be like this :
SearchIntent = parentsInQuery("status in ('this week', today)" AND NOT (status changed to Done after startOfweek())) ORDER BY status DESC, Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bob,
Have the issues that still show up changes that have been done since monday?
Best regards
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found the solution.
I simply added your code and not (status changed TO Closed after startOfWeek()) into the board's work sub-filter setting
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please help explain more.
I understand how to use filter to include data.
But how do use filter to exclude data.
In this case, how to exclude tasks with "closed" that are older than 5 days old, while still showing all tasks from the other filters that is already in effect
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.
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.