context:siteURL has been removed recently. Please add it back

Hi,
I’ve found that context:siteURL has been removed, resulting in some issues in the Apps. Could you please take a look and add it back?

resolver.define("validateConfigs", async ({ context, payload }) => {
  const {
    **siteUrl: siteURL,** 
    cloudId: cloudId,
  } = context;

  console.log(`>>>>>> The URL of destination site is: ${**siteURL**}.`);

>>>>>> The URL of destination site is: undefined.
Thanks,
YY1

3 Likes

Thanks for raising this, we have an active thread investigating what is occurring here.

4 Likes

Hi @Benny My Confluence App works good, but not for Jira Cloud App. The source codes should be the same.
Related marketplace ticket is: Jira Service Management

1 Like

This issue has been fixed.

2 Likes