Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Filter issues created on current day

Nathan Fletcher December 14, 2017

Can anybody give me some advice on how I can create a filter within JIRA Service Desk that show tickets that have been created during the current day?  So, at any point during the day, I can check to see which new tickets have been created.

2 answers

2 accepted

3 votes
Answer accepted
Deleted user December 14, 2017

Hello Nathan,

in JQL you have the option to use the function startOfDay().

created >= startOfDay()
2 votes
Answer accepted
Udo Brand
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.
December 14, 2017

try

created > startOfDay() 

 add some additional clauses to your needs 

Nathan Fletcher December 14, 2017

Thanks, works fine

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events