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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.