After an incident is over, you might be left with a number of tasks to complete, which we call “follow-ups”. We wanted to make it easier for you to understand how well your team is doing at completing this type of work, and how much is remaining. We've released a whole new dashboard including some performance improvements to get results to you lightning fast!
We’ve created a new table of statistics called “At a glance”, which highlights how many follow-ups are getting completed. If you export your follow-ups into an issue tracker like Jira, we’ll sync any status changes, so these numbers will stay up to date as you work through the tickets in your issue tracker. We also highlight the number of follow-ups that violate your policies, which can be useful when you have SLAs you have to meet, for example the requirement to complete follow-ups for critical incidents within 3 days of incident closure.
We’ve given you more power to slice and dice your data. At the top of the follow-ups dashboard you can apply incident filters, which means you can only look at incidents where you were the lead, if you wish. You’re also able to split the incidents by severity, incident type or any single-select custom field when rendering the high-level metrics. So if you have a custom field for “Team”, you’ll be able to check if there are any teams which might need extra help to complete their follow-ups on time.
We list the incidents with follow-ups at the bottom of the page. You can choose whether to sort these according to incident timestamp or number of follow-ups. If any follow-ups violate your policies, they’ll be highlighted in red. You can also use the search bar to filter on follow-up name, if you’re trying to track down where a particular follow-up has got to.
Although you can filter out incidents that are not relevant to you at the top of the page, here you can additionally filter for particular follow-up characteristics, like follow-ups that are assigned to yourself.
These filters are incredibly useful for finding groups of follow-ups that you want to apply actions to in bulk. For example, you might want to find unexported follow-ups and export some of these into an issue tracker. Alternatively you may want to surface follow-ups that are outstanding, and mark them all as completed or not doing.
When you select follow-ups using the checkbox, you’ll be presented with all the actions you can apply to those follow-ups in bulk.
Last but not least, you can now send reminders about follow-ups! As per above, this option will be shown when you select follow-ups using the checkboxes. You’ll be able to select whom to message by filtering by incident role, and you can add a personal note to go alongside the follow-up reminder. You might choose to send this to the incident lead, or a “post-incident lead” role, if it is common for a separate person to resolve leftover tasks once an incident is closed. If an owner is already assigned to the follow-up, we’ll provide the option to reminder them instead.
We've released some changes to our public API
https://api.incident.io/v2/incidents
), which:incident_statuses
in the incident response bodytimestamp_values
in the incident response bodyWe've also deprecated the v1 incidents API, as it can't accurately represent custom statuses.
You can see full details of the new endpoints in our API docs