Get Slack notifications based on time in status

Sarah Green
Contributor
March 6, 2024

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?

1 answer

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 6, 2024

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.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events