- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 06:28 PM
I connected Gitlab and ServiceNow instance for migrating information.
I just wonder that can I do something by linking Gitlab and ServiceNow instance excepting migrating information.
If someone knows, please let me know.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 08:50 PM
Hi Haruna,
How was Gitlab integrated with ServiceNow?
Gitlab spoke allows users to call gitlab from flow designer to operate on branches. That is, a service catalog can be created to operate on branches such as creating a new branch.
Other features of Gitlab spoke are listed in the following page. Like branches, group can be created by service catalog submissions.
Incidents and merge requests can also be created from ServiceNow. If only 1 gitlab service is being used, it may not be too much of a benefit but if there are several git services, all git requests can be maintained in ServiceNow instead of each individual git service.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 08:50 PM
Hi Haruna,
How was Gitlab integrated with ServiceNow?
Gitlab spoke allows users to call gitlab from flow designer to operate on branches. That is, a service catalog can be created to operate on branches such as creating a new branch.
Other features of Gitlab spoke are listed in the following page. Like branches, group can be created by service catalog submissions.
Incidents and merge requests can also be created from ServiceNow. If only 1 gitlab service is being used, it may not be too much of a benefit but if there are several git services, all git requests can be maintained in ServiceNow instead of each individual git service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 08:53 PM
Thank you for sharing
I will check it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 08:57 PM
If gitlab was integrated to Studio, ServiceNow's script source can be kept in gitlab. ServiceNow does have versioning but not like git where code can be merged when there are several developers working on one file.
That is, do commit control during development on git and use ServiceNow versioning in production instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2022 10:38 PM
I got it.
Thanks a lot!