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