Feature Request: Hours Per Person Probability Report - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-20T01:10:36Zhttp://fogbugz.stackexchange.com/feeds/question/1896http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/1896/feature-request-hours-per-person-probability-reportFeature Request: Hours Per Person Probability ReportMarc Moroz2010-02-10T05:10:34Z2012-09-21T14:14:16Z
<p>I looked to see if this was already asked. I found <a href="http://fogbugz.stackexchange.com/questions/1434/feature-request-include-user-estimated-time-remaining-in-the-burn-down-chart" rel="nofollow">http://fogbugz.stackexchange.com/questions/1434/feature-request-include-user-estimated-time-remaining-in-the-burn-down-chart</a> but wasn't quite what I wanted to ask and I didn't want to hijack that question.</p>
<ul>
<li>We have probability of completion for each user on a project.</li>
<li>We have burn down charts that show the probability of the remaining hours on a project.</li>
</ul>
<p>Can we get something that shows the probability of remaining hours per person on a project?</p>
<p>This would really help me. I'm already using the estimated time remaining of each user for various reasons, including forecasting the remaining cost of the project. It would be really valuable to use probability for this like we're doing for everything else with FB.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC2038277</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/1896/feature-request-hours-per-person-probability-report/1903#1903Answer by cdeszaq for Feature Request: Hours Per Person Probability Reportcdeszaq2010-02-10T15:17:18Z2010-02-10T15:17:18Z<p>This sort of a report shouldn't be too hard to pull together. The core of it is already presented in the "Per-User Completion Dates" report. To convert to hours left at any given probability (in this case, 5, 25, 50, 75, and 95%), just take the number of hours that person works on the days from now until that date (base it on their schedule/holidays), and that will be the number of hours needed to complete it along with the corresponding probabilities.</p>
<p>I am sure the actual calculation under the hood is more complicated than that, but it would seem to me that a date in the future is pretty much the same as the number of hours needed to reach that date.</p>