Part 3 - Creating the first component of the product manager dashboard
Part 3 - Creating the first component of the product manager dashboard
Next, let's build the the product manager dashboard.
We'll start with the first component of the product manager dashboard which contains a chart displaying the number of tasks team members have created.
By the end of this section you should 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:
Within the Report Table macro, add two Report Column macros. Set their Titles to "Assignee" and "Number of Tasks".
In the "Assignee" Report Column macro, add a Report Info macro. Set the Key parameter to "Assignee".
In the "Number of Tasks" Report Column macro, add a Report Info macro. Set the Key parameter to "AssigneeTasks>stats:item count". This is so we can get the value of the Scaffolding Description field.
Macro structure
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.