Search found 1398 matches
- 28 Mar 2023, 14:40
- Forum: Help
- Topic: add bugnotes/Activities to .csv export
- Replies: 2
- Views: 46
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: 56
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: 56
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: 101
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: 95
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: 976
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: 92
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: 185
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: 2969
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: 185
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: 185
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: 185
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: 670
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: 4
- Views: 5259
- 16 Mar 2023, 09:00
- Forum: Help
- Topic: time_tracking_with_billing does not show extra field
- Replies: 3
- Views: 155
Re: time_tracking_with_billing does not show extra field
That does not surprise me but that is not (yet) available.
for now it looks you will need to create a plugin for that or create a copy of the report and adjust to your liking
for now it looks you will need to create a plugin for that or create a copy of the report and adjust to your liking