View Issue Details

IDProjectCategoryView StatusLast Update
0022021mantisbtfilterspublic2019-08-24 21:54
Reportervboctor Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version2.0.0-rc.2 
Summary0022021: Support relative date filtering
Description

It would be useful to support relative date filtering so that it is possible to filter on issues that have been submitted in the last N days for example, and have this as a saved filter.

For example:
Start Date: -7 days
End Date: +7 days

The +7 days would apply for cases like custom fields and due date. Though as per 0011977 filtering based on due date is not supported.

TagsNo tags attached.

Relationships

related to 0011977 closedatrol Is it possible to filter by due_date? 
related to 0006823 closedcommunity Date filter should work with "last update", too 
has duplicate 0009398 closedcproensa Filter Enhancements 

Activities

vboctor

vboctor

2016-12-07 02:22

manager   ~0054707

Here is a tweet requesting this feature:
https://twitter.com/xdebug/status/805438428523495424

This can be achieved by filtering on issues who last updated range is as follows:

  • From: N/A
  • To: -14 days
cproensa

cproensa

2016-12-07 03:24

developer   ~0054708

This and 0022020 is on my radar too.

This can't be achieved with current filter structure, because the date is stored as absolute value. In this case we should store the date differences, and be calculated at runtime.
This way we can have a filter that always selects "FROM date +- N days TO date +- N days"

peetervois

peetervois

2017-02-14 13:28

reporter   ~0055674

I vote for this too. I have a special list of tasks that have todo date on it. This is kind of todo list not bugs list. Mantis is very good on tracking such task-lists too. I would like to show in 'view issues' only tasks which have todo date before 'current date + 1 days'. This way I would not pollute the screen with tasks that have been pushed few months ahead. I work on the special project daily basis and the goal is to keep the mentioned tasks count 0. Today I am sorting the tasks and check the dates.

I use Mantis v 2.1

Jochen.Albrecht

Jochen.Albrecht

2017-06-08 12:54

reporter   ~0057045

using Mantis 2.5.0. Need a due_date filtering in this way.