I want to see all issues at the end of week (on Friday).
Hi,
You can use the JQL function endOfWeek(). Combine this with created or updated for instance.
Regards,
Geert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
created >= endOfWeek(-1) returns all issues created since the end of last week. See the documentation for more examples.
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.