-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
7.10.0, 8.0.0
-
7.1
-
1
-
Severity 3 - Minor
-
Issue Summary
Full issue dialog pops up at inline issue create button on Backlog if quick filter is selected and the filter includes AND operator for checkboxes.
Issue should be created inline instead of full dialog because such filter is valid to specify an issue type.
Steps to Reproduce
- Create custom field "TestCheckBox" with field type CheckBox and add "option A", "option B" for its option.
- Add the custom field on your own issue type
- Head to Backlog screen on your project and add Quick Filter with following condition –
TestCheckBox = "option A" AND TestCheckBox = "option B" - Select the quick filter in the Backlog screen
- Hit "Create Issue" in the Backlog screen
Expected Results
Issue that has value "option A" and "option B" is created without showing full dialog.
Actual Results
It navigates you a full dialog.
Notes
If you configured
TestCheckBox = "option A"
in your quick filter, the dialog will not pop up.
Workaround
Create an issue with full dialog.