You can adjust this default setting:
$g_move_bug_threshold = DEVELOPER;
As long as the other projects are not private, those who have the correct level will be able to move the bug.
Search found 1459 matches
- 12 Apr 2023, 07:45
- Forum: General Discussion
- Topic: Move issue to project without having permission on the target project
- Replies: 1
- Views: 1880
- 28 Mar 2023, 14:40
- Forum: Help
- Topic: add bugnotes/Activities to .csv export
- Replies: 2
- Views: 414
Re: add bugnotes/Activities to .csv export
try adding the field "notes" to the CSV column definition
- 28 Mar 2023, 14:32
- Forum: Customizations
- Topic: Report KPI on tickets status history
- Replies: 3
- Views: 1638
Re: Report KPI on tickets status history
Currently you only have the history section available which does not give you the information in days as requested. For that you will need a plugin 

- 28 Mar 2023, 12:54
- Forum: Customizations
- Topic: Report KPI on tickets status history
- Replies: 3
- Views: 1638
Re: Report KPI on tickets status history
If you would not need corrections, you could simply create a report on the history table which would give you the overview.
In that case no need for extra fields.
On the other hand, tickets may ping-pong between various stages so you would need to work with some key statuses to keep it workable.
In that case no need for extra fields.
On the other hand, tickets may ping-pong between various stages so you would need to work with some key statuses to keep it workable.
- 24 Mar 2023, 15:09
- Forum: Help
- Topic: plugin mantisbt_autosuggest
- Replies: 1
- Views: 540
Re: plugin mantisbt_autosuggest
open autosuggest.php and change the line
To :
If that does not work, contact the creators (which you already did) 
Code: Select all
'MantisCore' => '2.2',
Code: Select all
'MantisCore' => '2.0.0',

- 24 Mar 2023, 07:25
- Forum: Help
- Topic: Add a table in description of issue
- Replies: 2
- Views: 462
Re: Add a table in description of issue
Important to realize that this will only work in conjunction with the BBcode+ plugin 

- 21 Mar 2023, 16:07
- Forum: Help
- Topic: multiple LDAP config?
- Replies: 7
- Views: 3733
Re: multiple LDAP config?
If Mantis cannot find you in LDAP, it will present the normal login screen.
- 20 Mar 2023, 16:02
- Forum: Help
- Topic: retrieving attachments from mantis database(postgresql) session
- Replies: 1
- Views: 453
Re: retrieving attachments from mantis database(postgresql) session
well if you an access the database with a tool, you can retrieve a lot of info but you need to study the database scheme of mantis to get a coherent set of data. Other way can be to create a few scripts using Mantis functions to achieve what you want. It is not available out of the box 

- 20 Mar 2023, 08:53
- Forum: Help
- Topic: Quick setting for several workflows
- Replies: 7
- Views: 756
Re: Quick setting for several workflows
Still do not understand the problem (perhaps my problem
).
When you create the project, you define once how the workflow should look for the project.
Mantis will apply this within every ticket of the project fully automatic.

When you create the project, you define once how the workflow should look for the project.
Mantis will apply this within every ticket of the project fully automatic.
- 20 Mar 2023, 07:49
- Forum: Help
- Topic: Default fields mandatory
- Replies: 2
- Views: 3297
Re: Default fields mandatory
there is a plugin to take care of this, check out here:
https://github.com/mantisbt-plugins/FieldMan
https://github.com/mantisbt-plugins/FieldMan
- 18 Mar 2023, 14:05
- Forum: Help
- Topic: Quick setting for several workflows
- Replies: 7
- Views: 756
Re: Quick setting for several workflows
The imnage shown is from the email notifications not the workflow transition
- 17 Mar 2023, 13:54
- Forum: Help
- Topic: Quick setting for several workflows
- Replies: 7
- Views: 756
Re: Quick setting for several workflows
You set it up once per project, the one you see top right corner. Offers full flexibility, what more do you need?
- 17 Mar 2023, 11:50
- Forum: Help
- Topic: Quick setting for several workflows
- Replies: 7
- Views: 756
Re: Quick setting for several workflows
You already can define different workflows by project, what is wrong with that?
- 17 Mar 2023, 10:20
- Forum: Help
- Topic: Mantis api not working on Nginx server. Please help
- Replies: 15
- Views: 2149
Re: Mantis api not working on Nginx server. Please help
Please first answer the questions raised if you want to have proper support.
- 16 Mar 2023, 12:58
- Forum: General Plugin Discussion
- Topic: (semi) automatic checking for plugin updates.
- Replies: 7
- Views: 12452