You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there a way to create a ticket escalation notification, if ticket has been sitting in “Open” status for X hours. Can I get Jira to send an email notification?
You can create a ticket escalation notification if the ticket has been sitting in one status for X hours using SLA Time and Report (developed by my team). This app lets you set a notification for overdue issues in its comments. And if your Jira notification settings are not changed, you will receive escalation to email after comments adding to issues.
Below you can see an example of approximate settings you can make for your query
Hi @Luke Shipley ,
If you have this requirement for a Software or Business project, you can try Time to SLA.
Time to SLA works with Jira Core, Software, and Service Desk projects.
You can configure your SLA to start with "Open" status, set your SLA Goal however you wish, select SLA end as a status or a date (whichever fits your requirement), and click save.
After defining your SLA, click on the cog icon in the SLA definition, click set notifier. In the notifier menu, you can select to be notified before a certain amount of time before the SLA breach or when a % or the SLA Goal is passed. You can adjust the repetition of the notifier, recipients, and notifier content.
You can configure email notifiers as well as Slack notifiers.
For more information, you can refer to our documentation here.
Please let me know if you have further questions.
Cheers,
Gökçe
Please note that I'm one of the members of the Snapbytes team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are a few ways you could manage this. The first (and possibly simplest) would be using a filter subscription, where you'd use JQL to display all tickets that are currently Open where the status was also open at a certain time (like 8 hours ago). You can include "assignee = currentUser()" to the search query, and when you set up a subscription, people would only get notification of the tickets assigned to them that match that criteria.
If you're looking at tickets that are unassigned, who will the notification being going to? You? Or a specific person, or the value of a Person field?
If this is service desk, you could set an SLA for whatever your first response should be, and add an automation rule to notify someone when the SLA is about to breach.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.