Is there any way to create new branch automatically in Bitbucket when a new release is created in JIRA
It is not possible out of the box in JIRA. You will have to write a plugin that listens on the ReleaseCreatedEvent and then creates a branch in Bitbucket using the application link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin,
I have created a rest api add-on and trying to configure same url as webhook(Release create) but it's throwing error like
2017-10-18 17:47:22,902 httpclient-callbacks:thread-10 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Client error - 405 when posting to web hook at 'http://localhost:8080/rest/CreateBranch/1.0/message.json?repository=test&branchFrom=master&branchNameToBeCreated=10109'
But when I try same url in browser it's working fine.
Am I doing any mistake here...
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.