Search found 1304 matches

by vboctor
02 Sep 2025, 05:06
Forum: Customizations
Topic: Mantis API PHP Library
Replies: 1
Views: 24890

Re: Mantis API PHP Library

Is your repository private? The link is not working.

Here is an alternative that I built sometime back, but no longer maintain.
https://github.com/mantishub/MantisPhpClient

Note that the SOAP API is deprecated in favor of the REST API.
by vboctor
29 Aug 2025, 23:19
Forum: Customizations
Topic: Mantis and Google Authenticator 2FA
Replies: 22
Views: 521574

Re: Mantis and Google Authenticator 2FA

For those interested in a hosted solution, this is available in MantisHub
https://support.mantishub.com/plug_ins/config_authhub
by vboctor
29 Aug 2025, 23:05
Forum: General Discussion
Topic: hosting
Replies: 2
Views: 4441

Re: hosting

If you are looking for a hosted solution checkout https://mantishub.com
by vboctor
29 Aug 2025, 22:57
Forum: General Discussion
Topic: Demo Data set
Replies: 3
Views: 7046

Re: Demo Data set

Sometime back I implement MantisSeeder for such purpose. But I haven't personally used it for a while. Feel free to try it out.

https://github.com/mantishub/MantisSeeder
by vboctor
29 Aug 2025, 22:50
Forum: General Discussion
Topic: "Modern UI" in mantishub
Replies: 7
Views: 12806

Re: "Modern UI" in mantishub

To avoid the confusion, here is the history:

- In 2015, MantisHub released Modern UI v1, which was contributed back to MantisBT later and is now the standard MantisBT UI. This was essentially a retheming of the MantisBT UI.

- In 2025, MantisHub released Modern UI v2, which is exclusive to ...
by vboctor
29 Aug 2025, 22:32
Forum: General Discussion
Topic: Change status and adding note + Image
Replies: 2
Views: 506

Re: Change status and adding note + Image

Here is a demo of this feature in the new MantisHub UI
https://komododecks.com/recordings/0BuQu8TeBXtjfSy3ENbP
by vboctor
29 Aug 2025, 04:13
Forum: General Discussion
Topic: Helpdesk Plugin in MantisHub
Replies: 4
Views: 6477

Re: Helpdesk Plugin in MantisHub

Similar to several of MantisHub's features, it is optimized for being a SaaS service rather than portability for on-premises deployment. The MantisHub Helpdesk feature utilizes several SaaS services under the hood for anti-spam protection, receiving and parsing emails. There is no plan to open ...
by vboctor
27 Aug 2025, 02:09
Forum: General Discussion
Topic: Inquiry: Any Plans to Support Mermaid Syntax in MantisBT?
Replies: 1
Views: 216

Re: Inquiry: Any Plans to Support Mermaid Syntax in MantisBT?

I looked into this for MantisHub, but I'm not sure how widely used it will be. Supporting it will involve increasing the js footprint (see https://github.com/orgs/mermaid-js/discussions/4314 ) and that won't be limited to a specific page.
by vboctor
05 Mar 2025, 11:41
Forum: General Discussion
Topic: Complex wiki integration
Replies: 4
Views: 18453

Re: Complex wiki integration

For native wiki integration and if you are interested in a hosted service, you should look at MantisHub (a hosted MantisBT service with extra extensions).

Here is a video demo of the markdown wiki
https://vimeo.com/1107991716?fl=pl&fe=sh
by vboctor
05 Mar 2025, 11:34
Forum: General Discussion
Topic: Using Mantis for authentication?
Replies: 3
Views: 8474

Re: Using Mantis for authentication?

There is no way to use the username/password in the REST API.

A couple of questions for context:
1. What kind of app are you building? i.e. what kind of functionality does it offer?
2. Is it a web app or native app (e.g. Windows, Mac, iOS, Android).
by vboctor
05 Mar 2025, 11:30
Forum: General Discussion
Topic: "Modern UI" in mantishub
Replies: 7
Views: 12806

Re: "Modern UI" in mantishub

Good question. MantisHub will always be compatible and stay up-to-date with MantisBT.
by vboctor
25 May 2023, 21:00
Forum: Help
Topic: Mantis Platform Concerns
Replies: 2
Views: 7003

Re: Mantis Platform Concerns

You can use MantisBT via MantisHub as a hosted service.
https://www.mantishub.com

Feel free to email support -at- mantishub.com with questions you have on the service.

-Victor
by vboctor
21 Nov 2020, 09:13
Forum: General Discussion
Topic: @mention with find-as-you-type for real name
Replies: 6
Views: 13514

Re: @mention with find-as-you-type for real name

@ mentions in MantisBT only support alias and not real name.

MantisHub supports auto-complete while MantisBT doesn’t.

Thanks,
-Victor
by vboctor
21 Nov 2020, 09:07
Forum: General Discussion
Topic: Authentication - SSO
Replies: 1
Views: 7584

Re: Authentication - SSO

MantisHub provides authentication support via Azure AD, Google, GitHub and Bitbucket.

Thanks,
-Victor
by vboctor
21 Nov 2020, 08:59
Forum: Help
Topic: Mantis api with Powershell
Replies: 1
Views: 4954

Re: Mantis api with Powershell

Checkout the following project:
https://github.com/mantishub/mantis-powershell

Thanks,
-Victor