GitHub issue search has these handy variables for date based searching:
closed:@today
closed:>@today-1w
closed:>@today-1m
This appears to be resolved to a date client side and then sent over. We would probably need to resolve this syntax the same way.
This would be nice for endgame too because we could ignore issues that were closed today since they are likely not in the Insiders build.
GitHub issue search has these handy variables for date based searching:
closed:@todayclosed:>@today-1wclosed:>@today-1mThis appears to be resolved to a date client side and then sent over. We would probably need to resolve this syntax the same way.
This would be nice for endgame too because we could ignore issues that were closed today since they are likely not in the Insiders build.