sent data to mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
asgharb
Posts: 12
Joined: 15 Aug 2018, 06:26

sent data to mantis

Post 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 :?:
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: sent data to mantis

Post 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
- ...
Please use Search before posting and read the Manual
asgharb
Posts: 12
Joined: 15 Aug 2018, 06:26

Re: sent data to mantis

Post by asgharb »

thanks but i am is Beginner.
i read document but i can not know what i am doing? :(
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: sent data to mantis

Post 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, ...)
Please use Search before posting and read the Manual
Post Reply