• Products
  • Documentation
  • Resources

Insert the contributors summary macro

The Contributors Summary macro displays a table of contribution-based statistics for a set of pages. These statistics can be grouped according to individual pages or individual contributors.

The default scope for this macro is an individual page, but this can be extended to include the immediate children or descendants of a specified page. The statistics cover the following types of contributions:

  • edits to the page(s)

  • comments added to the page(s)

  • labels added to the page(s)

  • people watching the page(s)

A simple example of the Contributors Summary macro is shown in the screenshot below. It lists statistics for the number of times each contributor has edited, added comments and added labels to this page.

Use the Contributors Summary macro

To add the Contributors Summary macro:

  1. When editing, select from the toolbar

  2. Find the macro by name and select it

  3. Configure it as needed

You can also type / on the page to bring up the same list you'd see by selecting from the toolbar. Continue typing the name of the macro to filter the list.

To edit the Contributors Summary macro:

  1. Select the macro placeholder.

  2. Select the Edit icon to open the configuration panel.

  3. Configure the parameters. Your changes are saved as you go.

  4. Resume editing the page, and the panel closes.

You can also select the centered , medium-width , and full-width icons to adjust the width of some macros. Select the trashcan iconto remove the macro.

Parameters

Parameters are options that you can set to control what and how content from the macro appears on the page. 

If the parameter name used in Confluence Cloud storage format or wikimarkup is different than the label used when inserting macros using the browser or the slash command, it will be listed below in brackets (example).

Parameter

Default

Description

Group By
(groupby

contributors

Specifies the basis for grouping contribution-based statistics:

  • contributors — group by the people who have contributed

  • pages — group by the pages used to find contributors.

Columns to Display
(columns

edits,comments,labels

Sets the columns that should appear in the table. The statistics or type of information presented depends on the basis for grouping set with the Group By parameter. Statistics may be calculated for:

  • edits — the number of times each contributor has edited the page(s) or the number of edits made to each page.

  • edited — a list of the pages edited by each contributor or a list of contributors who have edited each page.

  • comments — the number of times each contributor has added comments to the page(s) or the number of comments on each page.

  • commented — a list of pages to which each contributor has added comments or a list of contributors who have commented on each page.

  • labels — the number of times each contributor has added labels to the page(s) or the number of labels on each page.

  • labeled — a list of pages to which each contributor has added labels or a list of contributors who have added a label to each page.

  • labellist — a list of labels either added by each contributor or on each page.

  • watches — the number of pages being watched by each contributor/person or the number of contributors/people watching each page.

  • watching — a list of pages being watched by each contributor/person or a list of contributors/people watching each page.

  • lastupdate — the last time each contributor made an update or when each page was last updated. Valid updates can include edit, comment or label modifications to a page.

    One or more columns can be used.

Sort By
(order

edits

Sets the criterion used for sorting items in the table. The items sorted depend on the basis for grouping set with the Group By parameter. Sort criteria are:

  • edits — sorts items in the table based on the total number of edits made, either by a contributor or to a page.

  • name — sorts items in the table in alphabetical order, either by contributor or page name.

  • editTime — sorts items in the table based on when the contributor last edited a page (or a specified set of pages) or when the page was lasted edited.

  • update — sorts items in the table based on when the contributor last made any contribution to a page (or a specified set of pages) or when the page last had any contribution made to it.

Reverse Sort
(reverse

false

Reverses the sort order of items in the table, as specified using the Sort By parameter. (Used only in conjunction with the Sort By parameter.)

Maximum Number of Items
(limit

no limit

Limits the number of contributors or pages in the table to the value specified. If no number is specified, all items are included.

Show Anonymous Contributions?
(showAnonymous

false

Includes individuals who have made anonymous contributions to a page.

Show Zero Counts?
(showZeroCounts

false

Sets whether contributors or pages are included for which a calculated statistic is zero.

Page Name
(page

current

Sets the page for which to calculate the contribution-based statistics. If no values for Page Name and Space(s) are specified, the current page is assumed.

Label(s)
(labels

none

Restricts the contribution-based statistics to the specified labels only. You can specify one or more labels, separated by commas.

Space(s)
(spaces

current

Specifies the space key of the Confluence space which contains the specified page name or alternatively, specifies a scope of spaces to search. Space keys are case-sensitive.

You can specify one or more space keys, separated by commas.

If no Page Name and Label(s) are specified, all pages from the specified set of spaces are included.

Content Type
(contentType

both pages and blog posts

Restricts page types to either pages (pages) or blog posts (blogposts). If no value is specified in the Macro Browser, both pages and blog posts are included.

Available values pages and blogposts.

Blog Post Date
(publishDate

none

Specifies the publish date for a blog post. The date format required is: YYYY/MM/DD.

Include Page Hierarchy
(scope

specified page only

Includes either the immediate children or all descendants of the specified page. If no value is indicated in the Macro Browser, only the specified page is included.

Wiki markup example

Wiki markup is only supported in the legacy editor.

Wiki markup is useful when you need to add a macro outside the editor, for example as custom content in the sidebar, header or footer of a space.

Macro name: contributors-summary

Macro body: None.

This example specifies a content type of blog posts:

1 2 3 4 {contributors-summary:limit=10|spaces=ds,@personal|reverse=true|showAnonymous=true|order=update|labels=chocolate,cake|columns=edits,comments,labels,lastupdate|groupby=pages|contentType=blogposts|showZeroCounts=true|publishDate=2012/06/07}

This example specifies a content type of pages:

1 2 3 4 {contributors-summary:limit=10|spaces=ds,@personal|reverse=true|showAnonymous=true|scope=descendants|order=update|page=ds:Advanced Topics|labels=chocolate,cake|columns=edits,comments,labels,lastupdate|groupby=pages|contentType=pages|showZeroCounts=true}

 

Additional Help