Provide list of relevant JIRA issues to a Bamboo Task

Steven Mitcham October 20, 2013

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.

1 answer

0 votes
Gretchen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 1, 2013

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.

Suggest an answer

Log in or Sign up to answer