Search found 8190 matches
- Yesterday, 16:06
- Forum: Customizations
- Topic: Remove related to from relationship
- Replies: 1
- Views: 52
- Yesterday, 13:49
- Forum: Deutsch
- Topic: Neue Einträge sperren aber weiterhin Zugriff auf alte Tickets
- Replies: 1
- Views: 59
Re: Neue Einträge sperren aber weiterhin Zugriff auf alte Tickets
Das sollte so eigentlich funktionieren.
Wurde möglicherweise bei den Versuchen bereits das betreffende Projekt auf inaktiv gesetzt?
Falls nicht, um wleche MantisBT Version handelt es sich?
Wurde möglicherweise bei den Versuchen bereits das betreffende Projekt auf inaktiv gesetzt?
Falls nicht, um wleche MantisBT Version handelt es sich?
- Yesterday, 07:39
- Forum: Help
- Topic: Connection / cooperation with DevOps
- Replies: 1
- Views: 54
Re: Connection / cooperation with DevOps
Integration is certainly possible, as both systems provide a REST API. https://documenter.getpostman.com/view/29959/mantis-bug-tracker-rest-api/7Lt6zkP https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.1 There is also a MantisBT plugin that integrates with Azure DevOp...
- 07 Jun 2023, 20:44
- Forum: Help
- Topic: [SOLVED]Note not found
- Replies: 4
- Views: 211
Re: [SOLVED]Note not found
Thanks for your posts
Looks similar to https://www.mantisbt.org/bugs/view.php?id=32460
Looks similar to https://www.mantisbt.org/bugs/view.php?id=32460
- 07 Jun 2023, 20:35
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 5
- Views: 123
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
Are there some more error details in /var/www/html/mantis/logs/ldap.log ?
Did you run admin/check/index.php and fix any error you got?
Are you running the current latest stable version 2.25.7?
Did you run admin/check/index.php and fix any error you got?
Are you running the current latest stable version 2.25.7?
- 05 Jun 2023, 09:43
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 5
- Views: 123
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
I can't provide deeper help, but obviously wrong is, that you set $g_ldap_use_starttls and $g_ldap_follow_referrals to '0', where just ON or OFF are allowed
https://www.mantisbt.org/docs/master/en ... .auth.ldap
https://www.mantisbt.org/docs/master/en ... .auth.ldap
- 25 May 2023, 17:51
- Forum: Help
- Topic: Mantis Platform Concerns
- Replies: 2
- Views: 166
Re: Mantis Platform Concerns
1- The information that is uploaded to the platform, such as PDF, JPG, WORD files, etc., where are they stored? Is it safe to attach this type of corporate information on the platform? What security levels does mantis have to guarantee that the information is secure? Attachments can be stored in da...
- 25 May 2023, 07:47
- Forum: Help
- Topic: is there a variable to control #event entries on my_view page?
- Replies: 2
- Views: 111
Re: is there a variable to control #event entries on my_view page?
There is no configuration option for that.
At the moment this is hardcoded to 50 events in file core/timeline_inc.php
At the moment this is hardcoded to 50 events in file core/timeline_inc.php
- 21 May 2023, 17:05
- Forum: General Discussion
- Topic: Some of these functions...and the rest.
- Replies: 1
- Views: 119
Re: Some of these functions...and the rest.
No one gets paid for MantisBT development.
Contributing is better than complaining ...
Contributing is better than complaining ...
- 17 May 2023, 18:33
- Forum: General Discussion
- Topic: We would like to close all existing old bugs in bulk irrespective of the status
- Replies: 2
- Views: 139
Re: We would like to close all existing old bugs in bulk irrespective of the status
If a complete closing should be simulated via direct database access, the field last_updated should be updated and also the history table.
- 17 May 2023, 16:27
- Forum: Help
- Topic: Does not receive confirmation email on register to bug tracker.
- Replies: 3
- Views: 100
Re: Does not receive confirmation email on register to bug tracker.
Just tried myself. I did receive the confirmation email from Geosetter.
Maybe you have it in your spam folder.
Maybe you have it in your spam folder.
- 17 May 2023, 16:10
- Forum: Help
- Topic: Does not receive confirmation email on register to bug tracker.
- Replies: 3
- Views: 100
Re: Does not receive confirmation email on register to bug tracker.
You have to contact the support of Geosetter for that.
Their MantisBT instance is running on their own server using their own settings.
Their MantisBT instance is running on their own server using their own settings.
- 17 May 2023, 16:03
- Forum: Help
- Topic: Handling-Person does not get an mail
- Replies: 1
- Views: 56
Re: Handling-Person does not get an mail
Did you try /follow the steps what I wrote at https://www.mantisbt.org/bugs/view.php?id=32535#c67752 ? Enable logging, especially LOG_EMAIL_RECIPIENT to find out which rule drops a recipient https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.config.logging To receive mails of...
- 16 May 2023, 20:06
- Forum: General Plugin Discussion
- Topic: I can't export all incidents to Excel
- Replies: 2
- Views: 147
Re: I can't export all incidents to Excel
You can increase PHP memory_limit setting to fix it https://www.php.net/manual/en/ini.core. ... mory-limit
- 12 May 2023, 06:52
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 72
- Views: 50526
Re: Email output could be much prettier
@mushu sad to hear you wasted time, but his is not the first time that you got issues because of changed original source code of MantisBT. Sorry to say, but I expect this will happen again and again, e.g. I just checked that 2.26.0 will also come with changes in email_api.php, so it might break your...