Implementing ITSM / Change Management in ERPNext

Hi everyone,

I’m working on implementing an ITSM (IT Service Management) process within ERPNext v16 and wanted to understand if there’s any existing standard approach or community-driven implementation already available.

The goal is to manage a structured ticket lifecycle covering:

  • Bug fixes

  • Feature requests

  • System modifications

With a governed, gated workflow including:

  • Development in a Test environment

  • QA/testing phase

  • User verification (UAT)

  • Optional training step

  • Final closure with documented proof

  • Deployment to Production locked until ticket is formally closed — this is a hard gate, not optional

I’ve also looked at Frappe Helpdesk as a potential base — has anyone extended it to support this kind of structured, approval-gated flow rather than a standard support ticketing model?

Specifically looking for:

  • Existing Frappe apps targeting ITSM or change management

  • Any community implementations covering a similar lifecycle

Appreciate any guidance, references, or real-world implementation insights.

Thanks in advance!

try using Frappe Helpdesk. little tweak might be required but it will suffice your requirements

Thanks for the reply.
I’ve already explored Frappe Helpdesk, but my requirement is closer to a Jira-like workflow.

I can achieve this by customizing and interlinking Project Management + Helpdesk, but before going that far, I want to check if there’s any existing solution in the marketplace or anyone who has implemented this in ERPNext.