Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-29153

Extend Page Properties Report Macro to support displaying 'Creator' and 'Modified' properties

    XMLWordPrintable

Details

    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Status Update 19 May 2022

      Hi everyone,

      This feature was released for Confluence Cloud. The additional configuration is available as per the screenshot.

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      This came out of a discussion with a customer on CAC.

      The Content Report Table Macro displays the 'Creator' of reported pages and their last modified date.

      We should supply parameters (checkboxes) for the Page Properties Report macro to do the same.

      Workaround

      Use User Macros to create these fields and add them to the Page Properties macro.

      1. Create a custom user macro that calls the last modified date and a macro that calls the creator name.
      2. Use the following macros:
        Creator Name
        $content.getCreatorName()
        
        Modified Date
        $action.dateFormatter.formatDateTime($content.getLastModificationDate())
        
      1. Place these macros into the Page Properties macro fields
      2. The report will now show these values

      Attachments

        Issue Links

          Activity

            People

              aknight@atlassian.com Alex K
              mhodges Matt
              Votes:
              169 Vote for this issue
              Watchers:
              78 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: