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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.