MantisHub provides several possibilities for connecting with other systems. Whether it is through email reporting, CSV import/export, or through its API. Among these, the API is the most powerful and automation-friendly way to extend MantisHub.
So if you are a developer, the API will enable you to create great end-to-end scenarios. Whether it is to auto-create issues for build failures, crashes in production, or sending daily reports based on pre-defined filters.
To make this easier, we have created client libraries that provides an easy way to leverage the API. We’ve open sourced these libraries and made them available through our github organization.
Since MantisHub API is SOAP based webservice, it is also easy to auto-generate proxy clients for any language using the appropriate language specific tool chain.
So whatever integration or automation scenario you have in mind, checkout out our API.
The possibilities are endless…