Running Bamboo 7.2.7 on atlas sdk using atlas-run. When navigating to the RETS API Browser I was greeted with this:
Tried changing the version by updating rest-api-browser-3.2.2 and 3.2.3 in the manage apps tab per this post:
https://community.developer.atlassian.com/t/atlassian-rest-api-browser-not-showing-any-rest-services-after-update/28628
with no success.
POM versions
<properties>
<bamboo.version>7.2.7</bamboo.version>
<bamboo.data.version>7.2.3-license-2023</bamboo.data.version>
<amps.version>8.2.0</amps.version>
<plugin.testrunner.version>2.0.2</plugin.testrunner.version>
<atlassian.spring.scanner.version>2.1.7</atlassian.spring.scanner.version>
<!-- This property ensures consistency between the key in atlassian-plugin.xml and the OSGi bundle's key. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Hi @Lin,
App development related questions are best asked in the Atlassian Developer Community, you have a greater chance to get feedback from other app developers there.
The question at hand seems to be appropriate for the Atlassian Developer Tools category, even though there is also a Bamboo Development category for solely Bamboo related questions.
Cheers,
Steffen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.