dont understand what to use...from this link..
I have right plugin and i installed it successfully in mantis.
My problem is that I dont know how to work with plugin.. by what changes and in which file have to made..?
I have everything but dont know how to use it..
I just refer the document of plugin and try to configuration of manage email reporting tab. then I do not know what to do..??
My system is connected with internet..
I refer link..it is same as I used to read for this plugin..
i just set mailbox for pop3 server with gmail..It is created.. with specific project and category.
then i try to test that mailbox, It gives old bug as new report as Mantis bug tracker or mail4568 reporter name and with other details.
To collect the emails from the mailboxes you need to add a scheduled job which runs a script. You can run the script from 2 locations but only option 1 will work as a scheduled job. Both perform the same tasks. See the documentation for examples on how to schedule these.
I dont understand where i have to write issue and how it is add in mantis? how to do scheduled job by cmd in windows ?
some steps are missing so guide me..
Yes, you are right. The guide misses setting up scheduled jobs, but the fact is that it's out of scope of this plugin. The steps to setup scheduled jobs is available elsewhere and that's the reason why it is not included in README.
safee wrote:
but can u give me reason why are we run bug_report_mail.php as schedule task?
and i am still not understand the functionality of report issue.. where we find this mailboxes and where we write reports to add in to mantis..
The EmailReporting plugin allows you to create issues in Mantis by sending an email to a particular mailbox(with IMAP/POP enabled). You have to configure the mailbox account details in EmailReporting configuration page, which is available at *Manage Plugins* page.
After configuring the mailbox in mantis, you have to setup the scheduled task(cron job) in your server. The purpose of this job is to scan the mailbox at predefined intervals and check for any new emails. If there are any new emails, then the script(bug_report_mail.php) will automatically create issues in mantis. The subject of the email will be added as the *summary* of the issue and the body of the message will be added as the *description*.
safee wrote:
means what to get correct for mantis server..?? can you explain..??
I just meant that the link I posted earlier is for Windows XP and you have to find the instructions for your server version.
Is there a way to have custom fields populated from the email reporting? I have a case number field that is required entry, right now I have to manually update this from the email reported issue.
So I have an email being generated from a CRM website where my company records customer calls refering to bugs in our software. This generated Email can have the data required for my two custom fields on the report that refer to the ticket number on the CRM webistre and the ticket link. This email is then sent to the Mantis mailbox (a rule system sorts them to the correct project folder). From here when the bug reports are generated, what would I need to put into the rule system configuration under the custom fields, as well as what would need to be put on the generated email (from the CRM webiste) in front of the needed data so that the rule system recognizes that these fields are to be populated with the sepcified data?
The rule system in 0.9.0-DEV is non-functional. Please wait for the final release
Currently there is only one method available to populate data based on emails and thats writing your own plugin for mantisbt which hooks into events from emailreporting
Where is this rule system plugin? Cant seem to find it anywhere?
Is there a way already where you can fill specific fields with content from the mail? That would indeed be nice since there are some mandatory fields that need to be filled.