Hi,
I do have pages with meeting notes where I would like to have table/jira-filter which's JQL is like this:
$ (assignee in (currentUser()) or reporter in (currentUser())) AND (created >= -7d or updated >= -7d) order by updated DESC
And the date range which is in the JQL query like this (that's what I could do): "(created >= -7d or updated >= -7d)" should be adapted in the range (-7d) of the meeting (page title prefix is "YYYYmmdd" which is the meeting-date). Is there a possibility to take the date information from the page?