Confluence Page Title Variable |link| Jun 2026
In conclusion, the Confluence page title variable represents a shift from documentation as a static artifact to documentation as a dynamic application. It enforces consistency, reduces manual maintenance, and empowers users to create smart templates that adapt to their context. As organizations continue to struggle with information overload, features that automate the tedious aspects of documentation become invaluable. The page title, often thought of as just a name, becomes a powerful key that unlocks the potential for interconnected, self-updating knowledge management.
: While editing a template, you can insert a variable by typing /variable or selecting New Variable from the macro menu.
For templates where you want to reuse the page title in the body (e.g., “This is the Q3 Report for title”), consider using the macro or a User Macro (via Atlassian’s macro development framework) to fetch and display content.getTitle() . confluence page title variable
2 answers. ... Hi @Meera_Amanullah , If you have the Table Filter, Charts & Spreadsheets for Confluence app installed for your ins... Atlassian https://jira.atlassian.com Use template variables in page title | Confluence Cloud - Jira Partial Workaround. Use the create a template macro. Allows to customize the titles and offers variables @currentDate, @spaceName, Stiltsoft https://docs.stiltsoft.com @pageTitle variable - StiltSoft Docs Solution * Switch the page to the edit mode. * Insert the Table Transformer macro and paste the table or the macros outputting tab... Atlassian Support https://support.atlassian.com Create a template | Confluence Cloud - Atlassian Support Add a variable to a template. You can only add variables to templates created with the new editor. To add a variable: * Type /vari... Atlassian https://jira.atlassian.com Page Title Prompt When Creating A Page From Template - Jira Description. When creating a page from a blueprint template (example: The Troubleshooting Article template), you will be prompted ... Atlassian Support https://support.atlassian.com Smart values in Confluence automation - Atlassian Support 6 Dec 2022 —
Inside a Confluence template, you can’t directly output page.title as plain text (it’s parsed only in automation rules). However, you can create a user macro or use the Include Page macro to reference the page’s title dynamically. In conclusion, the Confluence page title variable represents
At its core, a page title variable is a mechanism that retrieves the name of the current page and injects it into the body of the page, a link, or an embedded macro. In the native Confluence environment, this is most commonly achieved through the use of the "Title" variable within the macros or by utilizing specific placeholder syntax (such as @title or %title% ) within third-party apps like ScriptRunner or Linking plugins. While a standard page title sits at the top of the UI as a static header, the variable version allows that same string to be used dynamically within the content itself.
Mastering the is essential for teams looking to standardize documentation and automate workflows. Whether you're building custom templates or using advanced macros, variables allow you to create dynamic, pre-filled titles that save time and reduce manual entry errors. How to Use Variables in Confluence Templates The page title, often thought of as just
The page title variable (commonly referenced as page.title in Confluence Automation) is a system-generated placeholder that dynamically returns the current page’s title.
In Confluence, the page title isn’t just static text—it can be a dynamic variable. This is especially powerful when using or template macros to create, update, or link pages.
Furthermore, the page title variable is instrumental in creating dynamic links to external systems, most notably Jira. In many organizations, Confluence pages are dashboards for Jira epics or sprints. A project manager might want a Confluence page that displays all issues related to a specific project. If the Confluence page is named "Project Orion," a dynamic Jira Issues Macro can be configured to query Jira using the page title as a search parameter. Instead of hard-coding a specific project key into the macro, the query uses the title variable (e.g., project = "@pageTitle@" ). This transforms the Confluence page into a dynamic dashboard that works for any project, simply by copying the page and changing the title. It allows for "infinite scalability" of documentation without requiring manual reconfiguration of data queries for every new page.
Confluence is a popular collaboration platform used by teams to create, share, and manage content. One of the key features of Confluence is the ability to create templates and use variables to dynamically populate content. In this report, we will focus on the page title variable in Confluence.
