I'm working on a plugin which needs a button on the bug view page. I tried EVENT_VIEW_BUG_DETAILS and EVENT_MENU_ISSUE, but both add the button to an isolated area and it doesn't align with the existing buttons.
Is there any event which can insert a button next to the buttons (delete, edit, etc ...
Search found 12 matches
- 15 Mar 2018, 07:56
- Forum: General Plugin Discussion
- Topic: Event to add a button to event actions in the bug view page
- Replies: 1
- Views: 4380
- 20 Jul 2012, 04:55
- Forum: Help
- Topic: Project specific Email Notifications
- Replies: 4
- Views: 5154
Re: Project specific Email Notifications
Did you try Email logging to get some more information?
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';
I checked the logs and it seems only the administrators+reporter are selected as notification recepients when the issue is resolved from Source ...
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';
I checked the logs and it seems only the administrators+reporter are selected as notification recepients when the issue is resolved from Source ...
- 19 Jul 2012, 11:10
- Forum: Help
- Topic: Project specific Email Notifications
- Replies: 4
- Views: 5154
Re: Project specific Email Notifications
I forgot to mention that the issue is valid only for the issues updated through Source Control Integration plugin and today it worked for one of the issues resolved through svn commit. I will enable the logging and post the results ASAP.
- 13 Jul 2012, 05:36
- Forum: Help
- Topic: Project specific Email Notifications
- Replies: 4
- Views: 5154
Project specific Email Notifications
I have enabled project specific email notifications in our Mantis instance. However, I'm facing weird issue in which email notifications are not delivered properly. So here is the case:
There are 10 users in the system and 8 out of them have project specific roles. They are added to the system as ...
There are 10 users in the system and 8 out of them have project specific roles. They are added to the system as ...
- 06 Jul 2011, 09:59
- Forum: EmailReporting
- Topic: Report issue via Email
- Replies: 21
- Views: 51467
Re: Report issue via Email
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 ...
- 06 Jul 2011, 09:20
- Forum: EmailReporting
- Topic: Report issue via Email
- Replies: 21
- Views: 51467
Re: Report issue via Email
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.
Here is the one I got from my old bookmark collection:
http ...
Here is the one I got from my old bookmark collection:
http ...
- 10 May 2011, 08:59
- Forum: General Discussion
- Topic: Report a bug via email
- Replies: 56
- Views: 91016
Re: Report a bug via email
I know that it's a very old thread. I got this while searching for articles related to Email reporting in Mantis.
Here is the status of the *Report bug via email*:
http://www.mantisbt.org/wiki/doku.php/mantisbt:emailreporting
This feature is implemented as a plugin in mantis and you can find more ...
Here is the status of the *Report bug via email*:
http://www.mantisbt.org/wiki/doku.php/mantisbt:emailreporting
This feature is implemented as a plugin in mantis and you can find more ...
- 20 May 2009, 08:17
- Forum: Help
- Topic: Assign To Combo Box is empty
- Replies: 1
- Views: 1830
Assign To Combo Box is empty
I have recently upgraded mantis-1.1.6 to 1.1.7. After upgrade, the first entry in the "Assign To" combo box is empty. Is this a known bug or did I gone wrong?
Please refer the screenshot.
Please refer the screenshot.
- 29 Oct 2007, 07:03
- Forum: Help
- Topic: No Bug reporting in toplevel projects
- Replies: 3
- Views: 4667
Hello,
I tried deboutv's suggestion and it works for me. But there is one issue. The application throws an error code #9002 when trying to add issues on the top-level projects, But it really doesn't display the error message even though the $MANTIS_ERROR array is populated with the error code in ...
I tried deboutv's suggestion and it works for me. But there is one issue. The application throws an error code #9002 when trying to add issues on the top-level projects, But it really doesn't display the error message even though the $MANTIS_ERROR array is populated with the error code in ...
- 25 Oct 2007, 12:10
- Forum: Help
- Topic: No Bug reporting in toplevel projects
- Replies: 3
- Views: 4667
No Bug reporting in toplevel projects
Hello,
Is it possible to have projects in which we cannot post any bugs? In my organization we have a hierarchy of projects and we don't need people to report bugs in the toplevel projects. This is something like the Sticky feature in a forum. Is this feature available in mantis-1.1?
Also it may ...
Is it possible to have projects in which we cannot post any bugs? In my organization we have a hierarchy of projects and we don't need people to report bugs in the toplevel projects. This is something like the Sticky feature in a forum. Is this feature available in mantis-1.1?
Also it may ...
- 24 Oct 2007, 05:52
- Forum: Help
- Topic: Custom email notification
- Replies: 6
- Views: 9262
Custom email notification
Hello all,
I would like to know whether it's possible to customize the contents of email notification sent out during each issue update. Basically In our organization the employees prefer only the last bugnote and they don't expect the issue history to be part of the email. Is there any way we can ...
I would like to know whether it's possible to customize the contents of email notification sent out during each issue update. Basically In our organization the employees prefer only the last bugnote and they don't expect the issue history to be part of the email. Is there any way we can ...
- 22 Oct 2007, 07:29
- Forum: Help
- Topic: Empty value in category select box
- Replies: 1
- Views: 5252
Empty value in category select box
Hi,
Recently I have upgraded mantisbt from 1.1.0alpha to 1.1.0rc1. The migration was successful, but whenever I tried to report a new issue, the "Category" field defaults to a empty value. In the earlier version the category select box displays the following string : "(select)". But now it shows a ...
Recently I have upgraded mantisbt from 1.1.0alpha to 1.1.0rc1. The migration was successful, but whenever I tried to report a new issue, the "Category" field defaults to a empty value. In the earlier version the category select box displays the following string : "(select)". But now it shows a ...