...
...
...
...
...
Exporting SIL or Database custom fields
Info |
---|
This feature is available starting with version 2.0.1 2 for Jira 8 and above. |
With the app new feature you can use a SIL or Database custom fields and then it will show up in your PDF file. This means you are able to use a SIL Script custom field to generate an HTML from the same data used in the table or a standard Jira custom field containing HTML generated by SIL. In other words you are able to parse HTML (or wiki) from a custom field and have it display as formatted content in the exported PDF fileEasy PDF Word Issue Templates are now extended with an option to export SIL and Database custom fields. Get data from your database but not just data - get rows of data. Now, when you have a scripted custom field from a plugin in the Power Suite or any other plugin that displays data from your database in a table, you can have the same table in the exported file.
In the following example we will configure the Datatable custom field from the Power Database Fields PRO to display a table from the database. In your ticket export you will be able to view this very table.
- Configure the Data Table custom field field.
- Create, add Easy an Easy PDF Word Issue template and attach , add it to your Jira issue.
You can configure your template to display the ticket summary, assignee and the table using any of the following examples.
Code Block |
---|
Summary - $summary Assignee - $assignee Test table 1 $customfield_10625 |
Code Block |
---|
Summary - Test$summary tableAssignee - 2$assignee $DataTableExport Test Wafflestable - $Waffles2 $customfield_10909$DataTableExport |
That's it. The file will now have Data Table custom field exported to PDF successfully.
See also
ESF PDF - Using Electronic Signature FieldsEasy PDF Word Issue Templates