Trying to create a static update in confluence that is able to show the the Jira tasks that were in progress during a specific week. I am fine to hard code the dates.
I can get this working for resolved dates by using resolved >=2022-10-30 and resolved <= 20022-11-05
Hi @Joseph
Have you try ql below ?
status WAS "In Progress" DURING ("2022-10-30", "20022-11-05")
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.