How to migrate a space template to a global template
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
An admin may have a Space Template that they would like to promote to a Global Template. There doesn't appear to be a way to do this via the UI.
診断
環境
Confluence
原因
Currently, native Confluence functionality does not offer the admin a way to promote a space template to the global template list. There is an open feature request on this functionality : CONFSERVER-59999 - As an Admin I'd like to be able to move move a Space Template to the Global Template list
回避策
It is possible to simply port over the template content manually into a new global template using the Confluence Source Editor.
- Install the Confluence Source Editor add on
- Edit the space template and open the source editor by clicking the <> near the upper right hand corner of the editor
- Copy the XHTML of the template
- Create a new Global template and save it.
- Edit this template now and open the source editor by clicking the <>
- Paste the source in and save.
The template variables cannot be migrated with this method, you need to redefine the variables in the destination template.