Exporting and Importing Projects
This article describes how to export a Project and its associated Requisition Templates as a .json file, and then import that file to create a new Project and Requisition Templates.
Export the Project
Note: If moving projects between Sandbox and Production, be sure that all Sample Types are the same between the two environments before proceeding. Sample Types can be found in More > Lab > Sample Types.
- Go to Projects page, select project to be exported
- Click on the Gear icon in the top right corner of the page and click Export
- Open the .json file generated and edit any needed fields
- Required changes if moving projects between Sandbox and Production:
- Check the following objects to make sure their values are set to null as listed below
- "print_template_id": null,
- "consent_version_id": null,
- “medical_consent_version_id”: null
- Replace all references of sandbox with production (or vice versa)
- Check the following objects to make sure their values are set to null as listed below
- Other changes to consider:
- “name” under “project_attributes”, “name”
- “name” under “requisition_template”, “name”
- “display_name” under “associated_report_configurations”
- “remote_function_name” under “configuration” under “associated_report_configurations” (may need to update from sandbox to production)
- Required changes if moving projects between Sandbox and Production:
- Save any .json edits
Import the Project
- Import the .json file by clicking Add Project button on Projects page where you want the new project to be (choose Import Project)
- Review the new Project settings to be sure everything imported properly