Hello Community,
I am developing a Connect app for Confluence, and I have configured a postInstallPage
in atlassian-connect.json
like this:
"postInstallPage": {
"url": "/get-started",
"name": {
"value": "Get Started"
},
"key": "post-install-get-started"
}
Currently, when the postInstallPage
is opened, the browser tab title shows "Get Started - Confluence." However, I would like the title to display the app's name (e.g., "Hello World - Confluence") instead of the static "Get Started."
I’ve already checked the following:
<title>
in the HTML file of /get-started
is correctly set to "Hello World"Despite this, the tab title still seems to use the value from the name
field of the postInstallPage
configuration in atlassian-connect.json
.
Question:
postInstallPage
dynamically when it is opened via the Manage Apps "Get Started" button?I would greatly appreciate any guidance or best practices to resolve this.
Thanks in advance!
Hi and welcome to the Community!
You might not know, but Atlassian is phasing out support for Connect in favor of Forge, so you might want to reconsider 😀 :
https://www.atlassian.com/blog/developer/taking-the-ecosystem-forward-an-update-on-the-future-of-connect
Forge:
https://developer.atlassian.com/platform/forge/
That being said you will have better luck getting an answer in the developer community:
https://developer.atlassian.com
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.