Import an app from source control in ServiceNow Studio
Import an application from a Git repository into ServiceNow Studio to create a local copy of the app on your non-production instance. The repository must contain a valid ServiceNow application, and your credentials must have read access.
Before you begin
- Verify that the non-production instance has network access to the Git repository.
- Verify that the repository contains a valid application.
- Ensure that each user adds the email address they use in their Git commits to their Users table [sys_user] record.
- Review Manage customizations to applications before importing a customization.
- Role required: admin
About this task
Source control integration does not support importing an application on a production instance. To install applications on a production instance, use the application repository, an update set, or ServiceNow Studio.
Procedure
What to do next
- Review the upgrade logs for any sanitization applied to application files during the import.
- Select the imported application to open and edit it.