Hi,
We have a gadget in a dashboard in which we use a filter.
Among other things, the filter contains this query:
issuetype = “[System] Incident” and (createdDate < endOfMonth(-1) and createdDate >= startOfMonth(-1))
If the filter does not return any results, then I cannot save it in the dashboard.
But if I use this filter:
issuetype = “[System] Incident” and (createdDate < endOfMonth(-1) and createdDate >= startOfMonth(-6))
I get results and the filter can also be saved in the dashboard.
If I change the filter again later and there are no results, the filter is also automatically deleted from the dashboard. Why is this the case? It can happen during operation that a filter does not find any data.
Where is my error?
I used the support and got the information, that my case ist a bug like this issue here: https://jira.atlassian.com/browse/JSDCLOUD-13673
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.