• We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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

              Unassigned Unassigned
              59479fb17834 Paul Adams
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: