Forums

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

Bitbucket Server REST API build status missing fields(logs, artifacts, actions)

Sebastien Ashby
Contributor
June 6, 2023

Hi,

I'm working with the following versions of the Atlassian products:

  • Bamboo Server version 8.2.5 build 80211 - 22 Jul 22
  • Bitbucket Server v7.21.5

And am using the Bitbucket REST API to populate(POST) the build status of commits.

The example json request representation is:

{
    "state": "SUCCESSFUL",
    "key": "REPO-MASTER",
    "name": "REPO-MASTER-42",
    "url": "https://bamboo.example.com/browse/REPO-MASTER-42",
    "description": "Changes by John Doe"
}

Everything works fine for the json fields in the example representation.
But I wish to provide links for the "Logs", "Artifacts" and possibly "Actions".

Is this possible?
What would be the name of the corresponding fields in the json request representation?

bitbucket_server_rest_api_logs_artifacts_actions.png

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events