Search found 5 matches

by gang
23 Feb 2015, 22:17
Forum: EmailReporting
Topic: replay to generic user
Replies: 5
Views: 9227

Re: replay to generic user

ok thanks for response ...

I try to create user automatic i it does not work for me. the user is not created. If i try to create same user inside mantis and i can do it without any problem ) Manuel Camacho informador.p1.arold@gmail.com


My configuration is
The default / fallback reporter user for ...
by gang
22 Feb 2015, 16:16
Forum: EmailReporting
Topic: replay to generic user
Replies: 5
Views: 9227

Re: replay to generic user

automatically create users is not an option for me because in each project (10) there will be more than 10,000 users.

Do you any other option ? .. maybe parse the description field because in this field go the email of the user outside mantis...

Thanks in advance.
by gang
22 Feb 2015, 00:43
Forum: EmailReporting
Topic: Response Email
Replies: 1
Views: 4958

Response Email

We have installed Mantisbt an email reporting.

I have this problem.

When someone write to mailbox configurated in emailreporting plugin , the new issue is created so looks to be working. The email is sended , for example from informador2.p1.arold@gmail.com. In the new issue created the description ...
by gang
21 Feb 2015, 19:25
Forum: EmailReporting
Topic: replay to generic user
Replies: 5
Views: 9227

replay to generic user

I installed a mantis with emailreporting plugin. I have the following problem.

User A send email to mailbox . This mailbox is configurated in emailreporting Ok.
The cron is runnig an ok because when arrived a email in mailbox a new issue is created.

In my workflow say when issue is closed send ...
by gang
16 Feb 2015, 14:24
Forum: General Discussion
Topic: Create Issue from soap Rest with attachment
Replies: 0
Views: 7926

Create Issue from soap Rest with attachment

Hi .

Is there any way to create a issue from wsdl with attachment


$issue = array(
"project" => array("name" => $ini_array["project"]),
"category" => $_POST["Category"],
"summary" => $_POST["Summary"],
"description" => $_POST["Description"],
"additional_information" => $additionalInformation ...