Search found 1467 matches
- 28 Apr 2023, 08:48
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 1641
Re: Require second person to close issue
You can achieve this in the following way: using both status RESOLVED and CLOSED, all it then takes is to arrange that the one that resolved the issue, cannot close the issue. Clearly you need to adjust the workflow that you can only select status "Closed" when it has status "Resolved...
- 27 Apr 2023, 08:03
- Forum: Help
- Topic: Ldap APPLICATION ERROR #1401
- Replies: 11
- Views: 6220
Re: Ldap APPLICATION ERROR #1401
I assume you replaced example.com with your domain? Just to be sure 

- 27 Apr 2023, 07:21
- Forum: Help
- Topic: Error when viewing a bug entry
- Replies: 1
- Views: 982
Re: Error when viewing a bug entry
Did you google thge mnessage and followed all the dvice given there? This is a webservice issue not a mantis issue.
- 24 Apr 2023, 12:47
- Forum: General Discussion
- Topic: How to do an XML export of a 5go project?
- Replies: 2
- Views: 3019
Re: How to do an XML export of a 5go project?
did you check your PHP settings like max execution time etcetera?
- 20 Apr 2023, 14:20
- Forum: Customizations
- Topic: Access a REPORTER to see a bug informed from other user
- Replies: 3
- Views: 2905
Re: Access a REPORTER to see a bug informed from other user
is that within the same project or across various projects? What is the status of those projects?
- 16 Apr 2023, 08:29
- Forum: General Discussion
- Topic: Changing the "admin" email link...
- Replies: 2
- Views: 9893
Re: Changing the "admin" email link...
add these links in core/config_inc.php and adjust accordingly:
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
- 13 Apr 2023, 14:07
- Forum: General Plugin Discussion
- Topic: (semi) automatic checking for plugin updates.
- Replies: 7
- Views: 13157
Re: (semi) automatic checking for plugin updates.
Please install the plugin in total again after downloading version 1.03
- 12 Apr 2023, 13:27
- Forum: General Plugin Discussion
- Topic: (semi) automatic checking for plugin updates.
- Replies: 7
- Views: 13157
Re: (semi) automatic checking for plugin updates.
I have adjusted the page in error, please download /pages/config.php (or the plugin in total) and it should work.
- 12 Apr 2023, 07:45
- Forum: General Discussion
- Topic: Move issue to project without having permission on the target project
- Replies: 1
- Views: 2305
Re: Move issue to project without having permission on the target project
You can adjust this default setting:
$g_move_bug_threshold = DEVELOPER;
As long as the other projects are not private, those who have the correct level will be able to move the bug.
$g_move_bug_threshold = DEVELOPER;
As long as the other projects are not private, those who have the correct level will be able to move the bug.
- 28 Mar 2023, 14:40
- Forum: Help
- Topic: add bugnotes/Activities to .csv export
- Replies: 2
- Views: 465
Re: add bugnotes/Activities to .csv export
try adding the field "notes" to the CSV column definition
- 28 Mar 2023, 14:32
- Forum: Customizations
- Topic: Report KPI on tickets status history
- Replies: 3
- Views: 2037
Re: Report KPI on tickets status history
Currently you only have the history section available which does not give you the information in days as requested. For that you will need a plugin 

- 28 Mar 2023, 12:54
- Forum: Customizations
- Topic: Report KPI on tickets status history
- Replies: 3
- Views: 2037
Re: Report KPI on tickets status history
If you would not need corrections, you could simply create a report on the history table which would give you the overview.
In that case no need for extra fields.
On the other hand, tickets may ping-pong between various stages so you would need to work with some key statuses to keep it workable.
In that case no need for extra fields.
On the other hand, tickets may ping-pong between various stages so you would need to work with some key statuses to keep it workable.
- 24 Mar 2023, 15:09
- Forum: Help
- Topic: plugin mantisbt_autosuggest
- Replies: 1
- Views: 643
Re: plugin mantisbt_autosuggest
open autosuggest.php and change the line
To :
If that does not work, contact the creators (which you already did) 
Code: Select all
'MantisCore' => '2.2',
Code: Select all
'MantisCore' => '2.0.0',

- 24 Mar 2023, 07:25
- Forum: Help
- Topic: Add a table in description of issue
- Replies: 2
- Views: 544
Re: Add a table in description of issue
Important to realize that this will only work in conjunction with the BBcode+ plugin 

- 21 Mar 2023, 16:07
- Forum: Help
- Topic: multiple LDAP config?
- Replies: 7
- Views: 3810
Re: multiple LDAP config?
If Mantis cannot find you in LDAP, it will present the normal login screen.