I am developing some automations in Jira and I want to create pages in Confluence. I am creating the page successfully if I copy the storage format from a confluence page template manually in the body of the web request
Now, I want to make this more dynamic. I want to get the storage value via web request from the template:
The above web request is working. I tried the Get request with postman and I get the correct storage format:
When I want to store the storage value in a variable in the automation it is stored this way without the "\" in front of the quotation marks in the text:
With that, I get an error in the web request as you can also see in the above picture.
What am I doing wrong?
Best regards,
Florian
@Florian Seiler welcome to the Atlassian community
You need to have the \ in front of the quotes, so it does not recognize it as closing out what you are passing. Since the storage variable removes that you would need to put it back when you consume the variable or pass it another way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.