So Bamboo gets the list of Jira issues it finds when doing a build. I want to get that list and interact with those issues though the Jira API. Is there any way to get those from the build itself?
Basically, I want to move all the Jira issues to 'In QA' once Bamboo has moved the build to QA. I'm not sure this can be done, but it would be great if it could.
Thanks!
Ah, and there is this https://jira.atlassian.com/browse/BAM-11708 issue that you could find valuable to vote on and watch...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Keith,
Maybe you could try using Bamboo REST API? Like for example using some ( curl -u user:pass http://BAMBOO/rest/api/latest/result/PROJ-PLAN-1234?expand=jiraIssues ) and then parse and inject these issues into your Ant task? But I'm not very confident this would be the most feasible solution. Maybe someone else here have better idea?
regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.