What can we do after linking Gitlab and ServiceNow?

haruna naka
Tera Contributor

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.

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/administer/integrationhub...

 

 

View solution in original post

4 REPLIES 4

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/administer/integrationhub...

 

 

Thank you for sharing @Hitoshi Ozawa !

I will check it.

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/build/applications/co...

I got it.

Thanks a lot!