Missing alias in AP.context.getContext() and V.2 get space API

Hi Atlassian,

In the announcement, you mentioned that AP.context.getContext() would be returning a new field under confluencespacealias.

I am working in a renamed space in a site enrolled in the EAP, but I do not see this field. When is this expected to be available?

According to the announcement, the V.2 get spaces API (/wiki/api/v2/spaces?keys=mykey) is also supposed to return a new alias field, but I do not see this either. Same question as above.

Also, are there further thoughts you can share on when this feature will be made available to customers (as either EAP or GA)?

Thanks,
Scott

Did this get sorted?

I’ve got a customer support issue atm where AP.context.getContext() is only returning {url: {...}} :sweat_smile:

@JimStraus ?

Any news on this? (Even a FRGE ticket for Atlassian adknowledgement on this issue?)

AP.context.getContext() for us contains extension.space, but only the space key and id are provided - no space alias :frowning:

The alias is still not visible and cannot be retrieved using any expand. With the V1 API deprecation, we no longer have access to the space alias, breaking our app behaviour.

In 2026 and we still lack an Alias in the context.

@Atlassian, this forces additional calls to retrieve the space alias using request.context.space.id, meaning additional calls from our apps on every resolver invocation to retrieve the currentActiveAlias for a given space