Hi Team,
Hi @Lakshmi CH
I think there is no out-of-the-box solution for this. You may want to check out the third-party apps in marketplace.
Please refer: https://community.atlassian.com/t5/Jira-Software-questions/JQL-for-value-changed-in-custom-field/qaq-p/1552247
Hope this helps.
Thanks,
Vamsi
In Jira, the "History" tab displays a record of all changes that have been made to a ticket, including changes to fields such as the summary, description, priority, and more.
To see how many times a particular field has been changed within a Jira ticket, you can do the following:
You can also use the JQL (Jira Query Language) to search for tickets that have had a particular field changed a certain number of times. For example, you can use a query like the following to find tickets that have had the "Priority" field changed more than once:
project = PROJECT_NAME AND fieldChanged("Priority") > 1
This will return a list of tickets that have had the "Priority" field changed more than once. You can then click on each ticket to see the specific changes that were made in the "History" tab.
I hope this helps! Let me know if you have any other questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Deepak Rai ,
Thank you for the qucik response. Yes we know we can check in the history. We are looking for to get report on that. I tried with the below jql, I haven't seen any function with fieldchanged in scriptrunner function. The jql returning error.
project in ("TEST Project") AND fieldChanged("Priority") > 1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This was a post by an AI 'bot that has no understanding of Jira, please, ignore it for now, we're trying to get rid of all of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.