Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-18544

Notify users of need to recreate Application link to change Bitbucket Server URL

    XMLWordPrintable

Details

    • 0
    • 7
    • 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.

    Description

      Problem Definition

      When the Bitbucket Server URL changes, users need to delete and recreate the Application link. However, there is no notification of this requirement.

      Suggested Solution

      If Bamboo cannot access Bitbucket Server, add a notification to check the Application link URL.

      Workaround

      Please delete and recreate the Application link and re-save the Repository:

      1. Go to Bamboo Administration >> Overview >> Application links
      2. Delete the Bitbucket Server application link from Bamboo
      3. Go to Bitbucket Administration >> Application links
      4. Delete the Bamboo Application link from Bitbucket Server
      5. Recreate the Application link – this can be started from either application and you will be redirected to the other
      6. Re-save the Repository
        If the Repository is still unable to connect, you may need to delete and recreate the Repository

      Note from linked ticket BAM-18273:

      If you have Plan Branches, these will need to be manually updated in the Bamboo database. To do this, please:

      1. Stop Bamboo
      2. Back up your Bamboo database for restore/recovery purposes
      3. Run the following update query, replacing <old-url> and <new-url> as needed:
        update VCS_LOCATION as V
           set xml_definition_data = replace(xml_definition_data,'<old-url>','<new-url>');
        
      4. Start Bamboo

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ezeidan Elias Zeidan (they/them)
              Votes:
              8 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: