Overview
...
Overview
Kepler - Attachment fields | simple & multiple is compatible with Xporter for Jira to export PDF outside of the Jira context which contains athe image stored in Attach file custom field.
...
images in documents apart from the Jira context.
How to use
add the following configuration to Xporter Template:
Bloc de code |
---|
!{http://<Base-URL>/rest/kepler/1.0/file-attach/${base64(customfield_value)}/${customfield_id}/${issue_id}} |
Parameters
Parameters | Explanation |
---|---|
customfield_id | The string id custom field |
base64(filename) | The encoded string of the customfield_value |
issue_id | The int identifier of the issue in question. |