Page 1 of 1

Issue Title Control

Posted: 01 Nov 2018, 07:32
by murrtex
Hello,
Is there any solution to control issue title for uppercase,
Somebody open issue "THIS IS NEW ISSUE"
But I dont want like that.
I should be automaticly "This Is New Issue" or "This is new issue"
is it possible. if yes, how? Can you help me?
Thank you?

Re: Issue Title Control

Posted: 04 Nov 2018, 09:21
by atrol
You could write a plugin that uses event EVENT_REPORT_BUG_DATA to change data before being saved to database.
For more details, see https://www.mantisbt.org/docs/master/en ... bug.action

But keep in mind, that any automatic change could be wrong, e.g. something like BRD, GmbH, ... should not be changed.