Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-85116

Recently created single choice custom field option is not returning in the JQL

XMLWordPrintable

      Issue Summary

      We have identified an issue with the single-choice custom field when it contains options with spaces. Specifically, when searching via JQL, these options do not return any results.

      Steps to Reproduce

      1. Create a custom single-choice field.
      2. Add a new option
      3. Include this field in an issue screen.
      4. Select the newly created value for an issue.
      5. Execute the following JQL search:
      6. Single choice drop down[Dropdown] = "new option*D

      Expected Results

      The search should return the issue that has the selected value.

      Actual Results

      No results are returned.

      Workaround

      Using the function choiceOption("") will return the correct result
      Example of JQL:

      "Single choice drop down[Dropdown]" in choiceOption("one two three")
      

              adde159388b3 Ananya Singh
              78538e785fe1 Lígia Zanchet (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              19 Start watching this issue

                Created:
                Updated:
                Resolved: