Is it possible to create a Jira issue that has code in it and that issue sends the code to a Bitbucket repository?
thanks,
stephen
You would have to create your own app using the REST API in order to do that. Not sure it the Bitbucket REST API allows you to add code directly to the repository, you would have to use a local repository and then push it up to Bitbucket. Have a look at the Developer Docs and also check out the Developer Community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.