How can I filter all the tasks in which the "Time Tracking" field is over than "Original estimate"?
I can not find those fields when Im creating a filter.
Welcome to the community.
You can use the JQL function workratio for this
workRatio > 100 shows all issues whose timespent is greater than the original estimate.
Documentation on workratio
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.