Questions tagged [bitbucket]

A source control system and git hosting site from Atlassian.

A source control system and git hosting site from Atlassian. Bitbucket is written in python and provides issue tracking, wikis, and support for code reviews.

Links

51 questions
11
votes
3 answers

How to close a branch by default after a pull request has been merged in Bitbucket?

By default a branch will remain in Bitbucket when a Pull Request (PR) has been merged. How to ensure that a branch will be removed after a PR has been removed? When the option is enabled then the branch will be removed after the merge of a PR, but…
030
  • 13,235
  • 16
  • 74
  • 173
6
votes
1 answer

Is it possible to show a code coverage badge in bitbucket repositories?

In github it is possible to show a code coverage button. Is this possible in bitbucket as well? https://github.com/dwyl/repo-badges Attempts This site was found…
030
  • 13,235
  • 16
  • 74
  • 173
6
votes
1 answer

Is it possible to create a robot account in bitbucket without creating a new email account?

Introduction According to this article a user account could be given to a robot for Continuous Integration purposes. Method The IT department created a new email account, this was used to login to the git repository, a ssh key was created, the…
030
  • 13,235
  • 16
  • 74
  • 173
2
votes
1 answer

How to update all Bitbucket Repository Issues at once?

Background: There are multiple Bitbucket Repository Issues (BRI). If an issue needs to be edited then an edit button could be clicked and several items, e.g. title and priority could be changed. This works well when some issues need to be changed,…
030
  • 13,235
  • 16
  • 74
  • 173
1
vote
1 answer

Is is possible to configure settings in Bitbucket globally?

It is possible to configure settings per repository in Bitbucket. Would it be possible to configure settings globally? There are more than 30 repositories at the moment and I would like to avoid that I have to configure the same settings per…
030
  • 13,235
  • 16
  • 74
  • 173