...ome slack notifications, and until now we configured it like you mentioned in your documentation here https://support.atlassian.com/bitbucket-cloud/docs/integrate-bitbucket-cloud-with-slack/&n...
I would like to know if there is a running bitbucket pipeline. To do that, I'm trying to get all pipelines with the status "in progress", using the API. I found the query to list all pipelines here....
...hey is no API for project level branch restrictions 2. What else is the purpose of a project other than user/group security and branch permissions. 3. For adding permissions we either require a...
/1.0/groups API is very useful to manage Bitbucket Cloud user groups, including listing down specific users under particular group. But v1 APIs are deprecated and I am not able to find c...
Hello Bitbucket Community, I'm currently automating some of our workflows using Bitbucket Pipelines and faced an issue when trying to authenticate API requests to Bitbucket's REST API. I attempted t...
Hi all, Using the REST API we are trying to retrieve data about branches in the workspace. Using https://api.bitbucket.org/2.0/repositories/{workspace}/(repository}/refs/branches we g...
Hi, I need to use the Bitbucket API to create Pull requests and am using the Atlassian-python library. But I am running into a 401 error when I run this block of code: import logging i...
Is it possible via the API to enable/disable and configure the various Merge Checks and Merge Conditions? In the documentation I see the ability to manage branch restrictions, but not the a...
I would like to get the list of pipelines created in a certain time interval, but right now that doesn't appear to work. I tried using the information on the Filter and sort API objects page, but I...
Hi all, I'm trying to connect to our internal Bitbucket server via the Atlassian Python API, using a token: from atlassian import Bitbucket bb = Bitbucket(url='https://<ourURL>',token = '&l...
Copied to clipboard