Problem in create image on page of Confluence

Jonas Gomes May 4, 2017

Hi all,

 

i'm working in create page of confluence via groovy inside JIRA and i'm follow this guide ->  https://scriptrunner.adaptavist.com/latest/jira/interacting-with-confluence-from-jira.html 

I can create page using xml structure but, when i try create a image using this code for example: 

<p>
   <ac:image ac:align="center" ac:height="150">
      <ri:attachment ri:filename="2016822959983 image.jpg"/>
   </ac:image>
</p> 

I received Unkown Attachment ... This xml code is the same xml of the other page have this attached image

Via REST i can create a new attachment but i cant put this image on a top of page, for example

Have another way to do this?

1 answer

0 votes
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2017

I would try adding a \ before the space in the filename, or rename the attachment without the space.

This might also work if the \ does not:

<ri:attachment ri:filename="2016822959983%20image.jpg"/>

Please upvote the solution if it work for you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events