You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our operations support group would like to, by default, see all open tickets and not select a 'since' date. Can we add an option to not use the date filter? I tried clearing out the date but that didn't work.
The text was updated successfully, but these errors were encountered:
In addition, the date filter doesn't seem to cache like the rest of the filters and we have to re-set it each time we reload the page. Can we get it to cache?
Having reviewed this enhancement, there are a few considerations here:
PagerDuty /incidents API endpoint has a default since date of 1 month, going back as far as 6 months.
No incidents can be returned which are older than 6 months.
Typically large number of incidents are returned when querying for resolved state; users should consider PagerDuty's core Search for deeper search capabilities on a larger dataset.
Removing the since date filter in the UI will default back to a 1 month lookback, so a good middleground here is to make the since date filter a configurable item.
e.g. Users can set the default lookback to "6M" which means the since data will be set to 6 months before the current date.
Our operations support group would like to, by default, see all open tickets and not select a 'since' date. Can we add an option to not use the date filter? I tried clearing out the date but that didn't work.
The text was updated successfully, but these errors were encountered: