Skip to main content
Skip table of contents

Time in Status Email Alerts

πŸ“ Context: Monitoring how long issues or tasks stay in particular statuses (like 'In Progress,' 'Review,' 'Testing,' etc.) is crucial for project management. Setting up email notifications based on the time issues spend in specific statuses can help elevate your team's efficiency. This guide explains how to set up email notifications based on issues in particular statuses using Jira Automation and the Time in Status custom field feature.

πŸ€” User Problem: Teams need a way to monitor how long issues stay in particular statuses and receive notifications when tasks are nearing their due dates or when specific conditions are met. Jira Cloud does not natively provide a "time in status" field, so using a custom field feature like Time in Status is necessary.

Jira Cloud does not natively provide a "time in status" field to show how long an issue has been in a particular status.

First, create custom fields to display Time in Status on the issue card - Custom Fields: Jira Time in Status Tracking for Improved Productivity.

So now, let's set up the email notification.

To set up Automation in Jira, go to Project settings β†’ Automation.

image-20240821-094218.png

Then click Create rule.

image-20240821-094237.png

Then choose Scheduled.

image-20240821-094258.png

And fill all the rows.

Then add component β†’ Add an action β†’ choose "Look up issues."

image-20240821-094320.png

Here, you need to write JQL to find all issues in status about which you need to be informed. For me, it:

status="Progress"

image-20240821-094339.png

Then, add a component β†’ choose "Send email"

image-20240821-094402.png

And create content for your Jira email notification.

image-20240821-094421.png

Where :

  •  {{#lookupIssues}} 

  • {{/}}  β€” this pair of commands works like cycle to iterate through your tasks

  • {{TIS [VIT board]}}  β€” name a custom field of Time in Status for the Jira add-on that tells you how much time your issue stayed in a particular status 

  • {{key}} β€” is a task key 

  • <a href="{{url}}"></a> β€” gives you clickable link to task 

Last but not least, Name your Jira Automation. 

image-20240821-094444.png

So, as a result, you have a Time in Status report email notification with linked issues. So you will be informed about all the delays and bottlenecks by your inbox. 

image-20240821-094537.png

πŸ“ˆ Outcomes:

  • Monitor Status Duration: Keep track of how long issues stay in particular statuses.

  • Receive Notifications: Get email notifications when tasks are nearing their due dates or when specific conditions are met.

  • Improve Efficiency: Elevate your team's efficiency by staying informed about delays and bottlenecks.

  • Automate Workflows: Use automation to streamline your project management processes.

If you need help or want to ask questions, please contact SaaSJet Support or email us at support@saasjet.atlassian.net

Haven't used this add-on yet? Try it now!

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.