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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.