Hi,
We searched and found following plugin
https://github.com/mantisbt-plugins/FilterBugList
But this seems very old. Could you please suggest do we have newer plugins
Thanks
Search found 39 matches
- 11 Sep 2023, 14:32
- Forum: General Discussion
- Topic: Do we have the possibility to add custom filters in 'View issues' listing page.
- Replies: 3
- Views: 911
- 08 Sep 2023, 11:27
- Forum: General Discussion
- Topic: Do we have the possibility to add custom filters in 'View issues' listing page.
- Replies: 3
- Views: 911
Do we have the possibility to add custom filters in 'View issues' listing page.
Hi,
Do we have the possibility to add custom filters in 'View issues' listing page. If yes then could you please share references. We would like to add 'Aging' filter to find age of the issues based on status
Thanks
Do we have the possibility to add custom filters in 'View issues' listing page. If yes then could you please share references. We would like to add 'Aging' filter to find age of the issues based on status
Thanks
- 05 Sep 2023, 10:03
- Forum: General Discussion
- Topic: Do we have the possibility to set current date as default value for date filter.
- Replies: 0
- Views: 2258
Do we have the possibility to set current date as default value for date filter.
Hi,
Do we have the possibility to set current date as default value for the attached date filter.
Thanks
Do we have the possibility to set current date as default value for the attached date filter.
Thanks
- 01 Aug 2023, 04:21
- Forum: General Discussion
- Topic: Getting APPLICATION ERROR #1502 Category not found.
- Replies: 1
- Views: 11706
Re: Getting APPLICATION ERROR #1502 Category not found.
Hi,
After doing the following the issue is fixed
INSERT INTO mantis.mantis_category_table (id, project_id, user_id, name, status) VALUES ('1', '0', '0', 'General', '0');
Thanks
After doing the following the issue is fixed
INSERT INTO mantis.mantis_category_table (id, project_id, user_id, name, status) VALUES ('1', '0', '0', 'General', '0');
Thanks
- 27 Jul 2023, 12:08
- Forum: General Discussion
- Topic: Getting APPLICATION ERROR #1502 Category not found.
- Replies: 1
- Views: 11706
Getting APPLICATION ERROR #1502 Category not found.
Hi, Getting error as below while opening some issues. Our Mantis version is 2.25.5 ------- APPLICATION ERROR #1502 Category not found. Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or s...
- 20 Jun 2023, 10:24
- Forum: General Discussion
- Topic: By Date count is not matching with the count available in listing page
- Replies: 0
- Views: 6243
By Date count is not matching with the count available in listing page
Hi,
In Mantis -> Summary page -> By Date count is not matching with the count available in listing page. Please refer attached screen shots and suggest.
Thanks.
In Mantis -> Summary page -> By Date count is not matching with the count available in listing page. Please refer attached screen shots and suggest.
Thanks.
- 16 May 2023, 07:34
- Forum: General Discussion
- Topic: We would like to close all existing old bugs in bulk irrespective of the status
- Replies: 2
- Views: 5105
We would like to close all existing old bugs in bulk irrespective of the status
Hi,
We would like to close all existing old bugs in bulk irrespective of the status How can we do this from backend (using update query)
Please help
Thanks
We would like to close all existing old bugs in bulk irrespective of the status How can we do this from backend (using update query)
Please help
Thanks
- 20 Apr 2023, 17:34
- Forum: General Discussion
- Topic: How can we close a project
- Replies: 1
- Views: 2749
How can we close a project
Hi, From this reference link https://www.mantisbt.org/forums/viewtopic.php?t=20960 we noticed that to close projects we need to change the status to obsolete. But we are able to still post issues. How can we close a project and stop posting bugs to this and close all posted bugs. Please help. Thanks
- 12 Dec 2022, 07:20
- Forum: Customizations
- Topic: Q: Severity filed off or change the item?
- Replies: 6
- Views: 8725
Re: Q: Severity filed off or change the item?
Hi, We did as suggested by amphetamine (the 3 steps) as below. Seems this is not working. Our Mantis version is 2.25.5 created custom_constants_inc.php - added the below define( 'feature', 10 ); define( 'trivial', 20 ); define( 'text', 30 ); define( 'tweak', 40 ); define( 'selected', 50 ); define( '...
- 12 Oct 2022, 15:49
- Forum: General Discussion
- Topic: limit_view_unless_threshold - not found - Warning
- Replies: 3
- Views: 2785
Re: limit_view_unless_threshold - not found - Warning
Thank you for your reply
Mantis version is 2.25.5
Now the issue is fixed
Mantis version is 2.25.5
Now the issue is fixed
- 12 Oct 2022, 10:49
- Forum: General Discussion
- Topic: limit_view_unless_threshold - not found - Warning
- Replies: 3
- Views: 2785
limit_view_unless_threshold - not found - Warning
Hi,
After upgrading Mantis to the latest version we are getting error as below warning
APPLICATION WARNING #100: Configuration option "limit_view_unless_threshold" not found. (in 'C:\wamp64\www\mantisbt-2.25.5\core\config_api.php' line 191)
Please help
Thanks
After upgrading Mantis to the latest version we are getting error as below warning
APPLICATION WARNING #100: Configuration option "limit_view_unless_threshold" not found. (in 'C:\wamp64\www\mantisbt-2.25.5\core\config_api.php' line 191)
Please help
Thanks
- 12 Mar 2020, 11:21
- Forum: General Discussion
- Topic: Mails not sending
- Replies: 1
- Views: 4087
Mails not sending
Hi Mails not sending in the mantis. Please find below configuration settings in the config_inc.php # --- Email Configuration --- $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_use_phpMailer = ON; $g_smtp_host = 'xxx.domain.com'; $g_smtp_username = 'username'; $g_smtp_password = 'password'; $g_webma...
- 20 Jan 2020, 07:09
- Forum: Help
- Topic: To change the custom field type
- Replies: 5
- Views: 3441
Re: To change the custom field type
Hai,
Thanks for reply.
Our requirement is to change the existing custom field from string to text area as we have linked this to few of the existing projects. Please suggest is this possible
Thanks for reply.
Our requirement is to change the existing custom field from string to text area as we have linked this to few of the existing projects. Please suggest is this possible
- 08 Jan 2020, 11:54
- Forum: Help
- Topic: To change the custom field type
- Replies: 5
- Views: 3441
To change the custom field type
Hai,
We have custom field with type 'string' (screenshot.png)
We need to change this type as 'textarea'.But if we change the type , data stored in custom field got deleted.
kindly suggest.
We have custom field with type 'string' (screenshot.png)
We need to change this type as 'textarea'.But if we change the type , data stored in custom field got deleted.
kindly suggest.
- 28 Sep 2018, 09:27
- Forum: General Discussion
- Topic: Mantis is slow
- Replies: 20
- Views: 14149
Re: Mantis is slow
Ok, will set the scheduler one hour once, monior the results and get back. Thanks