Push and Pulling issues from Github
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2016 09:33 AM
I'm wondering how this would be possible to do - just as a side project for myself to learn API integrations.
I can easily retrieve Github issues by doing an API GET query to https://api.github.com/user/issues ; but is it possible to do this from Service-Now to create Incidents and update them? I'm not sure where to start. How would you pass the sys_id back? I imagine you would need a two-way integration with something in the middle to do the mapping?
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2016 11:00 AM
I would think you could do this with a REST integration using the ServiceNow REST API to talk to GitHub. This would enable you to do the push/pull operations from within ServiceNow.
Getting Started with REST - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 09:57 AM
Thanks ctomasi I spent an hour this morning trying to setup Github OAuth in my Application Registry this morning.
Think i need more practice and research as I cannot get it to connect yet. But I am very new to working with APIs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2016 11:43 AM
Ah fantastic! I'll give that a go. Thank you.