Hello,
created < startOfWeek(5d) and created > startOfWeek(1) should match issues created from Monday to Friday
AND
created >= startOfWeek() OR created >= startOfWeek(6d) should match the issues created trough weekend Saturday, Sunday
But it does not work properly
For first one to show Monday it need's to write created < startOfWeek(5d) and created > startOfWeek() but then the function also includes Sunday and ">" acts like ">="
If anyone could explain why is acting like this, I would appreciate it greatly.
Also, the function sees Sunday as first-day altho we are in Europe and Monday is the first work day
Okay my bad I didn't add "d" to the second part of the function
created < startOfWeek(5d) and created > startOfWeek(1d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I marked this question as answered.
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.