- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:26 AM
HI Experts
Need help on Github Integration with Servicenow
Can someone please suggest if we can integrate Servicenow with GITHUB for new as well as existing application.
As a part of auto deployment please suggest for new applications or existing applications (i am not sure but some where i heard studio is not supporting existing apps but i might be wrong)
Please suggest me.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:31 AM
Hi SnowUser,
Yes, you can integrate to existing applications. It's pretty much the same as new applications.
New:
- Create a blank repo on GitHub
- Create your application in ServiceNow
- Use the source control menu to connect to GitHub (this step automatically does the first commit.)
Existing
- Create a blank repo on GitHub
- Use the source control menu to connect to GitHub (this step automatically does the first commit.)
Note, your application must be scoped. This does not work with Global applications (if that's what you meant by 'existing applications'.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:31 AM
Hi SnowUser,
Yes, you can integrate to existing applications. It's pretty much the same as new applications.
New:
- Create a blank repo on GitHub
- Create your application in ServiceNow
- Use the source control menu to connect to GitHub (this step automatically does the first commit.)
Existing
- Create a blank repo on GitHub
- Use the source control menu to connect to GitHub (this step automatically does the first commit.)
Note, your application must be scoped. This does not work with Global applications (if that's what you meant by 'existing applications'.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:43 AM
As a followup, do not use Source Control on a non-dev instance. It is not intended to move apps between dev-test-prod. That's the purpose of publish/install via the app repo. Using source control to move changes to test or prod could result in complete loss of your data for tables on that app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2017 12:57 AM
Thanks Chuck for your guidance I will test and analyze the same