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
I was not able to find a link between an issue and a service through the API. When looking at an issue on the web interface, the affected services are displayed correctly on top right (public site) or under affected services (admin site).
But in the API response for the issue I can find no link to the services.
{u'data': {u'created_at': u'2019-07-25T09:45:30.000Z',
u'id': 4,
u'identifier': u'af00c23d-5030-48b1-b59e-67ab154f4e08',
u'notify': False,
u'service_status': {u'color': u'E74C3C',
u'id': 4,
u'name': u'Major Outage',
u'permalink': u'major-outage'},
u'state': u'investigating',
u'title': u'No Link to Service through API', u'updated_at': u'2019-07-25T09:45:30.000Z', u'updates': [{u'created_at': u'2019-07-25T09:45:30.000Z', u'id': 13, u'identifier': u'3f3a76124c92', u'notify': False,
u'service_status': {u'color': u'E74C3C',
u'id': 4,
u'name': u'Major Outage', u'permalink': u'major-outage'},
u'state': u'investigating',
u'text': u"We're currently aware of the issue and are investigating the cause. We will provide further updates as we have them.",
u'updated_at': u'2019-07-25T09:45:30.000Z',
u'user': {u'email_address': u'[email protected]', u'id': 1, u'name': u'Admin User'}}], u'user': {u'email_address': u'[email protected]',
u'id': 1,
u'name': u'Admin User'}},
u'flags': {},
u'status': u'success',
u'time': 0.01}
The text was updated successfully, but these errors were encountered:
I was not able to find a link between an issue and a service through the API. When looking at an issue on the web interface, the affected services are displayed correctly on top right (public site) or under affected services (admin site).
But in the API response for the issue I can find no link to the services.
The text was updated successfully, but these errors were encountered: