Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-9414

Merge button tooltip should provide clickable link when build has been reported as in progress

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • None
    • None

    Description

      Currently working with Atlassian Bitbucket v4.12.0 and wanted to suggest a small change to the tooltip data that is shown when you hover over the merge button for an active Pull Request. 

      We are using TeamCity as our Continuous Integration solution and are using a plugin to report build data over the REST API back to BitBucket when a build starts and either passes or fails. Data sent from TeamCity to Bitbucket looks like the following:

      [2016-12-22 06:46:51,607]   INFO -   jetbrains.buildServer.SERVER - TEAMCITY-STASH:Sending build status to https://mybitbucket.com/rest/build-status/1.0/commits/e41a641f98bc0345dfbdba42a824109f51c9aabd
      [2016-12-22 06:46:51,614] INFO - jetbrains.buildServer.SERVER - TEAMCITY-STASH:With body: {
      "state": "INPROGRESS",
      "key": "467214",
      "name": "Build #1251, Checking for changes",
      "url": "http://myteamcity.com/viewLog.html?buildId=467214&buildTypeId=Some_Build",
      "description": "[Some Build] December 22, 2016 06:46"
      }
      
      and
      
      [2016-12-22 06:53:57,485]   INFO -   jetbrains.buildServer.SERVER - TEAMCITY-STASH:Sending build status to https://mybitbucket.com/rest/build-status/1.0/commits/e41a641f98bc0345dfbdba42a824109f51c9aabd
      [2016-12-22 06:53:57,485] INFO - jetbrains.buildServer.SERVER - TEAMCITY-STASH:With body: {
      "state": "FAILED",
      "key": "467214",
      "name": "Build #1251, Exit code 1 (new)",
      "url": "http://myteamcity.com/viewLog.html?buildId=467214&buildTypeId=Some_Build",
      "description": "[Some Build] December 22, 2016 06:53"
      }

      The link back the build shows up as the following:

      Current build of automerge changeset [hash] is in progress. More info <a href="Link to build">here</a>

      but is not clickable. Screenshot attached.

      This requires a quick cut-and-paste back into the browser to reach the build data. Not a huge issue but am guessing this is probably a simple thing to fix on the Bitbucket end.

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              672bf1d1c55b Tim MacKinnon
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: