-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.3.8, 10.3.11, 10.3.12
-
None
-
10.03
-
Severity 3 - Minor
-
Summary
JQL search based on Select List (cascading) results in the error:
An option provided by the function 'cascadeOption' for the field 'xxxxx' does not exist.
Steps to Reproduce
- Create two projects, let's call them Project A and Project B
- Create a customfield of type "Select List (cascading)", which we will name CasField
- Add the customfield to the issue create and edit screen schemes.
- Create two contexts for the customfield CasField: Context A and Context B.
- Create a few issues in Project A and Project B by passing the custom field values.
- The JQL below helps to filter the issues based on the cascadeOption.

- Navigate to Settings> Projects, delete Project B
- Execute the same JQL
Expected Results
The JQL filters the Jira issues based on the cascadeOption.
Actual Results
The JQL fails with the following exception:
An option provided by the function 'cascadeOption' for the field 'CasField' does not exist.
Workaround
Avoid using a mix of upper and lower case options in the context.
In the case described, updating context B to lowercase "abc" or context A to uppercase "ABC" helps resolve the issue.