Can Bitbucket Server connect to Springboot app/service?

Need suggestions!

I see that Atlassian connect lets you develop an app on top of Atlassian products but it’s only available for cloud products. Is there any way to connect Server products like Bitbucket Server to another service that might be written in spring boot? where I will still make use of the Atlassian framework for the UI side.

Is it possible?

@madamczak - Any thought? Thank you.

Hi @MansingShinde I’m not sure if I can help you with this question. As far as I’m aware, the Atlassian Connect is something you can’t use with server/dc products.

You can however develop a UI plugin using available SDK and Java and/or REST APIs.

Let me try to summon a more knowledgeable person like @bturner to answer the Spring part.

Thanks,
Maciej Adamczak
Atlassian Developer.

That helps @madamczak

My requirement is to use the spring boot service where we have some logic written already, so send a request with JSON data to external springboot from the bitbucket plugin and the result to send back to the plugin which will then be parsed to UI.