Overview
Attach File Manager For Jira Kepler - Attachment fields | simple & multipe is compatible with Xporter for Jira to export images in document outside of the Jira context.
How to use
add the following configuration on Xporter Template:
Bloc de code |
---|
${set(var,${customfield_name})} !{http://<Base-URL>/rest/kepler/1.0/file-attach/${base64(customfield_value)}/${varcustomfield_id}} |
Parameters
Parameters | Explanation | ||
---|---|---|---|
customfield_nameid | The name of image file | var | variable that contain file namestring id custom field |
base64(filename) | Rhe encoded string of the customfield_value |