Modify

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 anonymous

Cc: anonymous added; tschaub@… removed

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).

comment:2 Changed 14 years ago by Ryan J Ollos

Owner: changed from Jeff Hammel to Ryan J Ollos

Reassigning ticket to new maintainer.

comment:3 Changed 8 years ago by Ryan J Ollos

Owner: Ryan J Ollos deleted

comment:4 Changed 8 years ago by EmeCas

Owner: set to EmeCas
Status: newassigned

comment:5 Changed 8 years ago by EmeCas

Resolution: worksforme
Status: assignedclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain EmeCas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.