Hi,
is there a way to filter the results of the "Recently Updated" macro? I would like to show updates done after a fix date where the content was published to the company.
We are using Confluence 8.5.1.
I do not find a filter that helps me to limit the results to changes done after Sep 30th.
Thank you for your help
Hello Jose,
I do not think this is possible using the "Recently updated" macro.
However, the add-on Refined has a macro called "Activity stream" which can do what you are looking for. To show content updated after a specific date, the use of a CQL in the macro Activity Stream seems to be the most adequate choice.
Assuming you use the configuration by default for the "Recently updated" macro, here are the steps to configure the macro from Refined (using the example of a space called ABC):
The example CQL (written in the "CQL" field of the macro configuration panel) is thus: space = ABC AND lastmodified >= 2023-09-30 AND contributor = currentUser()
You could add other clauses in the CQL to further refine the results it would return, but that configuration is up to you depending on what you want to display!
Note that using a CQL will ignore all other fields completed in the configuration panel of the macro, except for the title which will be displayed in the page once it is published.
I hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.