How can I link Jira to Slack in such a way that I can set a daily reminder that there are X number of tickets in a project with the status of Code Review?
Hey Daniel, welcome to the Community!
I've written an article describing how to set up daily reminders into Slack for Jira issues that meet certain criteria, using Jira's Automation engine. You can set these with JQL - so in your example, you'd use a JQL filter that looks like
project in (XYZ) and status = 'Code Review'
The rule setup is a great introduction to Jira's automation! Take a look at the article here: Morning Slack digest of Open Jira issues
Cheers,
Daniel
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.