We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
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 :
But when I check mantis, it has created 3 exact same tickets :
I don't know what am I missing...
Thanks,
A.
The text was updated successfully, but these errors were encountered: