Issue Title Control

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
murrtex
Posts: 5
Joined: 01 Nov 2018, 07:27

Issue Title Control

Post 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?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue Title Control

Post 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.
Please use Search before posting and read the Manual
Post Reply