Hi experts,
Recently, I want to download the issues during every week.
How can I use JQL language to query the result?
I know I can use this command many times. For example, like this.
"Closed Date" >= "2020-06-08" and "Closed Date" <= "2020-06-15"'
.
.
...etc.
I tried to generate the JQL with "AI for Jira", you can try it:
resolved >= startOfWeek(-1) AND resolved <= endOfWeek(-1)
Follow your thought. I made it. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think what you are looking for are these 2 JQL functions:
Hope this helps
Best,
Lukas
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.