Information about app versions
Get a list of versions for the specified app.
string
Requiredstring
string
integer
string
string
boolean
integer
integer
1
2
3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"alternate": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"query": {
"template": "<string>",
"type": "<string>",
"name": "<string>"
},
"byBuild": {
"template": "<string>",
"type": "<string>",
"name": "<string>"
},
"byName": {
"template": "<string>",
"type": "<string>",
"name": "<string>"
},
"latest": {
"template": "<string>",
"type": "<string>",
"name": "<string>"
},
"next": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"prev": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"_embedded": {
"versions": [
{
"_links": {
"self": {
"href": "<string>"
},
"functionalCategories": [
{
"href": "<string>"
}
]
},
"_embedded": {
"functionalCategories": [
{
"name": "<string>"
}
]
},
"name": "<string>",
"status": "private",
"paymentModel": "atlassian",
"release": {
"beta": true,
"supported": true
},
"static": true,
"deployable": true,
"deployment": {
"server": true,
"cloud": true,
"connect": true,
"autoUpdateAllowed": true,
"dataCenter": true
},
"vendorLinks": {}
}
]
},
"count": 49
}
Create a new version for the specified app. This resource requires authentication.
string
RequiredAddonVersionLinks
RequiredAddonVersionEmbedded
integer
string
string
Requiredstring
AddonVersionReleaseProperties
string
AddonVersionExternalLinks
array<Compatibility>
Successfully created
string
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
curl --request POST \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions' \
--user 'email@example.com:<api_token>' \
--header 'Content-Type: application/json' \
--data '{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"alternate": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"agreement": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"artifact": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"edit": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"approval": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"transition": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"hero": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"license": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"_embedded": {
"artifact": {
"_links": {
"self": {
"href": "<string>"
},
"binary": {
"href": "<string>"
}
}
},
"hero": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"highlights": [
{
"_links": {
"screenshot": {
"href": "<string>"
},
"thumbnail": {
"href": "<string>"
}
},
"_embedded": {
"screenshot": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"thumbnail": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"title": "<string>",
"body": "<string>",
"explanation": "<string>"
}
],
"screenshots": [
{
"_links": {
"image": {
"href": "<string>"
}
},
"_embedded": {
"image": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"caption": "<string>"
}
],
"instructions": [
{
"_links": {},
"_embedded": {},
"body": "<string>"
}
],
"license": {
"_links": {
"self": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>"
}
},
"buildNumber": 120,
"name": "<string>",
"status": "private",
"paymentModel": "atlassian",
"release": {
"date": "<string>",
"releasedBy": "<string>",
"beta": true,
"supported": true
},
"youtubeId": "<string>",
"vendorLinks": {
"binary": "<string>",
"documentation": "<string>",
"license": "<string>",
"learnMore": "<string>",
"eula": "<string>",
"purchase": "<string>",
"releaseNotes": "<string>"
},
"compatibilities": [
{
"application": "<string>",
"hosting": {
"cloud": true,
"server": {
"min": {
"build": 117
},
"max": {
"build": 117
}
},
"dataCenter": {
"min": {
"build": 117
},
"max": {
"build": 117
}
}
}
}
],
"text": {
"releaseSummary": "<string>",
"moreDetails": "<string>",
"releaseNotes": "<string>"
},
"integrationType": "global",
"legacy": {
"vendorLinks": {
"releaseNotes": "<string>",
"javadocs": "<string>",
"source": "<string>",
"evaluationLicense": "<string>",
"donate": "<string>"
}
},
"deployment": {},
"cloud": {
"appId": "<string>",
"appEnvironmentId": "<string>",
"appVersionId": "<string>",
"appScopes": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}
}'
Get the latest version of the specified app.
string
Requiredinteger
Required1
2
3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/build/{pluginBuildNumber}' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"alternate": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"agreement": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"artifact": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"functionalCategories": [
{
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
],
"edit": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"approval": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"transition": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"hero": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"license": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"_embedded": {
"artifact": {
"_links": {
"self": {
"href": "<string>"
},
"binary": {
"href": "<string>"
}
}
},
"functionalCategories": [
{
"_links": {
"self": {
"href": "<string>"
}
},
"name": "<string>"
}
],
"hero": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"highlights": [
{
"_links": {
"screenshot": {
"href": "<string>"
},
"thumbnail": {
"href": "<string>"
}
},
"_embedded": {
"screenshot": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"thumbnail": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"title": "<string>",
"body": "<string>",
"explanation": "<string>"
}
],
"screenshots": [
{
"_links": {
"image": {
"href": "<string>"
}
},
"_embedded": {
"image": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"caption": "<string>"
}
],
"instructions": [
{
"_links": {},
"_embedded": {},
"body": "<string>"
}
],
"license": {
"_links": {
"self": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>"
}
},
"buildNumber": 120,
"name": "<string>",
"status": "private",
"paymentModel": "atlassian",
"release": {
"date": "<string>",
"releasedBy": "<string>",
"beta": true,
"supported": true
},
"youtubeId": "<string>",
"vendorLinks": {
"binary": "<string>",
"documentation": "<string>",
"license": "<string>",
"learnMore": "<string>",
"eula": "<string>",
"purchase": "<string>",
"releaseNotes": "<string>"
},
"compatibilities": [
{
"application": "<string>",
"hosting": {
"cloud": true,
"server": {
"min": {
"build": 117
},
"max": {
"build": 117
}
},
"dataCenter": {
"min": {
"build": 117
},
"max": {
"build": 117
}
}
}
}
],
"text": {
"releaseSummary": "<string>",
"moreDetails": "<string>",
"releaseNotes": "<string>"
},
"static": true,
"deployable": true,
"integrationType": "global",
"legacy": {
"vendorLinks": {
"releaseNotes": "<string>",
"javadocs": "<string>",
"source": "<string>",
"evaluationLicense": "<string>",
"donate": "<string>"
}
},
"deployment": {
"server": true,
"cloud": true,
"connect": true,
"autoUpdateAllowed": true,
"permissions": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"dataCenter": true,
"dataCenterStatus": "compatible"
},
"cloud": {
"appId": "<string>",
"appEnvironmentId": "<string>",
"appVersionId": "<string>",
"appScopes": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}
}
Update a specific version for the specified app.
The request body must be a valid JSON Patch document. The properties which can be referenced in the PATCH are the same ones returned by a GET on this URI.
This resource requires authentication.
string
Requiredinteger
RequiredThe request body must be a valid JSON Patch document. The properties which can be referenced in the PATCH are the same ones returned by a GET on this URI.
array<JsonPatchDocumentation>
string
Requiredstring
Requiredobject
string
Successfully modified
string
1
2
3
curl --request PATCH \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/build/{pluginBuildNumber}' \
--user 'email@example.com:<api_token>'
Get a specific app version approval status. This resource requires authentication.
string
Requiredinteger
Required1
2
3
4
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/build/{pluginBuildNumber}/approval' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"parent": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"issuePortal": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"status": "approved",
"reason": "<string>"
}
Approve, reject or resubmit an app version for approval.
Vendors can use this resource to resubmit a previously rejected app version for approval. This is done by setting the status
field to pending
.
Administrators can use this resource to approve or reject an app version that is submitted for approval.
This resource requires authentication.
string
Requiredinteger
RequiredApprovalStatusLinks
string
Requiredstring
Success
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
curl --request PUT \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/build/{pluginBuildNumber}/approval' \
--user 'email@example.com:<api_token>' \
--header 'Content-Type: application/json' \
--data '{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"parent": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"issuePortal": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"status": "approved",
"reason": "<string>"
}'
Get the latest version of the specified app.
string
Requiredstring
string
integer
string
string
boolean
1
2
3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/latest' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"alternate": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"agreement": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"artifact": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"functionalCategories": [
{
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
],
"edit": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"approval": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"transition": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"hero": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"license": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"_embedded": {
"artifact": {
"_links": {
"self": {
"href": "<string>"
},
"binary": {
"href": "<string>"
}
}
},
"functionalCategories": [
{
"_links": {
"self": {
"href": "<string>"
}
},
"name": "<string>"
}
],
"hero": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"highlights": [
{
"_links": {
"screenshot": {
"href": "<string>"
},
"thumbnail": {
"href": "<string>"
}
},
"_embedded": {
"screenshot": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"thumbnail": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"title": "<string>",
"body": "<string>",
"explanation": "<string>"
}
],
"screenshots": [
{
"_links": {
"image": {
"href": "<string>"
}
},
"_embedded": {
"image": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"caption": "<string>"
}
],
"instructions": [
{
"_links": {},
"_embedded": {},
"body": "<string>"
}
],
"license": {
"_links": {
"self": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>"
}
},
"buildNumber": 120,
"name": "<string>",
"status": "private",
"paymentModel": "atlassian",
"release": {
"date": "<string>",
"releasedBy": "<string>",
"beta": true,
"supported": true
},
"youtubeId": "<string>",
"vendorLinks": {
"binary": "<string>",
"documentation": "<string>",
"license": "<string>",
"learnMore": "<string>",
"eula": "<string>",
"purchase": "<string>",
"releaseNotes": "<string>"
},
"compatibilities": [
{
"application": "<string>",
"hosting": {
"cloud": true,
"server": {
"min": {
"build": 117
},
"max": {
"build": 117
}
},
"dataCenter": {
"min": {
"build": 117
},
"max": {
"build": 117
}
}
}
}
],
"text": {
"releaseSummary": "<string>",
"moreDetails": "<string>",
"releaseNotes": "<string>"
},
"static": true,
"deployable": true,
"integrationType": "global",
"legacy": {
"vendorLinks": {
"releaseNotes": "<string>",
"javadocs": "<string>",
"source": "<string>",
"evaluationLicense": "<string>",
"donate": "<string>"
}
},
"deployment": {
"server": true,
"cloud": true,
"connect": true,
"autoUpdateAllowed": true,
"permissions": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"dataCenter": true,
"dataCenterStatus": "compatible"
},
"cloud": {
"appId": "<string>",
"appEnvironmentId": "<string>",
"appVersionId": "<string>",
"appScopes": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}
}
Get details about a specific version, matching the specified name, of the specified app.
string
Requiredstring
Requiredstring
1
2
3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/addons/{addonKey}/versions/name/{name}' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
{
"_links": {
"self": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"alternate": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"agreement": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"artifact": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"functionalCategories": [
{
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
],
"edit": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"approval": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"transition": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"hero": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
},
"license": {
"href": "<string>",
"type": "<string>",
"title": "<string>"
}
},
"_embedded": {
"artifact": {
"_links": {
"self": {
"href": "<string>"
},
"binary": {
"href": "<string>"
}
}
},
"functionalCategories": [
{
"_links": {
"self": {
"href": "<string>"
}
},
"name": "<string>"
}
],
"hero": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"highlights": [
{
"_links": {
"screenshot": {
"href": "<string>"
},
"thumbnail": {
"href": "<string>"
}
},
"_embedded": {
"screenshot": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
},
"thumbnail": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"title": "<string>",
"body": "<string>",
"explanation": "<string>"
}
],
"screenshots": [
{
"_links": {
"image": {
"href": "<string>"
}
},
"_embedded": {
"image": {
"_links": {
"self": {
"href": "<string>"
},
"image": {
"href": "<string>"
},
"unscaled": {
"href": "<string>"
}
}
}
},
"caption": "<string>"
}
],
"instructions": [
{
"_links": {},
"_embedded": {},
"body": "<string>"
}
],
"license": {
"_links": {
"self": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>"
}
},
"buildNumber": 120,
"name": "<string>",
"status": "private",
"paymentModel": "atlassian",
"release": {
"date": "<string>",
"releasedBy": "<string>",
"beta": true,
"supported": true
},
"youtubeId": "<string>",
"vendorLinks": {
"binary": "<string>",
"documentation": "<string>",
"license": "<string>",
"learnMore": "<string>",
"eula": "<string>",
"purchase": "<string>",
"releaseNotes": "<string>"
},
"compatibilities": [
{
"application": "<string>",
"hosting": {
"cloud": true,
"server": {
"min": {
"build": 117
},
"max": {
"build": 117
}
},
"dataCenter": {
"min": {
"build": 117
},
"max": {
"build": 117
}
}
}
}
],
"text": {
"releaseSummary": "<string>",
"moreDetails": "<string>",
"releaseNotes": "<string>"
},
"static": true,
"deployable": true,
"integrationType": "global",
"legacy": {
"vendorLinks": {
"releaseNotes": "<string>",
"javadocs": "<string>",
"source": "<string>",
"evaluationLicense": "<string>",
"donate": "<string>"
}
},
"deployment": {
"server": true,
"cloud": true,
"connect": true,
"autoUpdateAllowed": true,
"permissions": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"dataCenter": true,
"dataCenterStatus": "compatible"
},
"cloud": {
"appId": "<string>",
"appEnvironmentId": "<string>",
"appVersionId": "<string>",
"appScopes": [
{
"_links": {
"alternate": {
"href": "<string>"
}
},
"key": "<string>",
"name": "<string>",
"description": "<string>"
}
]
}
}
Rate this page: