Search found 1293 matches

by vboctor
25 May 2023, 21:00
Forum: Help
Topic: Mantis Platform Concerns
Replies: 2
Views: 4383

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: 9448

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: 5934

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: 3688

Re: Mantis api with Powershell

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

Thanks,
-Victor
by vboctor
23 Mar 2020, 20:08
Forum: Help
Topic: Getting All Issues by Rest Api
Replies: 3
Views: 4414

Re: Getting All Issues by Rest Api

For reference, project_id and filter_id fields are also supported.
by vboctor
06 Dec 2019, 05:11
Forum: General Discussion
Topic: Import Users Via CSV
Replies: 3
Views: 5135

Re: Import Users Via CSV

Checkout the plugin developed by MantisHub at:
https://github.com/mantishub/ImportUsers

Thanks,
-Victor
by vboctor
06 Dec 2019, 05:04
Forum: General Discussion
Topic: REST API vs SQL INJECTION
Replies: 2
Views: 4105

Re: REST API vs SQL INJECTION

You shouldn’t sanitize the data. This will be handled by REST APi. You should just make sure they are sending valid requests with valid JSON.

Thanks,
-Victor
by vboctor
13 Mar 2017, 02:47
Forum: General Discussion
Topic: v2.0 - no ability to bold or highlight text?
Replies: 9
Views: 11875

Re: v2.0 - no ability to bold or highlight text?

Checkout the markdown support that was released as part of MantisBT 2.1.0.
http://www.mantisbt.org/blog/?p=498
by vboctor
13 Mar 2017, 01:57
Forum: Announcements
Topic: MantisBT 1.3.7 and 2.2.1
Replies: 0
Views: 17320

MantisBT 1.3.7 and 2.2.1

MantisBT 1.3.7 and 2.2.1 released, have a look at our Blog for more details.
by vboctor
05 Nov 2016, 22:49
Forum: Help
Topic: report a new issue via email
Replies: 2
Views: 6006

Re: report a new issue via email

As a MantisHub user, you should check the following resources: - https://www.mantishub.com/tutorials - checkout the Helpdesk video - http://support.mantishub.com/hc/en-us/articles/204273605-Configuring-the-Helpdesk-Plugin - http://support.mantishub.com/hc/en-us/articles/213197626-Handling-incoming-H...
by vboctor
05 Nov 2016, 22:45
Forum: General Discussion
Topic: How to get modern UI used on MantisHub?
Replies: 6
Views: 11260

Re: How to get modern UI used on MantisHub?

The modern UI is now available as part of 2.0.0-rc.1. Check it out and give us feedback.
by vboctor
05 Nov 2016, 22:23
Forum: General Discussion
Topic: Auto-assigning an issue based on status
Replies: 1
Views: 5440

Re: Auto-assigning an issue based on status

That is not possible out of the box. However, you can implement a plugin that listen to issue updated and re-assign as appropriate.
by vboctor
05 Nov 2016, 22:17
Forum: General Discussion
Topic: How to disable Timeline
Replies: 4
Views: 11099

Re: How to disable Timeline

@Zen, why is it useless for your users. Are there suggested improvements to make it more useful in your case?
by vboctor
05 Nov 2016, 21:42
Forum: General Discussion
Topic: Mantis Add on for test Case Management - Urgent
Replies: 1
Views: 5731

Re: Mantis Add on for test Case Management - Urgent

You should checkout the following:

- TestLodge
- TestRail
- Testuff
- Testcollab
- TestLink
by vboctor
13 Sep 2016, 03:20
Forum: General Discussion
Topic: mantisbt.org domain configuration
Replies: 2
Views: 5875

Re: mantisbt.org domain configuration

We have an TXT spf record with the following value:
"v=spf1 include:_spf.google.com include:amazonses.com include:sendgrid.net ~all"

Thanks,
-Victor