• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Low Low
    • None
    • 7.19.8
    • None

      Problem

      Accessing Global Activity page shows the following string:

      $webwork.htmlEncode($entity.space.name)
      

      instead of the Space Names.

      Environment

      .

      Steps to Reproduce

      1. Install Confluence DC v7.19.8 as non clustered instance
      2. Enable the App Confluence Usage Stats
      3. Create a few pages as user A
      4. Like the created pages and comment on these as user B
      5. Go to Global Activity page

      Expected Results

      Space names are displayed

      Actual Results

      The following string is displayed:

      $webwork.htmlEncode($entity.space.name)
      

      Workaround

      1. Stop Confluence
      2. Make a backup copy of $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.0.jar
      3. Copy the usage-tracking-plugin-5.0.0_htmlUtil.jar to $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.0.jar
      4. Start Confluence

      Workaround 2

      If you need to patch a different version of the plugin , e.g. v5.0.2, please use these steps:

      1. Copy $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.2.jar to a temporary folder (referred as $TMP from now on)
      2. Unpack the jar file:
        cd $TMP
        jar xf usage-tracking-plugin-5.0.2.jar templates/usage/popular.vm
        sed -i bak 's/webwork/htmlUtil/g' templates/usage/popular.vm 
        jar uf usage-tracking-plugin-5.0.2.jar templates/usage/popular.vm
        
      1. Stop Confluence
      2. Copy the patched plugin to $INSTALL_DIR/confluence/WEB-INF/atlassian-bundled-plugins/usage-tracking-plugin-5.0.2.jar
      3. Start Confluence

      Notes

            [CONFSERVER-90366] Confluence Usage Stats app fails to display space name

            Edward added a comment -

            The Confluence Usage stats plugin is no longer supported as per the announcement at https://confluence.atlassian.com/doc/end-of-support-announcements-for-confluence-210239673.html#EndofSupportAnnouncementsforConfluence-features202203

            Due to this, we will close out this issue. Please see our analytics feature at https://confluence.atlassian.com/display/DOC/Analytics

            Edward added a comment - The Confluence Usage stats plugin is no longer supported as per the announcement at https://confluence.atlassian.com/doc/end-of-support-announcements-for-confluence-210239673.html#EndofSupportAnnouncementsforConfluence-features202203 Due to this, we will close out this issue. Please see our analytics feature at https://confluence.atlassian.com/display/DOC/Analytics

              Unassigned Unassigned
              63948a2d3746 Marco Salvi
              Affected customers:
              1 This affects my team
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: