Have a look here:
https://github.com/QuestorX/MantisBT-Pl ... olumn-View
Search found 1054 matches
- Yesterday, 14:44
- Forum: Help
- Topic: Browser Autentication
- Replies: 1
- Views: 55
Re: Browser Autentication
Yes you can, use the ADlogin plugin. 

- Yesterday, 14:36
- Forum: Help
- Topic: Missing fields in csv export file
- Replies: 1
- Views: 51
Re: Missing fields in csv export file
use this query:
select a.*, b. description, b.steps_to_reproduce from mantis_bug_table a, mantis_bug_text_table b where a.bug_text_id = b.id
Make sure to adjust the table prefix in case yours is not 'mantis'
select a.*, b. description, b.steps_to_reproduce from mantis_bug_table a, mantis_bug_text_table b where a.bug_text_id = b.id
Make sure to adjust the table prefix in case yours is not 'mantis'

- Yesterday, 14:17
- Forum: General Discussion
- Topic: Intelligent task scheduling/calendar?
- Replies: 1
- Views: 91
Re: Intelligent task scheduling/calendar?
I do not believe Mantis can handle all these requests, perhaps you are better of with Projeqtor 

- 09 Apr 2021, 12:43
- Forum: Customizations
- Topic: Change timeline notifications to show by day
- Replies: 2
- Views: 152
Re: Change timeline notifications to show by day
not an option out of the box 

- 06 Apr 2021, 15:13
- Forum: Help
- Topic: SOLVED: Custom Field Filter Error
- Replies: 10
- Views: 262
Re: Custom Field Filter Error
Sorry , i misunderstood you. I have tried in my own installation and there it gives no issue. But then I still run version 2.24.3
- 06 Apr 2021, 14:49
- Forum: Help
- Topic: SOLVED: Custom Field Filter Error
- Replies: 10
- Views: 262
Re: Custom Field Filter Error
also changed à to just a ?
- 06 Apr 2021, 14:35
- Forum: Help
- Topic: SOLVED: Custom Field Filter Error
- Replies: 10
- Views: 262
Re: Custom Field Filter Error
Just rename the field to gruppo-attivita
- 06 Apr 2021, 08:40
- Forum: Help
- Topic: SOLVED: Custom Field Filter Error
- Replies: 10
- Views: 262
Re: Custom Field Filter Error
Perhaps the slash is giving you an issue. Try without 

- 05 Apr 2021, 14:50
- Forum: Help
- Topic: Feedback workflow
- Replies: 1
- Views: 82
Re: Feedback workflow
No this is not an option out of the box.
- 03 Apr 2021, 08:13
- Forum: Customizations
- Topic: Add drop down sub menu in navigation menu
- Replies: 1
- Views: 89
Re: Add drop down sub menu in navigation menu
best is to write a small plugin that the menu to the sidebar. 

- 02 Apr 2021, 11:12
- Forum: Customizations
- Topic: Feedback assigned to updater
- Replies: 4
- Views: 2895
Re: Feedback assigned to updater
Think your response is not correct, i see no change in the settings ( which is correct).
This is not how it works. Setting status to feedback has no impact on reporter or Assigned to.
Normally the reporter get's an email to update the ticket, ticket is not assigned to the reporter
This is not how it works. Setting status to feedback has no impact on reporter or Assigned to.
Normally the reporter get's an email to update the ticket, ticket is not assigned to the reporter
- 02 Apr 2021, 11:07
- Forum: Help
- Topic: Issue with database migration
- Replies: 1
- Views: 79
Re: Issue with database migration
Looks like you still did a fresh install.
So remove all those tables mtat* from the database and start allover.
Just make sure you are doing an update.
This is described in the admin manual.
So remove all those tables mtat* from the database and start allover.

Just make sure you are doing an update.
This is described in the admin manual.
- 26 Mar 2021, 14:56
- Forum: General Discussion
- Topic: @mention with find-as-you-type for real name
- Replies: 4
- Views: 1916
Re: @mention with find-as-you-type for real name
I would need to rework that one which was proprietary for a company.
- 24 Mar 2021, 11:49
- Forum: General Plugin Discussion
- Topic: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
- Replies: 4
- Views: 95
Re: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
so what would the plugin deliver?