0
votes
1answer
37 views
Estimate (Current) Disappears when case is Closed?
So we've created these wonderful case outlines with no task > than two hours and the estimated and elapsed time roll up nicely to be summed for each parent case. Worked great.
Unt …
0
votes
1answer
35 views
Estimate values should always be in the same units
In FogBugz Version 8.6.50 (DB 786, Build 0):
Sometimes I get 'Estimate' values that look like this:
Estimate
original: 30 minutes
current: 30 minutes
elapsed: 0.78 hours
…
1
vote
0answers
41 views
Best way to do estimates for pair programming
I was wondering how estimates and estimates-based-scheduling should work when you have some cases that are worked on using pair programming.
Only one person can estimate but if bo …
3
votes
1answer
59 views
Parent Cases don’t correctly calculate Estimated Time Remaining
We group and categorize tasks within a release under parent cases that reflect larger components/user stories/features/etc.
FogBugz does not now correctly calculate the Estimate …
3
votes
2answers
5k views
How to Estimate Software Tasks
What are your best practices for estimating software tasks?
2
votes
1answer
32 views
Custom Field Type of “Time Estimate”
When entering a project into FogBugz we'd like to enter in (and keep) the initial "Quote Estimate". In other words, "how long did we tell the client this is going to take?". Curren …
2
votes
1answer
150 views
Estimation History not working
I'm using FogBugz On Demand. I have several cases that have been opened, estimated, worked on, and resolved as "(completed)" by me, yet when I go to the "My estimation history" re …
0
votes
0answers
21 views
Feature Request: Add/Edit current estimate from iOS interface.
When using FogBugz from an iOS device (e.g. iPad or iPhone) you can create and edit a case with a nice simplified interface, which is great.
However, you can't enter an estimate a …
1
vote
1answer
74 views
Bug: Syntax error, unrecognized expression: [tagName=FB:EST] when setting estimate from a list view
When attempting to set an estimate by clicking on the "Current Estimate" column in a listview in my On Demand account (dandoes.fogbugz.com), I see the following JS error show up in …
0
votes
2answers
36 views
Estimate (current) column, Why is it hyperlinked?
So what makes Estimate(current) special, that it's highlighted with dotted underlined and make to look like a hyperlink? When I click it, it does nothing...
Thanks
0
votes
0answers
76 views
Grid View Column(s) to show parent and child estimates separately
In the grid view, the Estimate columns for parents show the sum of the estimate for that case and all child cases, and if you hover over the field in the grid, it gives you the bre …
1
vote
2answers
76 views
Can I add more totals to the table at the bottom of my case list?
I like how that little table at the bottom of my case list shows the total estimated time remaining and elapsed time, but I'd like to see other figures like total current estimate. …
0
votes
1answer
39 views
Original estimator should be selectable
This request relates to this question regarding who the original estimator of a case is.
For teams that estimate together, capturing the estimates is a pain because estimates are …
0
votes
0answers
55 views
Feature Request: Set multiple estimates at once
As per this question,
http://fogbugz.stackexchange.com/questions/3937/can-i-enter-the-same-time-estimate-on-multiple-cases-at-once
right now it's not possible to set multiple est …
2
votes
1answer
87 views
Formatting of estimates
I'm using these methods to get the details about a case estimate from the API.
double thisBug.hrsOrigEst
double thisBug.hrsCurrEst
double thisBug.hrsElapsed
Is there a way to us …