Forums

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

Bamboo Rest Api Returns Partial Fields with All Fields Being Returned Only at Random

Catherine B
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!
April 14, 2020

I have a script that retrieves the Jira Issues that are associated with each Bamboo Build. I'm accessing it using the rest api http://<bamboo_server>/result/{projectKey}-{buildKey}/{buildNumber}?expand=jiraIssues.

 

If I run this script several times on the same build with the same jira issues, some of the times it will return the jira issue summary and some of the time it will only return the key. 

 

So let's say the jira issue that is attached to the build is ABC-123 "Example" on build FOO-APPLE-1. Sometimes it will only return key: ABC-123 and sometimes it will give me summary : Example. It's always the same user that is attempting to access the information. This rest api call used to work all the time.

 

I'm currently running Atlassian Version 8.1.0

0 answers

Suggest an answer

Log in or Sign up to answer