Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Add a comment to bamboo build

Bharathan Kumaran April 24, 2022

Problem

I am trying to add a comment to a build in bamboo.

via - https://docs.atlassian.com/atlassian-bamboo/REST/8.2.1/#d2e1674

but the document json also refers to xml schema

need to know how to post a comment with a rest request

Note:

I am using personal access token , I have verified that this token is working for the get comments and retrives the data successfully

1 answer

1 accepted

1 vote
Answer accepted
Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2022

Hey @Bharathan Kumaran

Try the following syntax:

curl -s -k -u user:pass -H 'Content-Type: application/json' -X POST -d '{ "content": "Test567" }' "https://<bamboo_url>/rest/api/latest/result/PROJ-PLAN-BUILDNUM/comment"

To see the comments:

curl -s -k -u user:pass -H 'Accept: application/json' -X GET "https://<bamboo_url>/rest/api/latest/result/PROJ-PLAN-BUILDNUM/comment?expand=comments.comment"

 

Regards,

Eduardo Alvarenga
Atlassian Support APAC

Bharathan Kumaran April 25, 2022

Can you also help to update this in the api document

https://docs.atlassian.com/atlassian-bamboo/REST/8.2.1/#d2e1674

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 25, 2022

Hello @Bharathan Kumaran,

The Bamboo development team is working internally to refactor the Bamboo REST docs to a new Swagger interface. Please keep an eye on https://developer.atlassian.com/ for new changes.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events