Feature #13176
closedPossibilty to define a "mask" in a field of type "Text"
0%
Description
This is to precise which information to not forget to fill in an answer field. Ex:
---------------------------------
Technical Analysis:
Validation build label:
Regression:
Related issues
Updated by Filou Centrinov almost 12 years ago
I don't really understand. You need a text mask? So you can use regular expressions. You don't want that the user forget to fill the field? So you can set this field to "required".
Updated by Filou Centrinov over 11 years ago
Or do you mean that your custom field contains "Technical Analysis: ..." as a "mask"? What's about using a default value for your custom field? In addition to that you can use tree separated fields which you set as required, when closing the issue. (config of workflow)
Please give some feedback what you want to do.
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Needs feedback
Updated by Arnaud GUT over 11 years ago
As indicated, this feature has been implemented one month ago: [[http://www.redmine.org/projects/redmine/repository/revisions/11396]].
It's OK for us. Thanks.
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Fixed
Arnaud GUT wrote:
As indicated, this feature has been implemented one month ago: [[http://www.redmine.org/projects/redmine/repository/revisions/11396]].
It's OK for us. Thanks.
Thank you for your feedback.
Updated by Go MAEDA almost 9 years ago
- Has duplicate Defect #3457: Default value on long text fields added