Export renderer provider module lets you register the components responsible for exporting Structure columns to printable HTML and Microsoft Excel formats.
Export renderer provider example
<structure-export-renderer-provider key="erp-sbcolumn-excel" name="export-renderer:Status Bar Column Excel Provider" class="com.almworks.jira.structure.sbcolumn.StatusBarExcelProvider"> <column-key>com.almworks.jira.structure.sbcolumn</column-key> <export-format>ms-excel</export-format> </structure-export-renderer-provider>
Element | Required? | Description |
---|---|---|
| Yes | The module descriptor. |
| Yes | The unique identifier of the plugin module. |
| No | The human-readable name of the plugin module. |
| Yes | The class that implements the renderer provider. Must implement ExportRendererProvider. |
| No | The column key that this provider is associated with. You can have multiple |
| No | The export format that this provider is associated with. The values are |