-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: User Management - Others
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Key for additional/custom user property accepts only a combination of the ASCII characters and the numerics.
That could be a problem for some customers requiring use of characters from other languages for their keys.
On the top of that they will get also a useless error message "The ''key'' can only contain alphanumeric characters."
public class EditUserProperties extends UserProperty { private static final Pattern PATTERN = Pattern.compile("[a-zA-Z0-9\\s]+");
- is related to
-
JRASERVER-14779 Misleading error message on custom user key validation
-
- Closed
-
- relates to
-
JRACLOUD-14682 Key for additional/custom user property accepts only ASCII characters
- Closed