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?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.