Manage incident follow-ups.
Incidents can have follow-ups associated with them, which track work that should be done after an incident (e.g. improving some documentation, or upgrading a dependency). They can also be exported to external issue trackers.
You can manage follow-ups in the incident Slack channel with /incident follow-ups
, or on
the incident homepage.
List all follow-ups for an organisation.
OK response.
{- "follow_ups": [
- {
- "assignee": {
- "email": "lisa@incident.io",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Lisa Karlin Curtis",
- "role": "viewer",
- "slack_user_id": "U02AYNF2XJM"
}, - "completed_at": "2021-08-17T13:28:57.801578Z",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Call the fire brigade",
- "external_issue_reference": {
- "issue_name": "INC-123",
- "provider": "asana"
}, - "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "priority": {
- "description": "A follow-up that requires immediate attention.",
- "id": "01GNW4BAQ7XRMFF6FHKNXDFPRW",
- "name": "Urgent",
- "rank": 10
}, - "status": "outstanding",
- "title": "Cat is stuck in the tree",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
]
}
{- "follow_up": {
- "assignee": {
- "email": "lisa@incident.io",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Lisa Karlin Curtis",
- "role": "viewer",
- "slack_user_id": "U02AYNF2XJM"
}, - "completed_at": "2021-08-17T13:28:57.801578Z",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Call the fire brigade",
- "external_issue_reference": {
- "issue_name": "INC-123",
- "provider": "asana"
}, - "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "priority": {
- "description": "A follow-up that requires immediate attention.",
- "id": "01GNW4BAQ7XRMFF6FHKNXDFPRW",
- "name": "Urgent",
- "rank": 10
}, - "status": "outstanding",
- "title": "Cat is stuck in the tree",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}