Skip to main content
Skip table of contents

Marketing Project Status

Use case

Display overdue work items within a project, grouped by Priority to help identify and resolve the most critical tasks first.

grafik-20250512-090815.png

Configuration

Work item source

CODE
project = "SUM" AND due <= now() AND resolution = EMPTY

The JQL query filters work items from the project "SUM" that are overdue and unresolved. It selects work items where the due date is in the past or today (due <= now()) and the resolution field is empty (resolution = EMPTY), indicating that the work items has not yet been resolved.

Field to sum

To see the total number of work items per status, select Work item.

Group by

Group the results by Priority.

Additional options

Row per page

The default option of 10 rows is sufficient for most overviews.

Show work item links

To allow direct access to work items, enable the option "Show work item links".


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.