Display email on Confluence page

Ana Crisan October 23, 2011

Hi,

Is it possible to display a filtered list of emails from the mail archive associated to the space on a Confluence page?

I've been looking at the reporting macros from CustomWare, but I could not find an example on how to use them for emails...

Thanks in advance.

1 answer

0 votes
Remo Siegwart
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2011

Here is an example on how to create a list of mails with the reporting plugin:

{report-table}
  {content-reporter:spaces=yourSpaceKey|type=mail}
    {date-sort:mail:sent date|order=descending}
  {content-reporter}

  {report-column:title=Sent Date}{report-info:mail:sent date}{report-column} 
  {report-column:title=Subject}{report-info:mail:subject|link=true}{report-column}

  {report-empty}
    _No mails found_
  {report-empty} 
{report-table}

Wasn't sure how exactly your report should look like, but it should give you a good overview of how to use the macros. Find more information about the Mail Supplier here.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events