Issue Summary
It seems there is an issue with Date pickers on "Create Issue" dialog screen when dialog window is being called via Atlassian API. This only occurs when using a non default locale.
Steps to Reproduce
- Choose a non default locale.
- Open CreateIssueDialog via Atlassian Jira Cloud API `jira.openCreateIssueDialog`
- Opening any of the date pickers leads to an error(Screen in the attachment).
Expected Results
Date pickers work.
Actual Results
Date pickers do not display due to missing resources required by get-calendar-resources.js.
Workaround
None