Is het somehow possible to
1. Create scripts for automated builds and schedule these scripts
2. Get the result of the builds and notify people
3. When build is ok then transition jira-issues to next status
We have Jira Software Cloud and Bitbucket Cloud.
Do we need more to get this working? What do we need?
Hi @Maurice Stassen,
What are you currently using as your automated build system? BitBucket Pipelines? If so you should be able to setup automatic builds using this documentation:
https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html
If not, it will depend on what you are using as to how to link the trigger between code being committed and a build happening.
Between the Build & Jira side of things, there isn't anything out of box that will do what you are asking, and I'm not aware of an app free or paid that does this without requiring some scripting work in some form or another.
So what you will probably need to do is look at the REST API for Jira to see what hooks you need to trigger with your successful build to transition the issue in question.
You can also take a look at the Atlassian Marketplace to see if you can find something that will suit your needs.
I hope that helps!
-Jimmy
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.