Here, the updates/changes made in a project in past 24hrs should come as a summary in a single email. This should include all comments, issue updates, etc.. and I want to schedule it.
Hi @Jayanth,
I don't really see how you would collect all updates in a project, since that could indeed mean a lot of different things:
However, it is quite easy to pull a list of issues that were updated/created in the last 24 hours. You don't even need automation for that; create a saved filter with the following criteria:
project = <your project> AND ((created >= startOfDay(-1) AND
created <=endOfDay(-1)) OR (updated >= startOfDay(-1)
AND updated <= endOfDay(-1)))
Once the filter is saved, create a filter subscription for it to send you the list on a daily basis at a specified time.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jayanth
If you need a daily report of changes for your project, you can check Issue History for Jira (an app from my team).
You can customize it and add only a few fields you want to track:
Or get the report with all changes per project in one view:
It's also possible to send this by email. For scheduling, we have only weekly or monthly options right now (daily might be considered by request).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.