Questions tagged [bitbucket-server]

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams"

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams". It provides many features comparable to GitHub and Bitbucket.

Including:

  • Creating git repos
  • Managing access by individuals and groups
  • Linking JIRA issues to commits
  • Creating and managing pull requests
819 questions
0
votes
1 answer

In Atlassian Markdown is it possible to highlight single line in code block

In writing markdown for Atlassian Bitbucket, I would like to show a code block with one line highlighted (NOT "Syntax Highlighting" as for a programming language, but one line bold). Is this possible? There is no suggestion that it is possible at…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
0
votes
2 answers

Creating new Branch under master, showing already existing commit under newly created branch

When i am creating new branch using create branch option on bitbucket, it is creating successfully. But when i go on commits option and choose newly created branch from dropdown under heading COMMITS..it is showing few commits for that new branch.…
Mr Code
  • 124
  • 10
0
votes
1 answer

Create submodules from a already created bitbucket repo

Hello I am using git and the web interface bitbucket I have the following structure in bitbucket a |-b |-c Thing is I want to be able to clone only c. I have red that submodules are the way to go. How can I make c a submodule and clone it somewhere…
statquant
  • 13,672
  • 21
  • 91
  • 162
0
votes
1 answer

Viewing permissions in Atlassian Stash

I wonder if there is a way for an ordinary user to view the list of user permissions for a given repository in Atlassian Stash. Specifically I'm interested in who has permission to push commits to a repository. The stuff I've been able to find seems…
Robert Dodier
  • 16,905
  • 2
  • 31
  • 48
0
votes
1 answer

Can I use PluginSettings for saving repository level settings in Bitbucket plugin?

I am developing a plugin for Bitbucket and I am adding a couple of settings at the repository level. Can I use PluginSettings to save the data at the repository level or is PluginSettings used only for Global settings? Also, I have a very small…
kaushikv
  • 135
  • 1
  • 12
0
votes
2 answers

Bitbucket daily personal log

I've been using Bitbucket for a week now. It seems like a capable platform. Personally in my development activities, I keep a daily "journal" of whatever I need to keep track of separately from any commits to the Git repo. It gives me a place to…
MikeyE
  • 1,756
  • 1
  • 18
  • 37
0
votes
2 answers

Disable Http Access on BitBucket

So I am trying to disable Http Access to my repository. This is what Bitbucket states on their link Disabling HTTP(S) access To disable HTTP(S) access: Go to the Bitbucket Server administration area and click Server settings (under 'Settings').…
MistyD
  • 16,373
  • 40
  • 138
  • 240
0
votes
0 answers

Pushing Local repository to remote in Bitbucket

I have maintained my source code in my local repository till date that includes all the detailed history including tags information. Now that a place in the Bitbucket server space is created for our project, I need to push all the source code from…
this-Me
  • 2,139
  • 6
  • 43
  • 70
0
votes
1 answer

Bitbucket server API: is it possible to checkout/pull/merge via API?

I'm writing some automatic scripts using Bitbucket Server API. I have a lot of actions here, with pull request creation, etc. For some reason I need to synchronize some branch with remote and merge with other branches(git merge). Is it possible to…
0
votes
0 answers

How to get the custom commit report using git log and unix commands?

I am using the below command to get the commit report for a repository in stash. I am able to get the author name,commit id, date,comments etc in the repository and export to csv files, But unable to get the branch names. I am expecting a report to…
Sadhan
  • 15
  • 2
  • 9
0
votes
1 answer

How can I configure a SEN through the terminal?

This question is about turning a pirated version into a legal one. If this violates any SO rules please let me know or delete it... My very small company has been using Atlassian Stash 2.10.1 for several years. Apparently my predecessor somehow…
peedee
  • 3,257
  • 3
  • 24
  • 42
0
votes
1 answer

Commit Not Found on Bitbucket on PreReceiveRepositoryHook

I am trying to validate a file on PreReceiveRepositoryHook and been following examples from atlassion site(https://bitbucket.org/roadsidepicnic/atlassian-bitbucket-check-commits-hook) and githup project…
a4anand
  • 11
  • 4
0
votes
1 answer

Unable to add, commit, push new files/directories to Git: working tree clean

We have a company Atlassian Bitbucket account which we use for our Source Control Management. I'm trying to add, commit and push files and directories in my project repo to the remote. However, it looks like Git doesn't recognize that new files are…
oikonomiyaki
  • 7,691
  • 15
  • 62
  • 101
0
votes
1 answer

How to get the current logged in user in Bitbucket through JavaScript?

How can I get the current logged in user in Bitbucket via JavaScript? Or is there any alternate way of finding logged in user in Bitbucket like we find it in Jira by (AJS.params.loggedInUser)?
0
votes
1 answer

Stash: Open PR for a feature branch which was previously reverted

Others in the Stash community have requested the ability to revert and re-open a merged Pull Request: https://jira.atlassian.com/browse/BSERV-3218 I am facing a similar issue, however I don't care that Stash doesn't provide a way to revert the PR. …
Dave Hughes
  • 352
  • 4
  • 21