IT CanvassTalk to an advisor
Development · LessonReviewed by Sneha I, ServiceNow Trainer, 8 yrs · Updated · Published · current release · advanced

ServiceNow DevOps Change Velocity

Automate change creation and approval from your CI/CD pipeline for safe, fast delivery.

Quick answer

DevOps Change Velocity lets a pipeline in Jenkins, GitHub Actions or Azure DevOps open and close a ServiceNow change request through the DevOps Change API, attach commits, pull requests and test results as evidence, and auto-approve changes that pass the risk and quality gates in an approval policy. Riskier changes still wait for a person.

Key takeaways
  • What it automates
  • How it connects
  • The bigger picture
  • Try it Yourself

DevOps Change Velocity connects your engineering toolchain, Git, Jenkins, GitHub Actions, Azure DevOps, to ServiceNow Change Management. Instead of engineers hand-filling change tickets, the pipeline creates them automatically, attaches the commits and test results as evidence, and can auto-approve low-risk changes so delivery stays fast without losing governance.

What it automates

  • Change automation, a pipeline stage opens (and closes) a change request via API.
  • Evidence capture, commits, pull requests, pipeline and test data flow onto the change.
  • Automated approval policies, rules auto-approve changes that meet risk/quality gates.
  • Insights, DORA-style metrics on lead time, deployment frequency and change failure rate.
Governance without the friction. The point is not to remove change control, it is to make it invisible for safe changes and rigorous for risky ones. Auto-approval policies decide, based on data the pipeline already produced, when a human needs to look.

How it connects

// A pipeline step calls the DevOps Change API POST /api/sn_devops/devops/orchestration/changeControl { "toolId": "...", "changeRequestDetails": { "short_description": "Deploy v2.4.1" } } // ServiceNow creates the change and gates the deploy on approval

The bigger picture

DevOps Change Velocity is where scoped apps and source-controlled ServiceNow development meet enterprise delivery: pipelines promote your app and record the governed change in one motion.

Try it YourselfJavaScript
▸ Press Run to execute.

Runs in a sandbox in your browser. Mock gs and GlideRecord and sample data are provided.

Practise this on your own free instance.
Set up your free instance →
Already working on ServiceNow and stuck on a live ticket?Get an expert ServiceNow developer on screen-share to finish your daily tasks with you. Deliver on time, protect your reputation and your job. Monthly support only, no task-wise plans.Task assigned · no idea where to startStill stuck · your job on the lineExpert joins your screenDelivered on timeExplore On Job Support