Forums

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

Jira cloud Service desk queues

Gira Desai
Contributor
August 8, 2024

I have created a queue called "Daily Created Issues" but keep using issues from previous day. What do I need to modify where only tickets created within 24hrs appear in that queue. I have attached a screenshot for reference. 

Screen Shot 2024-08-08 at 9.28.40 AM.png Screen Shot 2024-08-08 at 9.33.13 AM.png

2 answers

2 accepted

6 votes
Answer accepted
Dirk Ronsmans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2024

Hey @Gira Desai ,

Do you want to see items from the last 24 hours or just from today?

If just today then created >= startofday() should be enough (without the -1d)

the additional parameter you added actually goes back to the start of yesterday instead of the start of today

Gira Desai
Contributor
August 8, 2024

@Dirk Ronsmans Thank you for your feedback. That is exactly what I needed and have modified my query and it worked. Help is greatly appreciated!

Like • 2 people like this
0 votes
Answer accepted
Victor Law
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2024

Hi @Gira Desai

Welcome to the Atlassian Community.

Perhaps you can consider the following JQL query for issues created in the last 24 hours:

created >= -24h

Thank you.

Gira Desai
Contributor
August 8, 2024

Hi @Victor Law 

Thank you for your reply. I modified JQL query as suggested but still not seeing any change.  

Victor Law
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2024

Hi @Gira Desai

The JQL provided in the previous post includes all the Jira issues created in the last 24 hours. Hence, it will still include some tickets from yesterday.

If you are looking for a JQL query that focus on the tickets created Today (after 12:00 am), then you can try the following JQL instead:

created >= startOfDay()

Thank you.

Gira Desai
Contributor
August 8, 2024

@Victor Law That work!!! Thank you so much. This is very helpful.

Like • John Funk likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events