need jql: reopened tickets during week start and end.
Hello,
can you try this :
status changed TO "your status" DURING (startOfWeek(-1w),endOfWeek(-1w))
Hope this helps
maybe something like this?
status was Done BEFORE startOfWeek() AND status changed to "to do" after startOfWeek()
tweak to align w/ your workflow, e.g. you might need to change the actual statuses here.
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.