I want a report to see all unreleased fix versions and issues assigned to each release

Hi, how can I create a report, a table where I have on rows all unleased fixversions for a given project and on columns to see all issues assigned with key id summary, status and so on.

Hi @Ionut-Adrian_Bejenar,

Welcome to the eazyBI community!

To filter the fix versions by status, follow these steps:

  1. Add the “Fixed Version” dimension to both Rows and Pages.

  2. Filter out the fix versions based on their status.

  3. In the “All hierarchy level members”, locate the appropriate hierarchy level.

  4. Add the “Issues” dimension to the Rows section, then select NonEmpty for rows to avoid empty data.

  5. Since the “Issues” dimension is selected in the rows, you can now use issue properties like “Issue Summary”, “Issue Assignee”, etc.

  6. To ensure proper filtration, remember that at least one measure is required (e.g., “Issues Created”). Filter the measure > 0 to remove empty rows and columns.

The final report should look something like this:

Kindly,
Ilze

1 Like

hey, thank you >> this works exactly how I wanted