Manage incident actions.
These endpoints have been deprecated in favour of Actions V2 and Follow-ups V2, as these concepts have become increasingly separate.
Incidents have two types of actions associated to them:
You can manage actions in the incident Slack channel with /incident actions
, or on
the incident homepage.
Exporting follow-ups to external issue trackers can be done in the incident homepage.
List all actions for an organisation.
OK response.
{- "actions": [
- {
- "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"
}, - "follow_up": true,
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "status": "outstanding",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
]
}
{- "action": {
- "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"
}, - "follow_up": true,
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "status": "outstanding",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}