Looks like the AP.jira.openIssueDialog does not work as expected:
Steps to reproduce:
- open a Jira issue like: https://your-instance.atlassian.net/browse/DEMO-55
- Open an issue dialog by typing the command in you browsers development console: AP.jira.openIssueDialog(‘DEMO-50’)
- This will open a pop up window with the correct key ‘DEMO-50’ but the summary of background issue ‘DEMO-55’
- If you try the same command a second time, it will show the correct summary. But after refreshing the page, the same wrong behaviour persists.