Groups with a comma in the name can't be added to the issues field

XMLWordPrintable

    • 2
    • Severity 3 - Minor
    • 0

      Issue Summary

      Groups with a comma in the name can't be added to multiple groups picker fields in the issue view or using automation.

      Steps to Reproduce

      1. Create a group with a comma in the name, i.e. North America (US, Canada).
      2. Try to add it to a multiple groups picker field.

      Expected Results

      You should be able to add the group.

      Actual Results

      The error below will appear in the UI:

      In browser dev tools or automation logs, you will see the below:

      {
          "errorMessages": [],
          "errors": {
              "customfield_10204": "Could not find group names: North America (US, Canada)"
          }
      } 

      Workaround

      Rename the group and remove the comma.

            Assignee:
            Unassigned
            Reporter:
            Nataniel Rocha
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: