My support users are quite anxious to know when new tickets arrive in the Unassigned queue, but they don't want to keep clicking on the queue in the list. From what I can tell, it seems that auto refresh is maybe a thing already, as per https://jira.atlassian.com/browse/JSDCLOUD-433 but it's not clear.
Is it possible to modify the JQL of the queue to check for new tickets at a specified interval?
Hi Chris,
I had a similar issue last week and clarified the exact interval for auto-refresh with Atlassian. For anyone else who may be interested you'll find the Atlassian response to my request here:
Once a queue is loaded, it keeps polling for the new data at regular intervals. The intervals are incremental, starting at 5 seconds and extending up to 1 minute between each polling. This is to avoid too many fetch calls when there are no data updates happening. If there’s an update to the queue, the corresponding API endpoint is called to get the latest data and the queue is refreshed. At this point, poll interval is also reset to 5s.
When the queue is not on an active browser tab, polling interval is set to 5m.
Yes, the little number buttons behind all the queue refresh as well. The calls are made at an interval of 1m since it’s a performance intensive operation to get the issue count for each queue by executing their corresponding JQLs one at a time.
@Chris,
The queues themselves will automatically add new tickets. If you are in a queue, as new tickets are added to the queue, that list auto refreshes and new tickets become visible. Are you talking about the little number showing how many tickets are in the queue, or the tickets themselves?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes they are most concerned about the little number not updating, so they can end up missing a new ticket if they don't click on the queue to view the contents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Chris
If you have a queue selected, that number will auto update as soon as the new ticket is brought into the queue. The lozenge for each other queue will update as you navigate between queues or on a page refresh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.