Is there any way to pass in the list of JIRA issues that are associated with a Bamboo build to one of the tasks in that build?
We would like to automatically advance our issues that were part of a build to the next stage of our JIRA workflow.
https://answers.atlassian.com/questions/238985/bamboo-any-way-to-see-all-changes-between-two-builds
In the first post link I provide some REST examples that can be used to get the changes, you can also get jira issues the same way using:
results/result/jiraIssues/issue
Something like:
http://myhost:8085/rest/api/latest/result/MYPLAN1-5157?expand=results.result.jiraIssues
should work.
or
results/result/jiraIssues/issue/url
See this page for more information: https://developer.atlassian.com/display/BAMBOODEV/Bamboo+REST+Resources
How you turn that into the instructions to the build that these things are linked is a different thing that I cannot help you with.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.