I am trying to create standard content linked to JIRA work items. I have created a space template, which I would like users to use when performing certain tasks in JIRA.
Unfortunately, the only way to create a link to a template that opens a new document seems to be a macro in Confluence, which is not supported JIRA.
If this is already supported or if there is some work around, I am looking forward to a solution. Rovo has been sending me on dead ends and also Rovo agents do not seem to be able to create new confluence pages from JIRA based upon a specific template.
Possible solution alternatives in case there is missing functionality:
- native integration
support in JIRA work items to create a specific content in Confluence based upon defined templates. The page is then linked automatically to the work item (and vice versa).
- limited/reduced functionality:
support clickable links to the template page ID, such as /wiki/pages/createpage.action?spaceKey=ABC&templateId=1234567890, which can be used in Confluence Cloud.
Hi @Léon Pluister ,
To add to what Anwesha said, we've implemented this simple automation so that when the work item status is changed > publish a new page with a specific template.
Now, it's far from ideal, as there are some missing elements here - at least from the automation perspective. There are a couple of feature requests you can take a look at:
🆕 Lately, I've been relying more on Agents in Jira for this > basically, create an agent and add it to a workflow (or add it to automation) and explain that you'd like to create a Confluence page once the work item is updated or when it reaches a specific status. You could also point it out to use a specific template (although it's not clear how stable that will be).
Anyway, I'd suggest giving it a try if you can use AI features. 👀
Cheers,
Tobi
Hi @Léon Pluister, unfortunately, there's no native way in Jira Cloud or Confluence Cloud to trigger page creation from a specific Confluence template when a Jira issue is created or updated. The closest native option is the "create Confluence page" button from Jira, but it doesn't use Confluence templates, the page is blanc.
As you've found, Rovo agents can draft content but can't be triggered by Jira events or reliably publish to a specific space from a template.
If you're open to a Marketplace app, I'd recommend AutoPage that does exactly what you're describing. You define rules in Jira that trigger on issue creation (or updates, status changes, etc.), and when a rule fires, it creates a Confluence page from a template you've set up using the normal Confluence editor. The template is just a Confluence page with AutoPage placeholder macros that pull in Jira field values - for example assignee, priority, summary, description, but also attachments (and soon comments) inline into the page content. The created page is automatically linked back to the Jira issue, and the Jira issue gets a link to the page as well.
You can scope rules to specific projects and filter by issue type or JQL conditions, so only the right issues trigger page creation. You can also set a fixed parent page or derive it dynamically from a custom field, which lets you build page trees that mirror your Jira structure.
The two sync modes are worth knowing about: "Live Update" means the Jira data on the page is retrieved in real time when someone loads the page (always current), while "On Page Update" saves a snapshot of the data at the moment the rule triggered (useful if you want a frozen record).
Full disclosure: I am affiliated with the team that build the app. But it also means I personally use it a lot and I'd be happy to answer your questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Léon Pluister 👋
Welcome to the community ✨
Direct native linking from a Jira template picker to a specific Confluence ID is currently unsupported in Jira cloud. Standard URL workarounds like create page.action are legacy features hence unavailable in confluence cloud.
But you can still create confluence page from jira work items either using native UI menus, jira automation or Atlassian marketplace apps.
Manual process (native) :
Automative using jira automation:
Hope this answers your question.
Thanks,
Anwesha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks all for your valuable inputs! Shame that such a simple link between Jira and Confluence got degraded in the cloud version.
I have tried the automation and the agents but I have found them to be unreliable, and it either gets stuck or does nothing. Maybe I can try again at a later stage based upon the valuable comments here. Seems that the AutoPage app is the most versatile and reliable solution at the moment and I'll give this a go if we can have the AutoPage app set up on our tenant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Léon Pluister, from you described, I'm sure that AutoPage will meet your needs. If you have any questions please feel free to ask them via our support portal: https://coderay.atlassian.net/servicedesk/customer/portal/1 or book a demo if you'd like to get a personalized tour: https://calendly.com/coderay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Léon Pluister. The clickable-link route won't work on Cloud. createpage.action opens the editor but ignores templateId, so the page comes up blank with the template not applied, and people have confirmed that on Cloud. The variant that did honour it, createpage-entervariables.action, only ever worked on Server and Data Center. The Create from Template macro gives you a proper picker in Cloud, but it only works on a Confluence page, so it's no help from the Jira side.
The automation route changed though. Atlassian reworked the Publish page in Confluence action back in July 2025, so it now lets you pick the template and gives you a rich-text body editor in the action itself. What it still can't do is fill template variables. If your template has /variable fields, there's nowhere to map smart values into them. That gap is open at CONFCLOUD-82251.
So skip the variables. Either build the body in the action with smart values like {{issue.summary}}, {{issue.key}} and a link back with {{issue.url}}, or create from the template first and add a second Edit page action for the dynamic parts. It won't link the new page back to the work item on its own, so add that as a follow-up step.
Are your templates the fill-in-variable kind, or fixed layout? If they're fixed, that reworked action gets you most of the way with none of the variable pain.
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.