I would like to know if its possible to write a JQL, that enables us to know if the "Summary field" in the ticket was changed ?
Is it possible to write such a JQL ?
Thanks!
No, certainly not with out-of-the-box Jira. I just tried typing summary chan in the filter editor box and intellisense didn't offer changed. It may be possible with an add-on, but I am not aware of any. Using the REST API and code (if you're able) would allow you to trawl through each ticket's history and find changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.