Hello,
We’re using CreateIssueModal in our app. We’ve noticed recently that if at least one work item has been created in a dialog, it doesn’t call the onClose callback that we pass to it. This doesn’t depend on how we close the dialog - by clicking Cancel after checking “Create another”, by clicking Create, etc. If we discard the dialog without creating a work item, onClose is correctly called with { payload: [] }.
It’s 100% reproducible at least on 2 Jira domains that we’re using for development. I remember that everything worked on the same domains when we used CreateIssueModal for the first time (moving from Connect to Forge), but we didn’t notice when exactly it got broken.
Is this a known issue?