I have the following query in Jira DC that returns a list of all of the issues where Original Estimate is less than the 'Hours In Developing' field, which is a number field
issueFunction in expression("", "fromTimeTracking(originalestimate) / 3600000 < HoursInDeveloping")
I have confirmed that this works correctly in DC, but we are migrating to Cloud and the function cannot be converted using Scriptrunner Enhanced Search.
I have tried using the 'Ask AI' feature to show issues where the value in the Original Estimate field is less than the value of the Hours In Developing field (and other equivalent asks), but it was.....not particularly helpful.
Is there any way in Cloud to write a JQL query that will compare the values in two number fields?