Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Canned Responses templates are held in text form. Every formatting is held in Markdown. Files cannot be held as text there but images can be transformed in order to be used in templates.

Instructions

  1. Get a PNG or JPG image file

  2. Encode it to Base64 format (e.g. by uploading the file to https://www.base64-image.de/)

  3. Get the resulting Base64 code of your image, that should look like:

    Code Block
     data:image/png;base64,iVBORw0...alotofdatahere...ErkJggg==

  4. Put your image code where normally a URL should go in Atlassian Markdown link syntax:

    Code Block
    ![Your Alt text here](PASTE_URL_TO_IMAGE_OR_BASE64_CODE_HERE)

  5. Put the whole code where the image should be in your Canned Responses template.

...