We have standard issue tracking system (home grown for internal use only) and plan to add planing capabilities as all task have all necessary data to make estimation.
So each task have:
- more or less accurate estimated time
- accurate spent time
- more or less accurate percentage completeness
- accurate beginning/schedule date
- task owner
Also we have scheduled version which is a group of tasks.
We don't know how to ask to question:
how many hours we must spend to release end
according to tasks time data and version schedule date?
or:
do we finish version to specified schedule?
PS Seems that percentage completeness is less accurate and we decide to drop it...