Skip to end of banner
Go to start of banner

Part 4 - Building the Quality Assurance team dashboard

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Finally, we'll create a dashboard for the Quality Assurance team, so that they can check the list of suggestions from the surveys.

By the end of this section you will have something that looks like this:

Source code

The following source code is shared using Confluence Storage Format, the XHTML-based format that Confluence uses to store the content of pages, page templates, blueprints, blog posts and comments.

For more information on how to use this source code on your Confluence, read the following article:

⚙️ Expand

Steps

  1. Add a Show If macro and set the User Groups parameter to "quality-assurance".

  2. Then create a Report Table macro within the Show If macro.

  3. Within the Report Table macro, create a Local Reporter macro and set the Key parameter to "page:children".

  4. Within the Local Reporter macro, add a Text Filter macro and set the Key parameter to "data:comment".
    Check the Required field parameter.

  5. Now within the Report Table macro, create a Report Column macro.

  6. Within the Report Column macro set the title to "Suggestions".
    Add a Report Info macro and set the Key parameter to "
    data:comment".

Macro structure


  • No labels