Hi All,
I wan to sent a weekly status report every Friday at 7 PM, How to do that?
I want my report to look like this , it can be html or text format:
Weekly Issue Counts:
- Reported Issues:
- Closed Issues:
- Moved to In QA:
- Moved to Dev:
This has a count of any issue reported, closed, moved to dev or qa in this week only.
I tried but failed.
Had created 4 filter and then used them in rule.
Weekly Issue Counts: - Reported Issues: {{filter("Weekly Reported Issue").count()}} - Closed Issues: {{filter("Weekly Closed Issue").size()}} - Moved to In QA: {{filter("Weekly In QA Issue").size()}} - Moved to Dev: {{filter("Weekly In Development Issue").count()}}
Hi @Development ,
I think this is a duplicated request since it seems the same as explained here: https://community.atlassian.com/t5/Jira-Service-Management/Need-to-send-weekly-status-report-with-counts/qaq-p/2823106
I submitted a reply there, I invite you to take the conversation and solution there.
Regards,
David
Thanks @David Freitez , It works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Development
I am glad I was able to help you, kindly consider to mark my answer as accepted if it was helpful to contribute to your problem being solved.
Regards,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Development
If you are interested in receiving a weekly email per assignee with time in status or time to assignee data, you may find this article helpful: https://community.atlassian.com/t5/App-Central-discussions/Time-in-Status-email-notification/m-p/2567085#M3088
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.