Search found 8581 matches

by atrol
11 Jul 2026, 13:04
Forum: Help
Topic: Closed issue still shows "add reactions"
Replies: 1
Views: 272

Re: Closed issue still shows "add reactions"

Check settings "Status where an issue becomes read only" and "Update readonly issues" on page Manage > Configuration > Workflow Thresholds.

Maybe the difference is just that you are a "REPORTER" on mantisbt.org, but have a higher access level on your own instance.
by atrol
11 Jul 2026, 12:38
Forum: Help
Topic: getting complete version of an older release
Replies: 3
Views: 292

Re: getting complete version of an older release

Your version is different from SourceForce and different from GitHub, so someone must have changed it.
Maybe this was started as an own development, in best case based on the Git repo using Git to track changes.
If there is a folder ".git" in the root folder, running "git status" might tell you more ...
by atrol
08 Jul 2026, 22:20
Forum: Help
Topic: getting complete version of an older release
Replies: 3
Views: 292

Re: getting complete version of an older release

bradb wrote: 08 Jul 2026, 21:04 but this one is missing much of the vendor code.
I don't understand what you mean with that. Can you give an example which folder you are missing in which zip-file?
by atrol
04 Jul 2026, 16:40
Forum: General Discussion
Topic: Best practices for organizing projects and workflows in MantisBT
Replies: 1
Views: 238

Re: Best practices for organizing projects and workflows in MantisBT

emilythomas266 wrote: 30 Jun 2026, 08:04 Is it better to use fewer projects with more categories, or separate projects for each client/module?
Are clients allowed to view issues of other clients?
by atrol
01 Jul 2026, 17:10
Forum: Announcements
Topic: MantisBT 2.28.4 released
Replies: 0
Views: 923

MantisBT 2.28.4 released

Important security release addressing a critical vulnerability.

Have a look at our Blog for more details.
by atrol
07 Jun 2026, 09:18
Forum: General Discussion
Topic: Permission to Use MantisBT Logo on Training Certificates
Replies: 2
Views: 448

Re: Permission to Use MantisBT Logo on Training Certificates

Hi Erik12345,
you can use the MantisBT logo as long as it is just used in the context of the product itself.
It must not look like the MantisBT team is issuing the certificate or is affiliated or involved in the training in any way.
by atrol
29 May 2026, 18:39
Forum: Help
Topic: Installing mantis via composer
Replies: 1
Views: 655

Re: Installing mantis via composer

Installation is officially supported just the way it's described in Admin Guide.

Having the package on Packagist is only to be able to qualify the Security advisories on GitHub
https://docs.github.com/en/code-security/concepts/vulnerability-reporting-and-management/about-the-github-advisory ...
by atrol
14 May 2026, 08:51
Forum: Help
Topic: The same attachments are not visible in some issues in the same project (resolved)
Replies: 6
Views: 1092

Re: The same attachments are not visible in some issues in the same project

Thanks for providing the solution.
I checked the source code and was not able to reproduce.


I can not log into bug tracker (I forgot the combination of username and email and email alone is not enough for password reset; and account for this forum does not work there).

I reset your account. You ...
by atrol
05 May 2026, 16:32
Forum: EmailReporting
Topic: Email Reporting 0.10.1 Category Issue
Replies: 2
Views: 279

Re: Email Reporting 0.10.1 Category Issue

I suspect you are using a pretty up-to-date MantisBT version.
If yes, see viewtopic.php?t=32629
by atrol
30 Apr 2026, 19:23
Forum: Help
Topic: The same attachments are not visible in some issues in the same project (resolved)
Replies: 6
Views: 1092

Re: The same attachments are not visible in some issues in the same project

MantisBT Version 2.26.1
PHP Version 8.2.30

The first MantisBT version where all known PHP 8.2 related issues are fixed is version 2.27.2.
I recommend to upgrade to latest stable version (2.28.1 as of this writing), also because of major security issues in older versions, see https://mantisbt.org ...
by atrol
29 Apr 2026, 16:29
Forum: General Discussion
Topic: Web scan - A TLS cookie without the secure flag enabled
Replies: 3
Views: 711

Re: Web scan - A TLS cookie without the secure flag enabled

As this is about security, your very first step should be to upgrade to 2.28.1 because of a critical security issue, see https://mantisbt.org/forums/viewtopic.php?t=40432

After that, if the issue should still occur (I suspect it will), come back and provide some more details

- Step-by-step ...
by atrol
28 Apr 2026, 15:59
Forum: Help
Topic: MantisBT Official Tracker not public any more?
Replies: 8
Views: 1405

Re: MantisBT Official Tracker not public any more?

@Naman a user with name Naman does already exist on the bug tracker.
Let me know which other name you would like to use.
by atrol
22 Apr 2026, 21:22
Forum: Help
Topic: [RESOLVED] Print report in Word or HTML - exclude private notes
Replies: 2
Views: 401

Re: Print report in Word or HTML - exclude private notes


Or is there a way to add the option "Print Report" to the customer directly (Access Level: reporter)?


There is option $g_print_reports_threshold (default UPDATER).
Set it to REPORTER
See Admin Guide https://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.config.misc


I am ...