Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

is there a way to pull a report of bugs that changed priority in the last x days?

SR
Contributor
March 31, 2020

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.

1 answer

0 votes
Mohamed Benziane
Community Champion
April 1, 2020

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

Suggest an answer

Log in or Sign up to answer