Hi ,
I would like to know how to use web service and mail in mantis in order to fill or update bugs.
I don't know if this is possible and how to do it.
Any info, examples or pointers would be greatly appreciated.
Thanks by advance
Nourdine Chabane
Mantis Bugs Creation with web services and email
Moderators: Developer, Contributor
Re: Mantis Bugs Creation with web services and email
There is a SOAP API available
http://www.mantisbt.org/wiki/doku.php/m ... faq?s=soap
Check the WSDL
http://www.mantisbt.org/bugs/api/soap/mantisconnect.php
Check also this plugin
http://www.mantisbt.org/wiki/doku.php/m ... lreporting
For more questions report have also a look at the plugins forum
http://www.mantisbt.org/wiki/doku.php/m ... faq?s=soap
Check the WSDL
http://www.mantisbt.org/bugs/api/soap/mantisconnect.php
Check also this plugin
http://www.mantisbt.org/wiki/doku.php/m ... lreporting
For more questions report have also a look at the plugins forum
Re: Mantis Bugs Creation with web services and email
Yes I know this , but i would like an example of bug creation with SOAP, a real example in bugzilla i can do :
curl -X -GET "http//bugzillahost/jsonrpc.cgi?method=Bug.get.."
i would like a real example
curl -X -GET "http//bugzillahost/jsonrpc.cgi?method=Bug.get.."
i would like a real example
Re: Mantis Bugs Creation with web services and email
how to add this pulgin to mantis and how i will use it, i need a real example.
Thansk
Thansk
Re: Mantis Bugs Creation with web services and email
Did you ever figure this out? I am attempting to do something similar and have had no luck. An example would be great.