You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is there a way to automate Jira so that at the beginning of each week it sends an email to the 'people' in the project with a summary of the previous week's activities?
Hi @Maria Fernanda Costa de Melo
What problem are you trying to solve by doing this? Knowing that may help the community to offer better suggestions. Thanks!
Until we know that...
What do you mean by a "summary of the previous week's activities"?
If you mean a list of any issues created or changed, you could create a JQL statement to list those issues. To learn more about creating such JQL, please look here: https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-search-in-jira-cloud/
Once that JQL is created, you try the following:
Kind regards,
Bill
Hi @BIL !
Thank your for answering me. I'd like to set up an automation so that I can get a summary of the week's activities for myself and my team, for example: what was created? any tasks completed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please try creating the JQL first, perhaps using the date functions like startOfWeek(): https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#startOfWeek--
With that you could use a scheduled trigger rule to run weekly.
To get you started on creating your rule, please refer to these documentation and example sources:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.