Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get total count of tickets in project queue?

Terrance Bennett September 18, 2018

Using as a search string the last Friday to current or coming Friday?

Not wanting to use last 7days (project = SEC AND created >= -7d ) need to use calendar friday to friday.

 

thanks in advance

 

2 answers

2 accepted

3 votes
Answer accepted
Gregory Van Den Ham
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 18, 2018

how about something like:

created >= endOfWeek(-1) AND created <= endOfWeek() ORDER BY created ASC

There's also the startOfWeek JQL that will get you the Monday, likely dependent on how you have Jira setup.

Terrance Bennett September 18, 2018

Thanks were able to use the date by, thanks to Norman Weekes

project = NNAME AND created >= "2018-09-14" AND created <= "2018-09-21"

Gregory Van Den Ham
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 18, 2018

Awesome, one way has a static date and the other has a dynamic that you can save as query and dashboard.

Either way works though ;)

Like Terrance Bennett likes this
1 vote
Answer accepted
Norman Weekes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2018

Can also do:

project = SEC AND created >= "2018-09-14" AND created <= "2018-09-21"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events