Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scenario

A report that shows the number of “likes” on pages

...

in the current space.

Result

...

Recipe

Apps

Reporting for Confluence Cloud

Level

Easy

Estimated time

5 minutes

Steps

The template mentioned above will generate a report on content created by you. This is specified by a section of the CQL query which is, creator=currentUser().

You can easily create a report on content created by another user just by changing the creator value to the user's account ID. For example, if the user account ID is 621dabxxxxx4c0070ad1fe7,  then the CQL should be:

creator="621dabxxxxx4c0070ad1fe7"

...

You can obtain a user's account ID by following these steps:

  1. In Confluence or Jira, click on

...

  1. the People

...

  1.  tab, and either select or search for the user you are interested in. View their profile.

    Image Added

  2. The URL of their profile page will include their user account ID at the end. It will look a like string of random letters and numbers. You can copy this string and use it for CQL queries.

    Image Added

Notes

...

Info

...

This recipe is now part of Reporting's built-in templates. You can easily load it into your page by using the templates feature.

...

...

Note

By default, the report is limited to 200 results. Enable Get all results below the search box if you need to view more results. 

Caveats

  • Not applicable

...

  • .

...