Search found 1467 matches

by cas
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...
by cas
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 :mrgreen:
by cas
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.
by cas
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?
by cas
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?
by cas
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
by cas
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
by cas
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.
by cas
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.
by cas
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
by cas
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 :mrgreen:
by cas
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.
by cas
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

Code: Select all

 'MantisCore' => '2.2',
 
To :

Code: Select all

'MantisCore'       => '2.0.0',
If that does not work, contact the creators (which you already did) :mrgreen:
by cas
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 :D
by cas
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.