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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.