Skip to main content

Overview

The Issues importer bulk-creates or updates issues. The distinction is row-by-row:
  • Rows without an id value create a new issue. title is required, and the issue starts at status pending unless the row sets an explicit status.
  • Rows with an id value update the matching issue.

Columns

Rich-text fields

cause_condition, disposition, and expected_condition are rich-text fields in the ION UI. The importer accepts plain text and converts it into a single paragraph, which you can elaborate on later in the UI. On update rows, an empty cell leaves the existing content untouched.

Custom attributes

Any column not in the standard list above is treated as a custom attribute on the issue. Custom attribute columns must match a configured attribute key for your organization; unknown columns cause a validation error. For general import behavior, empty cell handling, and error reporting, see Importers.