As a PM, i would like to know which issues has changed every sprint or week, how this is possible ?
Hi @Carlos Lopez Perez -- Welcome to the Atlassian Community!
You could use JQL to search for such issues, and then perhaps save that as a filter, subscribing for weekly updates.
For example, this would provide issues updated or created since the start of the week:
project = yourProjectName
AND updated >= startOfWeek()
ORDER BY Key ASC
To learn more, please look here:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.