Overview
Attach File Manager For Jira Kepler - Attachment fields | simple & 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 |
---|
${set(var,${customfield_name})} !{http://<Base-URL>/rest/kepler/1.0/file-attach/${base64(customfield_value)}/${customfield_id}/${varissue_id}} |
Parameters
Parameters | Explanation | ||
---|---|---|---|
customfield_nameid | The string id custom field | ||
base64(filename) | The | name of image filevar | variable that contain file nameencoded string of the customfield_value |
issue_id | The int identifier of the issue in question. |