I d like to do a query for issue created before on week ago (so suppose today is Tuesday I need the issue created from previous Tuesday, so suppose today is Monday I need the issue created from previous Monday(
project = "YOURPROJECT" and created >= -7d
or for all projects, simply
created >= -7d
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
where do you add that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
doesn't work, it brings the period and not the specific day;
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.