Forums

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

Cannot query on Bitbucket REST Api endpoint /deployments/

martin-paucot
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 25, 2022

Hi,

When a build is finished, we receive the Webhook "repo:commit_status_updated".

 

With this webhook we are trying to get the environment (if there is one) of the build that triggered the event.

 

Unfortunately the environment is not available in the payload neither in `/pipelines/{build number}/steps`.

 

We can gather it using the `/2.0/repositories/{workspace}/{repo_slug}/deployments/` endpoint but query and sort does not work.

The query is simply ignored :

GET https://api.bitbucket.org/2.0/repositories/kmp-agency/test/deployments/?q=release.commit.hash = "597957cc354cad2b0737e4eae0c080209a235c0f"

 

And the sort parameter returns the error

{
"key": "deploy-service.request.bad-request",
"message": "Invalid sort attribute provided 'number'",
"arguments": {}
}

How can we acheive what we want ?

 

Thanks in advance

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 28, 2022

Hi @martin-paucot and welcome to the community.

I'm afraid that sorting and filtering are not supported with the deployments endpoint.

We have a feature request about this in our issue tracker:

If you'd be interested in that, I would suggest adding your vote to the feature request (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature request.

Until this is implemented, you could retrieve all deployments via API and then use another tool that filters JSON data, like jq, in order to filter the results.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events