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.