It would be nice if we could copy a URL or share a link to a specific search for incidents or alerts.
Currently, to share anything, we need to Save it. That means cluttering up the UI for searches with a short lifespan, especially when the intent is to use them once, just to give others visibility to specific search terms, including time range. This can be useful for example when drafting postmortems, and wanting to link to a list of alerts that lead into the incident.
The link should retain the timeframe and query terms, and be easily shareable with others via either a share button, or by simply copying the browser URL with relevant search tokens/params.
Sadly, no François. Still waiting for them to add this feature.
I'd be interested in this feature too
While not as nice as a quickly copy-able link, you can take the query and manually create a shareable URL with the `query` arg:
```
https://your.app.opsgenie.com/alert/list?query=status: open and createdAt> 1670601300 and createdAt<1670601900 keyword
```
(for readability, the spaces are not urlencoded)
Syntax guide: https://support.atlassian.com/opsgenie/docs/search-queries-for-alerts/