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