issuesExportOptions
Input for the options in the issues export.
Examples
input IssuesExportOptions {
flattenAgg: Boolean
isDemoEnabled: Boolean
columns: [IssuesExportColumn]
rowsLimit: Int
}
Fields
Field
Description
Supported fields
flattenAgg Boolean
If true, aggregate data will be flattened in the export for simpler structure
isDemoEnabled Boolean
Enables demo mode features or data if set to true
columns [IssuesExportColumn]
Columns to export in the issues export
key IssuesExportColumnKeys
name String
rowsLimit Int
Maximum number of rows to export
References
Fields with this object:
Last updated