-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 4.8.0
-
Component/s: Automation
-
None
-
Severity 3 - Minor
Issue Summary

Steps to Reproduce
- Create a new Automation Rule
- Select any trigger
- In IF segment: select "Issue matches" and switch to Advanced JQL
- Type a very long JQL query
- Observe the Confirm and Cancel Buttons
Expected Results
After typing JQL as lengthy as I want, I should be able to see Confirm and Cancel buttons
Actual Results
The buttons are not visible, and are not possible to click on. The issue is magnified by the fact that JQL entry field takes only half of the width it could.
Workaround
Save some part of JQL as a filter, and use it in the JQL instead
OR
- Open browser console (right click anywhere on the screen -> Inspect -> switch to console on the displayed window)
- Paste and execute the following command to Confirm the JQL
$(".edit-configuration-form button").click()