Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

Overview

  Attach File Manager For Jira Kepler - Attachment fields | simple & multiple is compatible with Xporter for Jira to export imges in document outside of images in 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)}/${varcustomfield_id}/${issue_id}}


Parameters 

The value of customfield_name
Parameters
Explanation
customfield_nameidThe name of image file varstring id custom field 
base64(filename)The encoded string of the customfield_value
issue_idThe int identifier of the issue in question.