Is there any way to set up notifications (or even reminders) in Slack based on the time a ticket has been in a certain status?
Hello @Sarah Green
You can use a query like this to gather the issues that are currently in the specified status ("In Progress") and have not had a status change in the past 10 days.
status="In Progress" and not status changed after -10d
Are you familiar with Automation Rules?
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
You could use the JQL above in an Automation Rule in a Scheduled trigger to get the issues, and add to the Rule a Send Slack Message action to send a message to Slack for each issue found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.