Is it possible to automatically generate a weekly report of any issues that have been updated/ edited that week? This would be for all projects/ spaces.
Hi @Natalie Keane , thanks for your post.
You could have a JQL like this
updated >= -7d ORDER BY created DESC
and then set up a Filter subscription to be sent once a week - https://support.atlassian.com/jira-software-cloud/docs/manage-filters/
Would that work for you?
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.