Can Bamboo update a custom field in JIRA

Richard Beemer August 22, 2012

What I would like to do is have a custom fields called "Fixed in Build" be updated by Bamboo with the build number after the build completes. The jira tickets would be listed for Bamboo as part of the checkin process.

Can Bamboo do this?

2 answers

1 accepted

0 votes
Answer accepted
James Dumay
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.
August 23, 2012

You should be able todo that by writing a script that uses the JIRA REST API and have it execute using a Script task in Bamboo.

Richard Beemer August 24, 2012

Thanks for the help

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
September 25, 2012

CLI Plugin for Bamboo is now available and can easily do things like this.

jira guy
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.
April 4, 2019

Hey

Is it possible to parse the logging warnings/errors and create a ticket from that?

Suggest an answer

Log in or Sign up to answer