Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-29153

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

    XMLWordPrintable

Details

    • 3
    • 3
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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())
        
      3. Place these macros into the Page Properties macro fields
      4. The report will now show these values

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mhodges Matt
              Votes:
              63 Vote for this issue
              Watchers:
              33 Start watching this issue

              Dates

                Created:
                Updated: