Vote #63650
完了Include Estimated Time in issue filters
0%
説明
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.
journals
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,35798,Add Total estimated/spent time issue query filters