Options for issue export.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "export_options", "type": "object", "description": "Options for issue export.", "properties": { "type": { "type": "string" }, "project_key": { "type": "string" }, "project_name": { "type": "string" }, "send_email": { "type": "boolean" }, "include_attachments": { "type": "boolean" } } }