Skip to main content

Usage

To configure an Advanced Task Report component, add the macro to your page and specify the settings in the form provided.

Settings

FieldDescriptionLogic
Visible ColumnsSelect columns to display in the report (e.g. Summary, Due Date, Assignee).Multiple values allowed. Default columns may be preselected.
StatusFilter tasks by their current status.Single choice: All, Incomplete, Complete.
SpacesFilter tasks by Confluence space.Multiple values allowed. If empty, tasks from all spaces are shown.
LabelsFilter tasks by labels.Multiple values allowed. If empty, label filtering is skipped.
Assignee(s)Filter tasks by the assigned user.Multiple values allowed. Select a user or users. If empty, assignee filtering is not applied.
Creator(s)Filter tasks by the users who created them.Multiple values allowed. Select a user or users. If empty, creator filtering is not applied.
Completed byFilter tasks by the user who completed them.Multiple values allowed. Select a user or users. If empty, completion filter is not applied.
Created FromFilter tasks created after the specified date.Select a date. If empty, no lower date boundary is applied.
Created ToFilter tasks created before the specified date.Select a date. If empty, no upper date boundary is applied.
Completed FromFilter tasks completed after the specified date.Select a date. If empty, no lower date boundary is applied.
Completed ToFilter tasks completed before the specified date.Select a date. If empty, no upper date boundary is applied.
Created IntervalFilter tasks created in the specified interval.Applied relative to Created From or Created To if specified. If both are empty, interval is centered around now. See Interval Logic.
Completed IntervalFilter tasks completed in the specified interval.Applied relative to Completed From or Completed To if specified. If both are empty, interval is centered around now. See Interval Logic.
Due FromFilter tasks due after the specified date.Select a date. If empty, no lower date boundary is applied.
Due ToFilter tasks due before the specified date.Select a date. If empty, no upper date boundary is applied.
Due Interval PastDefines how far back from Due To or current moment to include tasks.Used if Due To is specified or both Due From and Due To are empty. Example: 2w (last 2 weeks). See Interval Logic.
Due Interval FutureDefines how far forward from Due From or current moment to include tasks.Used if Due From is specified or both Due From and Due To are empty. Example: 2w (next 2 weeks). See Interval Logic.
Number of tasks per pageDefines how many tasks are displayed in the table per pagination page.Free input. Default is 20. Only numeric values are accepted.

Interval Logic

Use the interval fields to specify time durations in the following format:

  • 1w — 1 week
  • 2d — 2 days
  • 3h — 3 hours
  • 45m — 45 minutes
  • 30s — 30 seconds
  • 100ms — 100 milliseconds

Supported units: w, d, h, m, s, ms

Behavior

  • Validation: Fields marked with * are required. An error message will display if they are not populated.
  • Preview: Changes to settings can be previewed in real time within the editor.