Description:
For Confluence, customers need Glean to show the current space name/alias rather than the old immutable key.
Example: A client renamed their space from “ALPHA” to “BETA.” Confluence shows “BETA” and redirects correctly, but the API still returns the ALPHA key/URL, so Glean surfaces the old name. While this properly redirects on the Confluence side, this behavior feels confusing and outdated to users and makes it seem like Confluence data might be stale.
Request:
- When the Confluence space API returns fields like alias/name/title, Glean should prefer those for user‑facing display (search results, labels, etc.), while still using the key internally for identity/permissions.