You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I need get list of issues that are related to build in bamboo. I've menaged that by using bamboo rest api:
http://myhost.com:8085/rest/api/latest/result/{projectKey}-{buildKey}-{buildNumber : ([0-9]+)|(latest)} [GET]
It works fine, but I get only a few fields of jira issue. Is there a way to customize which fields of issues would be returned ?
I need get list of issues that are related to build in bamboo.
Jira issues from a single build result or the whole build plan?
but I get only a few fields of jira issue.
Do you mean it does not have the complete results of Jira issues in that single build plan? How many Jira issues is returned?
Is there a way to customize which fields of issues would be returned ?
Do you mean you would like to have Jira issues from a specific Jira project only for a single build result?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.