Hi
I have a software.I want to when my software has crash or has a bug the user can sent report with details to my mantis on my web server.
I wrote a small and simply form on my software,user must complete form.i want to when user click on send button on the form,data sent to my mantis server.
please help me
Some options to implement what you want
- use the Mantis REST API
- use the Mantis SOAP API
- install the E-Mail Reporting plugin and send E-Mail https://www.mantisbt.org/wiki/doku.php/ ... lreporting
- write your own Mantis plugin
- automate the "Report Issue" page by sending HTML requests
- ...
Please use Search before posting and read the Manual