Hi All,
I have a client looking for a dashboard that shows:
The JQLs need to be displayed in two seperate gadgets, and change accordingly with the date.
Thanks ahead for anyone that can help with the JQL!
Best,
Johnathan
Hello @Johnathan
What is the definition of "completed"? Are they basing that on when the Resolution was set, or on when an issue was changed to a specific Status?
If the former then the JQL for "completed this week" would be
Resolved >= startOfWeek()
Refer to: https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#startOfWeek--
For tasks completed last week the JQL would be
Resolved >= startOfWeek("-1") and Resolved <= startOfWeek()
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.