How to identify Bamboo Release from buildNumber?

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Bamboo uses an internal build number to maintain data consistency and reference specific revisions in plugin URLs. The <bamboo-home>/bamboo.cfg.xml file holds the internal build number representing the revision of Bamboo for which the data is applicable. For example, in the bamboo.cfg.xml for Bamboo 9.1.0, the following entry would be present:

1 <buildNumber>90100</buildNumber>

90100 represents the internal build number linked to the release version 9.1.0.

Environment

All versions of Bamboo.

Solution

The following REST endpoint (JSON) provides more information about each Bamboo release. You can access this data through the Atlassian Marketplace API using the following URL:

To check the build release number for the Bamboo version via Bamboo Database, use the following SQL query:

1 2 3 SELECT SERIALIZED_DATA FROM BANDANA WHERE BANDANA_KEY = 'bamboo.db.version';

Reference

The table below serves as a reference only and is not updated dynamically. If you are looking for a specific release that is not listed, please refer to the API link provided above.

The following table lists the build number corresponding to each Bamboo release:

Bamboo release

Build number

10.2.0

100205

10.1.1

100108

10.1.0

100107

10.0.3

100011

10.0.2

100009

10.0.1

100008

10.0.0

100006

9.6.9

90612

9.6.8

90610

9.6.7

90608

9.6.6

90607

9.6.5

90606

9.6.4

90605

9.6.3

90604

9.6.2

90603

9.6.1

90602

9.6.0

90601

9.5.4

90510

9.5.3

90509

9.5.2

90508

9.5.1

90507

9.5.0

90506

9.4.4

90415

9.4.3

90414

9.4.2

90413

9.4.1

90412

9.4.0

90411

9.3.6

90308

9.3.5

90307

9.3.4

90306

9.3.3

90305

9.3.2

90304

9.3.1

90301

9.3.0

90300

9.2.20

90220

9.2.19

90218

9.2.18

90217

9.2.17

90216

9.2.16

90215

9.2.15

90214

9.2.14

90213

9.2.13

90212

9.2.12

90211

9.2.11

90210

9.2.10

90209

9.2.9

90208

9.2.8

90207

9.2.7

90206

9.2.6

90205

9.2.5

90204

9.2.4

90203

9.2.3

90202

9.2.1

90201

9.1.3

90104

9.1.2

90102

9.1.1

90101

9.1.0

90100

9.0.4

90009

9.0.3

90008

9.0.2

90007

9.0.1

90006

9.0.0

90005

8.2.9

80215

8.2.8

80214

8.2.7

80213

8.2.6

80212

8.2.5

80211

8.2.4

80210

8.2.3

80209

8.2.2

80208

8.2.1

80206

8.2.0

80205

8.1.12

80120

8.1.11

80119

8.1.10

80118

8.1.9

80117

8.1.8

80116

8.1.7

80115

8.1.6

80114

8.1.5

80112

8.1.4

80111

8.1.3

80110

8.1.2

80109

8.1.1

80108

8.0.13

80024

8.0.12

80023

8.0.11

80022

8.0.10

80020

8.0.9

80019

8.0.8

80017

8.0.7

80016

8.0.6

80014

8.0.5

80013

8.0.4

80012

8.0.3

80011

8.0.2

80010

8.0.1

80009

8.0.0

80008

7.2.10

70216

7.2.9

70215

7.2.7

70214

7.2.6

70213

7.2.5

70212

7.2.4

70211

7.2.3

70210

7.2.2

70209

7.2.1

70207

7.2.0

70205

7.1.4

70122

7.1.3

70121

7.1.2

70119

7.1.1

70117

7.0.6

70021

7.0.4

70018

7.0.3

70016

7.0.2

70015

7.0.1

70014

6.10.6

61011

6.10.5

61010

6.10.4

61009

6.10.3

61008

6.10.2

61006

6.9.2

60911

6.9.1

60910

6.9.0

60909

6.8.3

60807

6.8.2

60806

6.8.1

60805

6.8.0

60803

6.7.3

60707

6.7.2

60706

6.7.1

60705

6.6.3

60607

6.6.2

60606

6.6.1

60605

6.6.0

60604

6.5.1

60511

6.5.0

60509

6.4.2

60406

6.4.1

60405

6.4.0

60404

6.3.4

60309

6.3.3

60308

6.3.2

60307

6.3.1

60306

6.3.0

60304

6.2.9

60215

6.2.8

60214

6.2.5

60212

6.2.3

60210

6.2.2

60209

6.2.1

60208

6.1.6

60107

6.1.4

60105

6.1.1

60104

6.1.0

60103

6.0.5

60006

6.0.4

60005

6.0.3

60004

6.0.2

60003

6.0.1

60002

6.0.0

60001

5.15.7

51521

5.15.5

51518

5.15.4

51517

5.15.3

51515

5.15.2

51514

5.15.0.1

51513

5.14.5

51419

5.14.4.1

51417

5.14.3.1

51416

5.14.1

51413

5.14.0.2

51412

5.14.0.1

51411

5.13.2

51316

5.13.1

51315

5.13.0.1

51314

5.12.5

51218

5.12.4

51217

5.12.3.1

51215

5.12.2.1

51213

5.12.2

51212

5.12.1

51211

5.12.0.2

51210

5.11.4.1

51120

5.11.3

51118

5.11.1.1

51117

5.11.1

51116

5.10.3

51020

5.10.2

51019

5.10.1.1

51018

5.10.0

51017

5.9.10

5921

Updated on April 2, 2025

Still need help?

The Atlassian Community is here for you.