Mantis Bugs Creation with web services and email

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
nourdine
Posts: 9
Joined: 04 Aug 2011, 08:39

Mantis Bugs Creation with web services and email

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

Re: Mantis Bugs Creation with web services and email

Post 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
Please use Search before posting and read the Manual
nourdine
Posts: 9
Joined: 04 Aug 2011, 08:39

Re: Mantis Bugs Creation with web services and email

Post 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
nourdine
Posts: 9
Joined: 04 Aug 2011, 08:39

Re: Mantis Bugs Creation with web services and email

Post by nourdine »

how to add this pulgin to mantis and how i will use it, i need a real example.


Thansk
marcrothberg

Re: Mantis Bugs Creation with web services and email

Post 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.
Post Reply