Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No API linking between issues and services #298

Open
fgierlinger opened this issue Jul 25, 2019 · 2 comments · May be fixed by #341
Open

No API linking between issues and services #298

fgierlinger opened this issue Jul 25, 2019 · 2 comments · May be fixed by #341

Comments

@fgierlinger
Copy link

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).

grafik

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}

@fgierlinger
Copy link
Author

@adamcooke still relevant

@adamcooke
Copy link
Owner

Thank you - yes - I agree!

@adamcooke adamcooke reopened this Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants