5.3 Jira filter data changed in historical reports

Reason 1

The corresponding filtering result data in Jira is modified. Since the data of the page macro is obtained in real time from Jira, it will also change accordingly.

Reason 2

The JQL parameter contains the JQL function related to the current time.

If the template contains a jira macro whose Jql parameter value is "created >= startOfWeek()", a report is generated periodically based on this template. When you open the report page again after a few weeks, you will see the filter results data for the latest week, not the previous report content. Because the JQL statement of the Jira macro is triggered when the page is opened.

Therefore, in periodically generated report templates, you should avoid using this current time-dependent JQL funtion as a filter boundary. It can be written as a fixed value, such as "1900-01-01", and then replace it with the report generation time, the start date or end date of the period according to the macro parameter settings in the report generation. For more details, please refer to https://dragonsoft.atlassian.net/wiki/spaces/DAS/pages/2113339713 .