Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a custom exporter

Copy an existing exporter script as a starting point for a custom exporter.

Before you begin

Important: Starting with the Washington D.C. release, DevOps Config is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported.

Role required: cdm_exporter_editor or cdm_editor or cdm_admin

About this task

DevOps Config content packs provide a variety of exporters. You can use any of the provided exporter scripts as a starting point for a custom exporter that you design.

Procedure

  1. Select the admin icon (
Image omitted: icon-admin-wrench.png
Admin icon.\) to open the **Administration** page.
  1. On the Exporters tab, select New, enter a unique and meaningful name and description, and then select Confirm.

    The first draft version of the exporter is named Draft 0.1 and is listed on the Versions tab.

Image omitted: cdm-exporter-create.png
DevOps Config validate
  1. Select the Version name to open default exporter script on the Exporter builder tab.

    The text of the exporter script appears in a view-only panel.

  2. On the Exporters tab, select the name of the exporter that will act as the starting point for the new custom exporter.

  3. Select the exporter version to use on the Versions tab for the exporter.

    The exporter opens on the Exporter Builder tab. The text of the exporter script appears in a view-only panel.

  4. Copy the text of the script for use in the new exporter.

  5. To enable users to specify dynamic execution conditions or CDI values when editing the exporter, create an input argument.

    1. On the Input arguments tab, click New.

    2. On the Create argument pop-up window, define the argument.

FieldDescription
Name / DescriptionMeaningful name and description for the argument.
Default valueValue that the argument will have when a user opens the exporter for editing.
MandatorySelect the check box to require that the argument value is specified.
3.  Select **Create**.

    The argument now appears in the **Input arguments** field on the Test Playground panel.