Task report macro - filter by due date

XMLWordPrintable

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      I would like to be able to create a report which only shows tasks which are due by a certain date:

      duedate <= dueDateTo

      It should be possible to specify dueDateTo as a specific value, or a rolling value of x days in the future/past:

      tasks due this week: duedate <= +7d
      tasks overdue by 3 days: duedate <= -3d

      It should be possible to specify whether tasks with no due date are included or excluded:

      tasks possibly due this week: duedate <= +7d include (i.e. duedate <= +7d OR duedate == null)
      tasks definitely due this week: duedate <= +7d exclude

            Assignee:
            Unassigned
            Reporter:
            Paul Adams
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: