Page 1 of 1

Mantis Bugs Creation with web services and email

Posted: 04 Aug 2011, 10:09
by nourdine
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

Re: Mantis Bugs Creation with web services and email

Posted: 04 Aug 2011, 11:55
by atrol
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

Re: Mantis Bugs Creation with web services and email

Posted: 04 Aug 2011, 12:48
by nourdine
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

Re: Mantis Bugs Creation with web services and email

Posted: 04 Aug 2011, 13:00
by nourdine
how to add this pulgin to mantis and how i will use it, i need a real example.


Thansk

Re: Mantis Bugs Creation with web services and email

Posted: 03 Oct 2011, 15:29
by marcrothberg
Did you ever figure this out? I am attempting to do something similar and have had no luck. An example would be great.