Page 1 of 1

sent data to mantis

Posted: 15 Aug 2018, 06:42
by asgharb
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 :?:

Re: sent data to mantis

Posted: 16 Aug 2018, 12:08
by atrol
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
- ...

Re: sent data to mantis

Posted: 18 Aug 2018, 07:45
by asgharb
thanks but i am is Beginner.
i read document but i can not know what i am doing? :(

Re: sent data to mantis

Posted: 18 Aug 2018, 12:29
by atrol
Hard to recommend any of the options without knowing more about your software (fat client, server based web app, mobile app, ..., used language, ...)