Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
Does ServiceNow have a native repository to store codes similar to Jira? I know in the past it was not available in SN but a lot has change to date.
If there is none in SN, what integration would you recommend e.g. Jira, GitHub, etc.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
ServiceNow does not host an end-to-end, native code repository service like Bitbucket or GitHub to store raw source code directly within the platform. However, its development toolchain has evolved dramatically. Modern ServiceNow features—such as the ServiceNow IDE (built on Visual Studio Code), the ServiceNow SDK, and Fluent—allow developers to convert scoped application metadata, scripts, business rules, and UI components into code-first formats like TypeScript. While the platform can act as a central Application Repository for distributing scoped apps across your organization's instances, the underlying source code and history still rely on external integrations rather than native code hosting.
For standard version control, source hosting, and modern CI/CD pipelines, GitHub or GitLab are the universally recommended integrations. ServiceNow natively integrates with standard Git providers via basic auth, SSH, or OAuth, allowing you to connect scoped apps or IDE workspaces directly to external Git repositories. If your team is primarily managing user stories, sprint backlogs, and platform project tracking alongside development, Atlassian Jira remains a fantastic integration option when paired with GitHub/GitLabfor the actual code storage giving you traceabilty from Jira tickets straight through to your Git commits and ServiceNow deployments.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
ServiceNow does not host an end-to-end, native code repository service like Bitbucket or GitHub to store raw source code directly within the platform. However, its development toolchain has evolved dramatically. Modern ServiceNow features—such as the ServiceNow IDE (built on Visual Studio Code), the ServiceNow SDK, and Fluent—allow developers to convert scoped application metadata, scripts, business rules, and UI components into code-first formats like TypeScript. While the platform can act as a central Application Repository for distributing scoped apps across your organization's instances, the underlying source code and history still rely on external integrations rather than native code hosting.
For standard version control, source hosting, and modern CI/CD pipelines, GitHub or GitLab are the universally recommended integrations. ServiceNow natively integrates with standard Git providers via basic auth, SSH, or OAuth, allowing you to connect scoped apps or IDE workspaces directly to external Git repositories. If your team is primarily managing user stories, sprint backlogs, and platform project tracking alongside development, Atlassian Jira remains a fantastic integration option when paired with GitHub/GitLabfor the actual code storage giving you traceabilty from Jira tickets straight through to your Git commits and ServiceNow deployments.