project = MKV and labels = agenda
what this does:
What I'd like to see
Is that possible?
Let me know if this is what you are after.
(project = MKV AND labels = agenda AND resolution = Unresolved) OR (project = MKV AND labels = agenda AND resolved >= startOfWeek(-1) AND resolved <= endOfWeek(-1))
@Brant Schroeder Thanks for the direction. It helped me get to this.
project = MKV AND labels = agenda OR project = MKV AND labels = agenda AND resolutiondate >= -1w
however there are two entries that shouldn't be there. Not sure why they are there. Am I missing something? There are no dates in these issues that are in the last week.
entries details:
created | updated | Last commented | Date Resolved | Status
22/Jun/21 | 29/Jun/21 | 2 weeks, 1 day ago | 22/Jun/21 | Resolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at the issue and see if there is anything in the history that would place them in the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brant Schroeder I did look at that previously and looked at it and the latest date was 29/Jun/21. I'm stumped why it's showing that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brant Schroeder - ok I think the original statement was incorrect. the OR operator matches both criteria. So they'll never drop off after a week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I provided pulls all issues that are unresolved and have the label agenda. It will also pull all issues that were resolved in the last week.
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.