Hello,
how can I compare 2 fields in a JQL query? I want to list the requests that timespent> timeestimate to list requests that exceed the time originally planned.
Thank you in advance for your help.
Best Regards
Hello, Benoit
If I understood your request correctly, you want to filter all the requests that have exceeded the original estimated time.
You can use the Work ratio keyword to achieve that. Work ratio is calculated as workRatio = (timeSpent / originalEstimate) x 100. Searching by type = Request and workratio>100 should do the trick!
I’d recommend checking out of Advanced searching under Keywords reference for further details on this topic. Feel free to ask if you have further questions.
Cheers!
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.