Hi!
We need to have our week run from Saturday - Friday, but I can't see any option to change this.
Reason for this is because our organisation is closed during weekends, but we still receive tickets that then get dealt with on Monday. This means that when we view dashboard gadgets etc, there is a skew of the data towards Monday.
Looking at stats for 'last week' essentially includes two days (Sat & Sun) of tickets that are technically part of 'this week'.
Hi Karl,
Yes you can do this with a modifier.
startOfWeek() starts Sunday 00:00 h, so if you add a (-1d) modifier to the JQL it will revert that back 24 hours to the previous day so startOfWeek(-1d) will start Saturday 00:00 h
Some additional details on the use of the modifiers can be seen in the blog post "The secrets of JQL everyone wished they knew" and the documentation for "Advanced searching - Function referance"
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.