Aui datepicker not working after upgrade to jira8.x

Hi All,

We were using aui date picker to select the date in one of the vm, it is working in Jira 7.x but not in Jira 8.x.

please see the below code:

> Blockquote

<span class="icon-default aui-icon aui-icon-small aui-iconfont-calendar aui-date-picker" id="issueDueDatePicker" type="date" name="issueDueDatePicker"/>

 AJS.$('#issueDueDatePicker').datePicker({'overrideBrowserDefault': true});

I appreciate all your opinions and suggestions.

Thanks,
Kiran M

but not in Jira 8.x

What exactly is not working?

hi @tjoy,

Thanks for the response. The calendar is not showing up on click on the calendar icon. There is no console error messages.

Thanks.