Search found 4 matches

by ErikA
27 Nov 2020, 10:13
Forum: Customizations
Topic: Adding custom fields to project page
Replies: 7
Views: 11511

Re: Adding custom fields to project page

We use the default custom_fields for this.
However, there is indeed no built-in way to have MantisBT add these custom_fields by default when you create a new project. Which I don't understand, at least project should inherit custom_fields from their parents, but hey.

You can add below code in ...
by ErikA
30 Mar 2018, 11:17
Forum: Help
Topic: SQL error 1406 when updating issue
Replies: 2
Views: 2998

Re: SQL error 1406 when updating issue

I see, thanks.
by ErikA
29 Mar 2018, 14:17
Forum: Help
Topic: SQL error 1406 when updating issue
Replies: 2
Views: 2998

SQL error 1406 when updating issue

Since the introduction of multiline text fields, we were getting errors when updating an issue that has such a field. This is caused by the fact that Mantis stores its history in mantis_bug_history_table, and the fields old_value and new_value are limited to 255 characters.
'Data too long for column ...
by ErikA
22 Jul 2014, 14:27
Forum: Help
Topic: Top-N of standard issues to choose from
Replies: 0
Views: 7506

Top-N of standard issues to choose from

We would like to enchance uniformity across the issues we register as a team. So, for example, use standardized text for issue summary / description, impact, mitigation etc. Currently, it is hard to keep the writing style, and assesment of the different testers (anywhere in the neighbourhood of) the ...