Patch #1678
Include Estimated Time in issue filters
Status: | Closed | Start date: | 2008-07-24 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | 0.8 |
Description
We wanted to be able to see what issues are not estimated (and have it as saved query). For this I made 2 things:
- added Estimated Time to query's available filter columns list
- added "none" option for integer filter type. Actually it could be called 'numeric' as it works with floats fine.
Contributed by Texuna Technologies.
Related issues
Associated revisions
Adds estimated hours to issue filters (#1678).
History
#1
Updated by Jean-Philippe Lang over 14 years ago
- Category set to Issues
- Status changed from New to Closed
- Target version set to 0.8
Committed in r1696.
I fixed the filter type (which was :date in your patch). I also added the "all" operator to be able to list all the issues that have an estimated time.
#2
Updated by Artem Vasiliev over 14 years ago
Cool, thanks!
That was a funny typo with :date - even unit tests succeeded! )
Jean-Philippe Lang wrote:
Committed in r1696.
I fixed the filter type (which was :date in your patch). I also added the "all" operator to be able to list all the issues that have an estimated time.
#3
Updated by Mischa The Evil over 1 year ago
- Related to Feature #35798: Add Total estimated/spent time issue query filters added