Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we determine the draft status in the pipeline?

Jeremy Richardson April 3, 2025

For certain PR pipelines I'd like to not run them if the PR is marked as draft.

Is there a way to do this?

2 answers

0 votes
Nate Holland
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 11, 2025

Hi! I'm the engineer that oversaw the draft feature and we don't explicitly expose the draft status in the pipeline. As said above, you could make an API call inside your pipeline to check the draft status, but this wouldn't rebuild when the PR transitions from open to draft. So you would need to be careful about making sure builds re-run after the transition.

0 votes
Saxea _Flowie_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2025

You could call Bitbucket API inside the pipeline and check if draft is true, and then not proceed/exit in your pipeline script.

It would still trigger the pipeline though, and after you mark your PR as non-draft, you will likely want to build it. However, I haven't checked it, but it won't be trigger automatically, you will need to push to force a build of your PR.

We provide a Bitbucket Cloud app, Flowie, which you can configure it not trigger pipelines based on certain conditions of the PR. You can use Flowie's draft workflow feature based on labels to achieve what you want. An as soon as the conditions change, say you mark PR as non-draft it will trigger the build.

We don't support Bitbucket built in draft yet, as it was recently released, but it should be added soon, if you prefer it over Flowie's draft support.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events