Opened 16 years ago
Closed 8 years ago
#4656 closed defect (worksforme)
tickets with estimated hours but no hours logged should be displayed in /hours (and possibly elsewhere)
Reported by: | Jeff Hammel | Owned by: | EmeCas |
---|---|---|---|
Priority: | high | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
currently, if you have a ticket with estimated hours but no logged hours, it is not shown in the /hours
query view. it should be
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
Cc: | anonymous added; tschaub@… removed |
---|
comment:2 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|
Reassigning ticket to new maintainer.
comment:3 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:4 Changed 8 years ago by
Owner: | set to EmeCas |
---|---|
Status: | new → assigned |
comment:5 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Behavior is correct, if the ticket does not have hours logged for the date range related to the query /hours
, It must not be showed in the result even if it has estimated hours.
If you want to see tickets with estimated hours and the accumulated hours logged total hours
you can use a query expression like this:
/query?status=accepted&status=assigned&status=new&status=reopened&col=id&col=summary&col=status&col=type&col=priority&col=component&col=version&col=estimatedhours&col=totalhours&order=priority
An open discussion for additional features should be addressed in another ticket!
Related to #8517
Yeah, perhaps this deserves some discussion. I can imagine some might not want to see an entry for every ticket that has hour estimates. But I think it's a pretty nice feature to be able to sum up hour estimates by component/worker/etc before any work is done (sort of the point of making estimates).