Plugin development query
Posted: 25 Feb 2025, 10:25
Hi,
I'm trying to write a really simple "CRM Integration Plugin" for our MantisBT installation (against MBT v2.27). It's not going to be anything spectacular; when a value is saved into a particular custom field in MBT, the value is turned into an anchor tag by the plugin that points at the appropriate case/issue in the CRM, and a similar value is injected into the CRM database that points back at MBT.
I've figured out the logic of the anchor tags, but I'm struggling on how to trigger the update to the value in MBT. Are there any "reference plugins" anyone can recommend looking at that will give me a hint how I do this?
Alternatively, any plugin devs that can explain it?
Many thanks in advance.
I'm trying to write a really simple "CRM Integration Plugin" for our MantisBT installation (against MBT v2.27). It's not going to be anything spectacular; when a value is saved into a particular custom field in MBT, the value is turned into an anchor tag by the plugin that points at the appropriate case/issue in the CRM, and a similar value is injected into the CRM database that points back at MBT.
I've figured out the logic of the anchor tags, but I'm struggling on how to trigger the update to the value in MBT. Are there any "reference plugins" anyone can recommend looking at that will give me a hint how I do this?
Alternatively, any plugin devs that can explain it?
Many thanks in advance.