UI Action for Import Work Items not working in projectIssue UI Action for Import Work Items not working, This is part of the Azure Devops plugin and not showing the date range to import workitems and sprints as shown in below Causewhen User clicks on "Import Work Items" UI Action in Azure Project form then it opens a popup. - We use "bulk_import" UI View of sn_ado_int_import_request form to show the content of the popup. You can check this on "Import Work Items" UI Action's Script. - "Bulk Import" view is missing in this instance(probably someone has deleted or something is broken and hence it is showing default view in the popup which does not have from date and to date.ResolutionWe need to create bulk_import view for sn_ado_int_import_request form. Please follow below steps: 1. Download attached Fix.zip file, uncompress it and Import the two files provided inside it. 2. Go to sn_ado_int_import_request form view(You can navigate to sn_ado_int_import_request.list and open any existing record) 3. Click on Menu -> Configure -> Form Layout 4. Now select "Bulk Import" in the "View Name" drop down field. Click Save button. 5. Issue should be fixed now. Clicking on "Import Workitems" button should show popup with correct contents. 6. Once issue is fixed, repeat step2,3 and 4 to revert back the View from "Bulk Import" to "Default".(Don't worry this is just to revert the form view, not the view on popup) - Once the Above steps are followed we should able to see as below image and you will get an ability to select dates to import work items