The Challenge
Enterprise ITSM policies required formal Change Requests (RFCs) for every production deployment, but manual creation caused deployment delays and bottlenecks. Teams needed a way to maintain compliance while enabling rapid, automated deployments without human intervention.
My Solution
Built a reusable GitHub Actions workflow that automatically creates FastRFC tickets in ServiceNow via API during deployment. The workflow captures deployment metadata (version, environment, approver), submits the RFC, waits for approval, and proceeds with deployment—all without manual steps. Full audit trail maintained in ServiceNow for compliance.