5

I think my devs have made a bunch of bad estimates and I just want to start this whole EBS thing from scratch. What do I do?

flag
1 
Allowing an admin to have more fine-grained control over this, rather than just a full reset, would be very useful as well. – cdeszaq Mar 19 2010 at 16:46

1 Answer

3

If you have access to the database, use this SQL to reset the EBS history:

UPDATE Bug SET ixPersonEstimator = -1 WHERE fEstLocked = 1;
link|flag
Thanks. Worked like a charm. – GollyJer Apr 1 2010 at 16:08

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.