Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pass found Jira issues to Ant task in Bamboo

Keith Miller January 22, 2013

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!

2 answers

1 accepted

0 votes
Answer accepted
PiotrA
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.
January 22, 2013

Ah, and there is this https://jira.atlassian.com/browse/BAM-11708 issue that you could find valuable to vote on and watch...

Keith Miller January 23, 2013

Cool thanks!

0 votes
PiotrA
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.
January 22, 2013

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,

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events