I would like to have a report of all the bugs that were initially filed as priority = P0 and then lowered to P1 or lower priority in the past week. Is there any way to get this data directly on the dashboard? If not, how else can I achieve this? I don't want individual notifications.
thanks in advance.
Hello @SR
You can use the changed operator with the priority field
project = "ABC" and priority changed FROM "P0" during (startofweek(-1),endofweek(-1))
More information about this operator here
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/
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.