Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed the cloak and toggle cloak and replace it with expand for migration

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

...

...


...

Cloakexpand
titleClick here for the source code...
Code Block
<ac:layout>
 <ac:layout-section ac:type="three_equal">
 <ac:layout-cell>
 <p class="auto-cursor-target">
 <br/>
 </p>
 <p class="auto-cursor-target">
 <br/>
 </p>
 <p class="auto-cursor-target">
 <br/>
 </p>
 </ac:layout-cell>
 <ac:layout-cell>
 <p>
 <br/>
 </p>
 <p>
 <br/>
 </p>
 <ac:structured-macro ac:macro-id="03d9c746-4be1-4608-a911-d1f2794d5399" ac:name="show-if" ac:schema-version="1">
 <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter>
 <ac:parameter ac:name="group">quality-assurance</ac:parameter>
 <ac:rich-text-body>
 <ac:structured-macro ac:macro-id="7837b023-0620-4dc4-8421-a6235115a27f" ac:name="report-table" ac:schema-version="1">
 <ac:rich-text-body>
 <ac:structured-macro ac:macro-id="661122ce-0a0a-4aa6-bf3d-c1bc8f07390b" ac:name="local-reporter" ac:schema-version="1">
 <ac:parameter ac:name="">page:children</ac:parameter>
 <ac:rich-text-body>
 <p>
 <ac:structured-macro ac:macro-id="cf824de3-d687-49f4-9749-5c0c043d1563" ac:name="text-filter" ac:schema-version="1">
 <ac:parameter ac:name="required">true</ac:parameter>
 <ac:parameter ac:name="">data:comment</ac:parameter>
 </ac:structured-macro>
 </p>
 </ac:rich-text-body>
 </ac:structured-macro>
 <ac:structured-macro ac:macro-id="d23eb24f-c1c0-4869-94f5-5a7446866941" ac:name="report-column" ac:schema-version="1">
 <ac:parameter ac:name="title">Suggestions</ac:parameter>
 <ac:rich-text-body>
 <p>
 <ac:structured-macro ac:macro-id="da42849e-ab87-4546-b748-110382b605fe" ac:name="report-info" ac:schema-version="1">
 <ac:parameter ac:name="render">richtext</ac:parameter>
 <ac:parameter ac:name="">data:comment</ac:parameter>
 </ac:structured-macro>
 </p>
 </ac:rich-text-body>
 </ac:structured-macro>
 </ac:rich-text-body>
 </ac:structured-macro>
 </ac:rich-text-body>
 </ac:structured-macro>
 <p>
 <br/>
 </p>
 <p>
 <br/>
 </p>
 </ac:layout-cell>
 <ac:layout-cell>
 <p class="auto-cursor-target">
 <br/>
 </p>
 <p class="auto-cursor-target">
 <br/>
 </p>
 </ac:layout-cell>
 </ac:layout-section>
</ac:layout>

...

  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".

...

Auibutton
iconapprove
titleYOU'RE DONE!
typestandard
urlUSECASES:Creating a survey system in Confluence

...