I've been trying to setup an automation when a new Idea is created in JPD. What I want to do is create a new Confluence page in an existing folder that contains the name and description of the new idea and then inserts the document link of that Confluence doc into the "document" field in the Idea. I've been successful with this, but with one exception: the format of the body copy from the Idea populates as plain text in the Confluence page and loses the rich text.
Using {{issue.description}} pulls the description in, but doesn't retain rich text.
I've tried {{issue.description.html}} and a couple of other system tags, but nothing works.
Hi @Jyll Rademacher -- Welcome to the Atlassian Community!
You are correct: there is no built-in smart value encoding to use the Description field's formatting, macros, etc. in one step for use to create a Confluence page with a rule.
I believe a possible workaround is to use the Atlassian Document Format (ADF) for both, with help from the REST API endpoints and the Send Web Request action:
Here is a how-to article for calling an endpoint using the Send Web Request action.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.