Priority updated using JQL

Rahul Aich [Nagra]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2015

Hi

I want to identify all the issues in my JIRA which has updated its priority from P2 to P1 in past 6 months.

Is this possible?

 

Rahul

1 answer

1 accepted

0 votes
Answer accepted
Nicolas Bourdages
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2015

Use the "Changed" operator.

https://confluence.atlassian.com/jira063/advanced-searching-operators-reference-683542529.html#AdvancedSearching-OperatorsReference-CHANGED

Your query would look like "priority changed FROM "P1" TO "P2" ("date1", "date2")

Mario Günter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2015

The "Changed" operator is genious to find out your issues by JQL! Unfortunately it doesn't work with components.

Ameya November 20, 2019

It works with components too. I tried and tested it.

Works like a charm.

Suggest an answer

Log in or Sign up to answer