Now that Atlassian has added the ability to create a Confluence page through Jira Automation, it seems like you're only able to dynamically create a title and select a template.
This documentation seems to only allow you to leverage the page title and URL.
Am I missing something about being able to add text or issue links to the body of the page? Or is it currently not feasible at the moment?
This action seems to have a lot of potential value, but is quite limited at the moment.
You are not missing anything from the specific documentation. You can't do that by using Jira Automation. What you could do, is to send a web request, after you create the confluence page. So the blueprint of the rule would be something like:
The endpoint you should use for creating updating content should be this:
PUT /wiki/rest/api/content/{id}
The only problem I see with the above suggestion, is that you might not be able to get the id of the page from a smart value... Let me check that and come back shortly.
Right. so using the {{createdPage.id}} smart value you can get the id of the created page and send a web request to update its content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.