Import an app from source control in ServiceNow Studio
Importing an application from source control results in a new application being created in your ServiceNow instance based on the remote repository you specify. The account credentials you supply must have read access to the remote repository, and the remote repository you specify must contain a valid ServiceNow application.
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 users add the email address to their respective Users table [sys_user] record that they use in their commits to the Git repository.
- Learn more about application-customizations Manage customizations to applications.
- Role required: admin
About this task
The source control integration does not support importing an application on a production instance. Instead, install applications on a production instance from the application repository, an update set, or ServiceNow Studio.
Procedure
Result
ServiceNow Studio displays the application as a new choice in the Switch Applications modal.
What to do next
- Review the upgrade logs for any sanitization applied to application files during the import.
- Select the imported application to edit it.