Email Daily Status

LearnerDQ July 10, 2012

Hi All,

I am using Atlassian JIRA (v4.2#587). Is there any way to have JIRA automatically send an email at the end of the day that contains:

1. Today, which cards were added?

2. Today, which cards are "In Progess"?

3. Today, which cards were resolved?

The email will be sent to team members in the specific project.

It will help us in the Daily Scrum, we have to ask 3 questions(What did you do yesterday? What was your obstacles? What are you going to do today?).

Thanks

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2012

JIRA lets you automatically receive mail for predefined search results.

https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email

You can create filters with JQL like this:

1. created >= -1d

2. status = "In Progress"

3. resolutiondate >= -1d

Suggest an answer

Log in or Sign up to answer