-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Work Item - Create - Linked Work Items
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When a user clicks the Create issue link button exposed by clicking on Link Issue, the modal Create Issue Link screen remains on the display after clicking Create, if you click Create a second time it closes, this results in two new issue links being created.
Steps to Reproduce
- Open an issue in a project and click Link Issue on the top bar
- This exposes '+ Create linked issue' , click this
- Select any project/issue and other details
- Once selected click Create.
The modal remains on screen, however the linked issue is created, click Create again another another linked issue is created in addition to the first, but now the modal closes.
Expected Results
When Create is clicked, the screen should close after a new issue is successfully created.
Actual Results
An error occurs in the console log:
error-logging-middleware.tsx:21 Uncaught Error: Actions may not have an undefined "type" property. Have you misspelled a constant? at y (createStore.js:156:23) at createEpicMiddleware.js:69:28 at error-logging-middleware.tsx:17:4 at e.dispatch [as _next] (applyMiddleware.js:41:44) ...
Full console log attached.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is duplicated by
-
JRACLOUD-84897 Link issue business project not closing the tab
-
- Closed
-