3 mantis tickets are created
Hi,
I set up in the app a destination to create a mantis ticket when an error is thrown. I set the following connection string :
Type=Mantis;Username=administrator;Password=P@ssw0rdj;Url=http://mantis.hostname.fr/api/soap/mantisconnect.php;ProjectId=1;Category=General;Severity=70;Status=10;SendAttachment=False;SuccessIfAttachmentFails=False;AddVersionIfNotExists=False;
But when I check mantis, it has created 3 exact same tickets :

I don't know what am I missing...
Thanks, A.
I didn't write the Mantis plugin myself, it was contributed to the project by someone else. By a quick look, I couldn't spot the reason for the issue. If you want to check it out yourself, here it is: https://github.com/soygul/NBug/tree/master/NBug/Core/Submission/Tracker/Mantis
Okay thanks for the answer i'll check it out
Can it be that 3 event handler are called?
Maybe. Since the original implementer didn't have a similar issue, maybe there is something wrong in your code.