Search found 9 matches

by nolankam
09 Jan 2019, 01:17
Forum: EmailReporting
Topic: Cron job to retrieve email
Replies: 5
Views: 16804

Re: Cron job to retrieve email

Thanks. Issue is closed. Edited the crontab file in /etc into the following */1* * * * * bitnami /opt/bitnami/php/bin/php/opt/bitnami/apps/mantis/htdocs/plugins/EmailReporting/scripts/bug_report_mail.php The only change I made was to add the additional php in the path of the php binary. Seems to wor...
by nolankam
08 Jan 2019, 03:36
Forum: EmailReporting
Topic: Cron job to retrieve email
Replies: 5
Views: 16804

Re: Cron job to retrieve email

I have done so. However, I am getting errors in the permissions. From: root@-removed- (Cron Daemon) To: root@-removed- Subject: Cron <root@-removed-> /opt/bitnami/php/bin /opt/bitnami/apps/mantis/htdocs/plugins/EmailReporting/scripts/bug_report_mail.php MIME-Version: 1.0 Content-Type: text/plain; ch...
by nolankam
07 Jan 2019, 14:57
Forum: EmailReporting
Topic: Cron job to retrieve email
Replies: 5
Views: 16804

Cron job to retrieve email

I have checked and confirmed that my configuration for the mailbox is correct by executing the bug_report_mail.php on command prompt (I am using the Bitnami package running on Ubuntu on AWS). But I am not able to get the cronjob to run properly. The following is my statement in crontab: */1* * * * *...
by nolankam
03 Jan 2019, 07:10
Forum: General Discussion
Topic: Due date by Severity
Replies: 7
Views: 7123

Re: Due date by Severity

Thanks. I saw it and downloaded the plugin. I noticed the plugin allowed the setting of due dates by category / priority fields. How can I change it for "severity"?
by nolankam
31 Dec 2018, 04:32
Forum: General Discussion
Topic: Setting up Reminder plugin: Common issues
Replies: 6
Views: 5140

Setting up Reminder plugin: Common issues

I had just managed to install the Reminder plugin so I wanted to list down the challenges in case someone else faces similar problems. Where to download the plugin: https://github.com/mantisbt-plugins/Reminder Problem : One of the common problems is you can't see the plugin for installation under th...
by nolankam
30 Dec 2018, 13:54
Forum: General Discussion
Topic: MantisGraph with modified priority/severity enum strings
Replies: 4
Views: 3873

Re: MantisGraph with modified priority/severity enum strings

Thanks, it is working now. :D I created the custom_string_inc.php file in the /config folder and included the two strings above and it is working now. I would like to understand, what is the difference between this step and inserting the configurations (priority_enum_string, severity_enum_string) wh...
by nolankam
30 Dec 2018, 09:26
Forum: General Discussion
Topic: Due date by Severity
Replies: 7
Views: 7123

Due date by Severity

Hi I had set custom severity values using the enum strings. For a given value, I would like to set a specific date/time duration instead of having the reporter fill up the field. For example, if the defect is a severity 3, it should set the due date as today + 5 days. If it is severity 2, it should ...
by nolankam
30 Dec 2018, 09:19
Forum: General Discussion
Topic: MantisGraph with modified priority/severity enum strings
Replies: 4
Views: 3873

MantisGraph with modified priority/severity enum strings

Hi all I am using the packaged version of Mantis by Bitnami(2.18.0) running on AWS (Apache ver 2.4.37, lego ver 1.2.1, MySQL ver 5.7.24, PHP ver 7.1.24, OpenSSL ver 1.0.2q) Modified the enum strings for priority ($g_priority_enum_string) and severity ($g_severity_enum_string ) with new values needed...