How do I do a filter where I get all issues where original estimate was less/more than actual/logged work?
originalEstimate <= 1h for example works, but if I want to see ALL issues in a project where the originalEstimate <= work logged so far, is there a way to do this?
Hey Larry,
Using JQL you will not count the worklogged as this is just a way to change the remaining Estimate.
So I think that the best way for you to achieve what you want (which I suppose is that you need to know if you are near "Original Estimate" blowing) you can make a jql comparing original estimate with remaining estimate.
Just remember that both values expect a time on it so you will not be able to use originalesetimate >= remaining estimate.
Instead you will need to compare each one with a valid value
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.