Uploaded image for project: 'Atlassian Ecosystem'
  1. Atlassian Ecosystem
  2. ECO-318

Updating a remote's base URL to reduce the scope of the base URL should result in a minor version change

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently, any change to the baseUrl of a remote in a forge app's manifest will result in a major version change. Also, baseUrl in remotes currently doesn't support wildcards.

      Please add the following options:

      1. Allow wildcards in baseUrl
      2. In the case where the new baseUrl reduces the scope of the original baseUrl, it may be more sensible for this to result in a minor version change instead.

      For example:
      Changing from:

      remotes:
      - key: example
        baseUrl: "*.domain.com"
      

      to:

      remotes:
      - key: example
        baseUrl: "*.a-different-domain.com"
      

      should result in a major version change.

      On the other hand, changing from:

      remotes:
      - key: example
        baseUrl: "*.domain.com"
      

      to:

      remotes:
      - key: example
        baseUrl: "subdomain.domain.com"
      

      could be considered a minor version change.

              Unassigned Unassigned
              3912bf74d8da Vihaan Kaura
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: