-
Bug
-
Resolution: Fixed
-
Medium
-
10.127.3
-
1
-
Severity 3 - Minor
-
No
Issue Summary
Deleting connector custom issue type mapping doesn't work, nothing happens when confirming.
Steps to Reproduce
- Go to Jira Connector settings → Custom Issue Types tab
- Select one or more mappings to delete
- Click the Delete button and confirm warning
- Observe nothing happens
Expected Results
The mappings should be removed after the confirmation.
Actual Results
Nothing happens after the confirmation. No request is sent to the server.
Workaround
- Select the mappings you want to delete
- Open up browser Developer Tools
- Go to the console
- Paste and run the following code:
$("#btnDeleteIssue").trigger("click")
This should activate the delete function and send the request to the server.
- is related to
-
PS-158830 Loading...
- is resolved by
-
HOT-106734 Loading...