Using the Web UI to Perform the Export
When project data is exported through the Web UI, the export operation is added to the Jobs queue and runs in the background. During the export process, the exported data is written to a JSON data file, which is then compressed in a .zip archive and saved to an exports folder in the Code Insight installation.
When a data export job for a given project is initiated, the options to perform a scan, rescan, Project Copy, or a Project Branch on this same project are disabled until the export is finished.
To export project data, do the following:
-
As Project Administrator or Analyst, navigate to the project’s Summary tab (see Opening the Project Summary Tab).
-
(Optional) If you want a backup of the existing
.zipfile containing your project’s most recently exported data, follow the instructions in Downloading the Archive Containing the Current Exported Data for the Project. This process downloads the.zipfile from theexportsfolder in your Code Insight installation to your browser’s download site.noteThe export you are about to perform overwrites the existing archive in the
exportsfolder. -
From the Manage Project menu, select Export Project Data. Either of the following occurs:
-
If a
.zipfile of data exported from this project already exists in theexports/<projectId>folder of your Code Insight installation, a popup is displayed. Continue with Step 4. -
If no file exists, the export proceeds. The message “Project Data Export is initiated with Job ID: x” is temporarily displayed in the upper right of the screen. Skip to Step 5.
noteDue to certain events, the Export Project Data menu option might be temporarily disabled. For more information, see Impact of Other In-Progress or Scheduled Jobs on an Export Issued for the Same Project.
-
-
In the popup, select whether you want to overwrite the existing exported data:
-
Yes—The export process will overwrite the current archive containing the previously exported data with an archive containing the results of the new export.
When you select this option, the export is immediately initiated and the message “Project Data Export is initiated with Job ID: x” is temporarily displayed in the upper right of the screen. The export job is added to the Jobs queue and will run in the background in queue order. Continue with Step 5.
-
No—The export process will not be performed at this time. The pop-up closes and you remain on the Summary tab.
-
-
To track the status of the export, do either:
-
Check the Export Project field in the Project Data section on the Summary tab. (For a description of the various statuses available in this field, see the field descriptions in Summary Tab.)

-
Open the Jobs queue and use the job ID to locate the Project Export job and track its status. (Use the instructions in Monitoring the Code Insight Jobs Queue to access and monitor the queue.) The Jobs queue enables you to see the status and position of the export job in relation to other jobs running in the Code Insight system.
noteWhen other projects trigger Project Export jobs concurrently with your job, the first export job added to the queue will be the first export job placed in Active state. The remaining export jobs continue in a Scheduled state and are run based on the scheduled order.
During the export process, the project data is exported to a JSON data file, which is then compressed in a
.ziparchive and saved to theexports/<projectId>folder in your Code Insight installation. Both the.zipfile and the JSON file inside the.zipfile have the same name,<../../prerequisites-when-using-the-rest-interface-for-project-exports-and-imports/project-id>-export-<date>_<time>. This new.zipfile overwrites the existing.zipfile containing the project’s previously exported data.When the export process is finished, the “completed” status is displayed both in the Jobs queue and for the Export Project field (in the Project Data section on the Summary tab). The Export Project field also provides an option to download the
.zipfile containing the exported data (see Downloading the Archive Containing the Current Exported Data for the Project). -