Key for additional/custom user property accepts only ASCII characters

XMLWordPrintable

      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]+");
      

            Assignee:
            Unassigned
            Reporter:
            Bogdan Dziedzic [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: