Hello, I am new to bitbucket pipelines and planning to migrate from on-prem bamboo to bitbucket pipelines. We run our builds in a different ways for different branches out of a s...
...ttachment. In advanced branching is it possible to concatenate all results into one variable? In the logs everything appears on a single line, but in the ticket, only the last result is r...
...elay for 10 seconds to allow this step to complete -Create two variables (lookup against radio select value and provide the userID) -Re-fetch issue data -Branch...
...bsp; period: weeks expiryTypeResult: 'true' enabled: 'true' branches: create: for-new-branch delete: after-i...
...utomation executions, avoiding the use of webhooks or unnecessary loops. We tested two main approaches: Creating a branch with an ordered JQL query. Using a "For Each" loop to iterate over the a...
...atcher, but only for that specific sub-task, not for the parent issue. How can I achieve this? I can't create a nested branch (branch within another branch), and when I try to add a branch for sub-t...
Hi, My github and Jira are connected. I'm looking for a way to write a JQL that will identify a ticket where the DEVELOPMENT data was updated in the last X days (see picture below). Is there...
This feature update was also posted on the Bitbucket blog. By popular demand, we are happy to introduce several new strategies for syncing and merging branches in Bitbucket Cloud. Our goal is to p...
Hi everyone, I’m trying to set up a Jira automation rule that automatically deletes a GitHub branch when an issue is transitioned to "Done". The challenge I'm facing is that our branch n...
Before today, whenever I make a PR using bitbucket UI, the checklist on for "Delete {branch-name} after the pull request is merged" is unchecked by default which is perfectly meet my team's workflow....
I have quite a few branches - each with subtasks underneath . To make it easier for editing / maintenance - how can I name them so subtasks are easier to find. naming them in either place would do :)
...arents and somehow loop over the children "rebuilding" the label list. However, from what I can tell: 1) You can't edit/concat a smart variable so I can build up a JSON to as I do a branch on c...
Hi all, I'm using advanced branching in Cloud Automation, to setup a variable which I use later on, outside of the branch. But apparently the variable exists only within the scope of the branch...
So as you can see I want to be the only one person who can do merge on master branch, but other user was able to do merge without any questions or pull requests.., just via regular commit.&n...
...merge during the additional development process. We cannot solve this problem by separating it on a branch basis. If I had to explain with an example, Developers named A,B,C will only be able to w...
I have an automation rule with a "For Parent Branch". In that branch, if a certain condition is met, I want to update a field in the triggering issue while in the branch (specifically clear t...
Hello, We are currently migrating to a new Bamboo version and I'm remaking our pipelines. One thing I noticed is, on every pipeline, Branch Merging is enabled with the "Branch Updater" option. E...
Hello everyone. We have a pipeline that creates multiple branches on different repositories. It uses Rest API to create branches and authentication method is OAuth (oauth consumer is generated i...
Hi! My goal is to update a custom label type field with values when fixVersion field changes. Values to update are lookup table values (since versions can't have custom fields attached to them) li...
It is now possible to checkout a new git branch directly from a jira ticket and also to locally configure the pattern in which the branch name will be formatted/written, for instance: . M...
I have a main branch, which has a branch a from it. This branch in turn has b branching off of it. a has already been merged through a pull request and b has an open one merging into a. I have p...
...he second one but that doesn't work well. To set the asset custom field of issue B in the second automation I have to use a branch (because issue B is the "destinationIssue"). The automation s...
I have an issue where JQL branch automation is not finding the issue. When I run the JQL in a filter it is returning data. When I validate in the automation module (after adding the JQL c...
...ifference between the two and when to use which one. Here's what I do understand: If I have several commits on my feature branch, a squash will bunch them into one "unit" of changes, and it will t...
...bsp; Then Advanced Branch: For each smart value - Name: varAddParticipants - Value: {{CommentUsers.split("[-,; ]")}} Then Add action > Edit Issue field > More o...
Copied to clipboard