Skip to main content
2 votes
0 answers
70 views

So far I got this def _parse_bitbucket_url(value: str) -> Dict[str, str]: parsed_url = urlparse(value) if not parsed_url.scheme or "bitbucket.org" not in parsed_url.netloc: ...
Tomas Lopez's user avatar
1 vote
0 answers
54 views

Ok so I've been trying to create a library to use in multiple projects and I'm having a hard time with the limited tools at my disposal. All the projects are being hosted in Bitbucket, including the ...
Rapseo's user avatar
  • 11
-1 votes
1 answer
44 views

My company uses bitbucket data center but we are using our own issue tracker. We would like to convert text like bug#14 and feature#534 which appears in commit messages into links which leads to our ...
Victor's user avatar
  • 636
0 votes
1 answer
535 views

I posted this in the Bitbucket Cloud forums too. I see this article on how to update variables, but none of them refer to workspace variables. Is there a way to create/update Bitbucket Cloud workspace ...
Chris F's user avatar
  • 17.3k
1 vote
1 answer
688 views

I'm an engineering manager with the following thesis about pull requests in my team: 1. Long PRs take longer to review (disproportionate to their length in lines of code) 2. Long PRs receive less ...
Tom's user avatar
  • 1,293
0 votes
1 answer
45 views

I wanted to output shared path viewable on windows to bitbucket, however unable to get the expected output Code snippet in groovy and out put as follow: event_msg="\\\\blr-archieve\\Sfolder\\bins\...
R_SS's user avatar
  • 355
0 votes
1 answer
56 views

Github seems to provide details of the git clones that have been run on a repository in it's Graphs -> traffic tabs. Is this information also available from either the github api or gh cli tools? I'...
Maikol's user avatar
  • 357
0 votes
0 answers
328 views

As the title states, is it possible to programmatically generate an HTTP access token on Bitbucket server from an existing access token, e.g. via their REST API? From reading their documentation, it ...
Phoenix's user avatar
  • 408
1 vote
1 answer
1k views

I am using the below REST-API to get the latest pull request from bitbucket {link}/rest/api/1.0/projects/{my project}/repos/{my repo}/pull-requests?state=all&limit=1&size=1 It is working ...
user24147763's user avatar
0 votes
0 answers
127 views

I am trying to enable YAAC (Yet another commit checker) using Bitbucket api programatically (Python 3.7), but somehow the payload looks not good and getting status code as 400, with an error expected ...
Kaushik's user avatar
  • 111
0 votes
0 answers
59 views

Is there some way to get Bitbucket formatted file content instead raw text using Bitbucket API? I'm using cURL in PHP.
Vasil Gorgiev's user avatar
1 vote
1 answer
462 views

I need to interact programmatically with a BitBucket Server to create and manage repositories. To create a repository, a corresponding REST API method is available. The created repositories should ...
cello's user avatar
  • 5,506
0 votes
1 answer
99 views

For a repo in bitbucket in the left side menu option we can see source, commit, branch, pull request etc. Like wise there is shortcuts option available in my company domain. I want to know the ...
user1388605's user avatar
0 votes
0 answers
436 views

I am trying to look for specific text in a repo but how can I achieve this with bitbucket server using the bitbucket version 1 API? I am a bit limited with the advanced search feature on the bitbucket ...
Uche24's user avatar
  • 23
0 votes
0 answers
178 views

I am trying to get all commits of a user in Bitbucket. I couldn't find any documentation related to it. I was wondering if anybody else had the same use case. I am looking for something like this: ...
arn-arn's user avatar
  • 1,397

15 30 50 per page
1
2 3 4 5
29