Hi,
I'm working with the following versions of the Atlassian products:
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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.