How can I see issues at the end of week using JQL?

Anna Kuzova September 24, 2014

I want to see all issues at the end of week (on Friday). 

1 answer

2 votes
Geert Graat
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2014

Hi,

You can use the JQL function endOfWeek(). Combine this with created or updated for instance.

Regards,

Geert

Anna Kuzova September 24, 2014

Can you give an example?

Geert Graat
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2014

created >= endOfWeek(-1) returns all issues created since the end of last week. See the documentation for more examples.

Suggest an answer

Log in or Sign up to answer