How do i filter by current date as dynamic in confluence database?

Nickolas N
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 22, 2024

We created a database for daily standup and only want to show today's dailys every day without having to change them manually.

2 answers

0 votes
Tomislav Tobijas _Koios_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 23, 2024

Hi @Nickolas N ,

This currently isn't supported for Confluence Databases. However, here's a feature suggestion on which you can vote and add yourself as a watcher: CONFCLOUD-78103: Date field: Add parameters like current date to filters for dynamic filtering 

Cheers,
Tobi

0 votes
Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 23, 2024

Hi @Nickolas N 

Welcome to the community!

You can use JQL or macros for advanced filtering and dynamic display.

If your Confluence page is integrated with Jira for issue or project tracking, you can use JQL to dynamically filter issues based on the current date. Below is the JQL query:

created >= startOfDay() AND created <= endOfDay()

To apply this in Confluence:

  1. Go to a Confluence page where you want to display the filtered results.
  2. Add the Jira Issues macro and paste your dynamic JQL query.

This will show issues that meet the current date filter, updated dynamically whenever the page is loaded.

Regards,
Sushant Verma

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events