Ho to Migrate Custom Zendesk Plugin Changes to Discourse Core

Hi there!

Good to know that the Zendesk plugin is now part of the Discourse core. :partying_face:

In my previous setup, I had forked the Zendesk plugin repository and added some custom code to support our business logic, and it worked fine in that environment.

After upgrading to the new Discourse version (where the Zendesk plugin is now part of the core), I’m not sure how to incorporate my custom changes. Here’s what I’ve done so far:

  • Synced my fork with the latest updates

  • No conflicts occurred

Could someone guide me on the best way to make my custom changes available in the new setup?

Thanks in advance! :slightly_smiling_face:

In your app.yml, just above your git clone that pulls in your fork, add a rm -rf zendesk-directory-name (I don’t know the exact path for the zendesk plugin and am too lazy to look it up).