Dear Community,
It is great to connect with you all again!
I am currently working on retrieving historical data and require assistance with a specific JQL query challenge.
I need to generate a list of all issues that were ever classified as P1 or P2 at any point during their lifecycle, even if their priority was subsequently decreased and the issue was ultimately resolved.
Since standard JQL queries only filter based on the current priority, they do not capture these historical changes.
Has anyone utilized a specific method, advanced JQL function (e.g., from an app like ScriptRunner), or a technique to successfully query the Issue History for past priority values?
Any guidance on how to extract this historical data for tickets that "had priority = P1 or P2" would be greatly appreciated!
Thank you for your insights.
priority was in (P1, P2)
Thats the JQL
Enjoy
Hi @Radia Dev
Adding to David's suggestion, here is the documentation for the WAS IN operator:
https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#WAS-IN
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.