I would like to know what the measuring unit of the field due in filters is. Is it seconds?
Creating filters for overdue issues was pretty simple, since due is less than zero then and the measuring unit for the time does not care. This is one sample of my filters:
status not in (Resolved, Closed, Done) AND due <= "0" ...
However, I would like to create some filters for issues that are due in less than or equal to one day or one week and so on. I could try to set some value and observe the behavior to find out if the measuring unit is seconds, minutes, hours or something else, but trial and error is more time expansive than asking + maybe someone else already had the same issue or has it in the future
You can use m, h, d, w. Examples:
due > 20d
due > '1w 20d'
due > 100h
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.