-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Integration - Identity
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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
-
JRACLOUD-14779 Misleading error message on custom user key validation
-
- Closed
-
-
JRASERVER-14682 Key for additional/custom user property accepts only ASCII characters
- Closed