serverless-openapi-documenter 0.0.124-beta.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openapi.json DELETED
@@ -1,1222 +0,0 @@
1
- {
2
- "openapi": "3.1.1",
3
- "components": {
4
- "schemas": {
5
- "JiraIssue": {
6
- "$id": "https://example.com/person.schema.json",
7
- "$schema": "https://json-schema.org/draft/2020-12/schema",
8
- "title": "JIRA Issue",
9
- "type": "object",
10
- "properties": {
11
- "timestamp": { "type": "integer", "example": 1746795521294 },
12
- "webhookEvent": { "type": "string", "example": "jira:issue_created" },
13
- "issue_event_type_name": {
14
- "type": "string",
15
- "example": "issue_created"
16
- },
17
- "user": {
18
- "type": "object",
19
- "properties:": {
20
- "self": {
21
- "type": "string",
22
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=712020%3A7f8b5e7e-9039-445a-9903-345cf0a923fc"
23
- },
24
- "accountId": {
25
- "type": "string",
26
- "example": "712020:7f8b5e7e-9039-445a-9903-345cf0a923fc"
27
- },
28
- "avatarUrls": {
29
- "type": "object",
30
- "properties": {
31
- "48x48": {
32
- "type": "string",
33
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
34
- },
35
- "24x24": {
36
- "type": "string",
37
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
38
- },
39
- "16x16": {
40
- "type": "string",
41
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
42
- },
43
- "32x32": {
44
- "type": "string",
45
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
46
- }
47
- }
48
- },
49
- "displayName": { "type": "string", "example": "Joe Page" },
50
- "active": { "type": "boolean" },
51
- "timeZone": { "type": "string", "example": "Europe/London" },
52
- "accountType": { "type": "string", "example": "atlassian" }
53
- }
54
- },
55
- "issue": {
56
- "type": "object",
57
- "properties:": {
58
- "id": { "type": "string", "example": "158811" },
59
- "self": {
60
- "type": "string",
61
- "example": "https://aatjira.atlassian.net/rest/api/2/158811"
62
- },
63
- "key": { "type": "string", "example": "WEBREQUEST-30167" },
64
- "fields": {
65
- "type": "object",
66
- "properties:": {
67
- "statusCategory": {
68
- "type": "object",
69
- "properties:": {
70
- "self": {
71
- "type": "string",
72
- "example": "https://aatjira.atlassian.net/rest/api/2/statuscategory/2"
73
- },
74
- "id": { "type": "integer", "example": 2 },
75
- "key": { "type": "string", "example": "new" },
76
- "colorName": { "type": "string", "example": "blue-gray" },
77
- "name": { "type": "string", "example": "New" }
78
- }
79
- },
80
- "resolution": { "type": "null" },
81
- "lastViewed": { "type": "null" },
82
- "aggregatetimeoriginalestimate": { "type": "null" },
83
- "issuelinks": { "type": "array" },
84
- "assignee": {
85
- "type": "object",
86
- "properties": {
87
- "self": {
88
- "type": "string",
89
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=557058%3A9f882dfe-5251-4677-b82f-f270e839eb62"
90
- },
91
- "accountId": {
92
- "type": "string",
93
- "example": "557058:9f882dfe-5251-4677-b82f-f270e839eb62"
94
- },
95
- "avatarUrls": {
96
- "type": "object",
97
- "properties": {
98
- "48x48": {
99
- "type": "string",
100
- "example": "https://secure.gravatar.com/avatar/de6eb0285b85b1d362abf04ba21f1582?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNA-4.png"
101
- },
102
- "24x24": {
103
- "type": "string",
104
- "example": "https://secure.gravatar.com/avatar/de6eb0285b85b1d362abf04ba21f1582?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNA-4.png"
105
- },
106
- "16x16": {
107
- "type": "string",
108
- "example": "https://secure.gravatar.com/avatar/de6eb0285b85b1d362abf04ba21f1582?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNA-4.png"
109
- },
110
- "32x32": {
111
- "type": "string",
112
- "example": "https://secure.gravatar.com/avatar/de6eb0285b85b1d362abf04ba21f1582?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNA-4.png"
113
- }
114
- }
115
- },
116
- "displayName": {
117
- "type": "string",
118
- "example": "Not Assigned"
119
- },
120
- "active": { "type": "boolean" },
121
- "timeZone": {
122
- "type": "string",
123
- "example": "Europe/London"
124
- },
125
- "accountType": {
126
- "type": "string",
127
- "example": "atlassian"
128
- }
129
- }
130
- },
131
- "subtasks": { "type": "array" },
132
- "votes": {
133
- "type": "object",
134
- "properties": {
135
- "self": {
136
- "type": "string",
137
- "example": "https://aatjira.atlassian.net/rest/api/2/issue/WEBREQUEST-30167/votes"
138
- },
139
- "votes": { "type": "integer", "example": 0 },
140
- "hasVoted": { "type": "boolean" }
141
- }
142
- },
143
- "issuetype": {
144
- "type": "object",
145
- "properties:": {
146
- "self": {
147
- "type": "string",
148
- "example": "https://aatjira.atlassian.net/rest/api/2/issuetype/10004"
149
- },
150
- "id": { "type": "string", "example": "10004" },
151
- "description": {
152
- "type": "string",
153
- "example": "A problem or error."
154
- },
155
- "iconUrl": {
156
- "type": "string",
157
- "example": "https://aatjira.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium"
158
- },
159
- "name": { "type": "string", "example": "Bug" },
160
- "subtask": { "type": "boolean" },
161
- "avatarId": { "type": "integer", "example": 10303 },
162
- "hierarchyLevel": { "type": "integer", "example": 0 }
163
- }
164
- },
165
- "timetracking": { "type": "object", "properties": {} },
166
- "environment": { "type": "null" },
167
- "duedate": { "type": "null" },
168
- "customfield_10350": { "type": "null" },
169
- "customfield_10351": { "type": "null" },
170
- "customfield_10230": { "type": "null" },
171
- "customfield_10110": { "type": "null" },
172
- "customfield_10231": { "type": "null" },
173
- "customfield_10352": { "type": "null" },
174
- "customfield_10111": { "type": "null" },
175
- "customfield_10232": { "type": "null" },
176
- "customfield_10353": { "type": "null" },
177
- "customfield_10354": { "type": "null" },
178
- "customfield_10112": { "type": "null" },
179
- "customfield_10233": { "type": "null" },
180
- "customfield_10355": { "type": "null" },
181
- "customfield_10113": { "type": "null" },
182
- "customfield_10234": { "type": "null" },
183
- "customfield_10356": { "type": "null" },
184
- "customfield_10114": { "type": "null" },
185
- "customfield_10235": { "type": "null" },
186
- "customfield_10346": { "type": "null" },
187
- "customfield_10104": { "type": "null" },
188
- "customfield_10226": { "type": "null" },
189
- "customfield_10347": { "type": "null" },
190
- "customfield_10105": { "type": "null" },
191
- "customfield_10348": { "type": "null" },
192
- "customfield_10227": { "type": "null" },
193
- "customfield_10106": { "type": "null" },
194
- "customfield_10107": { "type": "null" },
195
- "customfield_10349": { "type": "null" },
196
- "customfield_10228": { "type": "null" },
197
- "customfield_10108": { "type": "null" },
198
- "customfield_10229": { "type": "null" },
199
- "customfield_10109": { "type": "null" },
200
- "customfield_10460": { "type": "null" },
201
- "customfield_10461": { "type": "null" },
202
- "customfield_10340": { "type": "null" },
203
- "customfield_10341": { "type": "null" },
204
- "customfield_10220": { "type": "null" },
205
- "customfield_10462": { "type": "null" },
206
- "customfield_10463": { "type": "null" },
207
- "customfield_10342": { "type": "null" },
208
- "customfield_10221": { "type": "null" },
209
- "customfield_10100": { "type": "null" },
210
- "customfield_10343": { "type": "null" },
211
- "customfield_10222": { "type": "null" },
212
- "customfield_10101": { "type": "null" },
213
- "customfield_10464": { "type": "null" },
214
- "customfield_10465": { "type": "null" },
215
- "customfield_10344": { "type": "null" },
216
- "customfield_10102": { "type": "null" },
217
- "customfield_10223": {
218
- "type": "array",
219
- "items": {
220
- "type": "object",
221
- "properties": {
222
- "self": {
223
- "type": "string",
224
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=557058%3A06f14bc4-ca2a-4b3b-a8c3-d556638e5f22"
225
- },
226
- "accountId": {
227
- "type": "string",
228
- "example": "557058:06f14bc4-ca2a-4b3b-a8c3-d556638e5f22"
229
- },
230
- "avatarUrls": {
231
- "type": "object",
232
- "properties": {
233
- "48x48": {
234
- "type": "string",
235
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
236
- },
237
- "24x24": {
238
- "type": "string",
239
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
240
- },
241
- "16x16": {
242
- "type": "string",
243
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
244
- },
245
- "32x32": {
246
- "type": "string",
247
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
248
- }
249
- }
250
- },
251
- "displayName": {
252
- "type": "string",
253
- "example": "Mohammed Islam"
254
- },
255
- "active": { "type": "boolean", "example": true },
256
- "timeZone": {
257
- "type": "string",
258
- "example": "Europe/London"
259
- },
260
- "accountType": {
261
- "type": "string",
262
- "example": "atlassian"
263
- }
264
- }
265
- }
266
- },
267
- "customfield_10103": { "type": "null" },
268
- "customfield_10345": { "type": "null" },
269
- "customfield_10214": { "type": "null" },
270
- "customfield_10335": { "type": "null" },
271
- "customfield_10336": { "type": "null" },
272
- "customfield_10215": { "type": "null" },
273
- "customfield_10457": { "type": "null" },
274
- "customfield_10458": { "type": "null" },
275
- "customfield_10337": { "type": "null" },
276
- "customfield_10216": { "type": "null" },
277
- "customfield_10217": { "type": "null" },
278
- "customfield_10338": { "type": "null" },
279
- "customfield_10459": { "type": "null" },
280
- "customfield_10218": { "type": "null" },
281
- "customfield_10339": { "type": "null" },
282
- "timeestimate": { "type": "null" },
283
- "customfield_10219": { "type": "null" },
284
- "status": {
285
- "type": "object",
286
- "properties": {
287
- "self": {
288
- "type": "string",
289
- "example": "https://aatjira.atlassian.net/rest/api/2/status/1"
290
- },
291
- "description": {
292
- "type": "string",
293
- "example": "The issue is open and ready for the assignee to start work on it."
294
- },
295
- "iconUrl": {
296
- "type": "string",
297
- "example": "https://aatjira.atlassian.net/images/icons/statuses/open.png"
298
- },
299
- "name": { "type": "string", "example": "Open" },
300
- "id": { "type": "string", "example": "1" },
301
- "statusCategory": {
302
- "type": "object",
303
- "properties": {
304
- "self": {
305
- "type": "string",
306
- "example": "https://aatjira.atlassian.net/rest/api/2/statuscategory/2"
307
- },
308
- "id": { "type": "integer", "example": 2 },
309
- "key": { "type": "string", "example": "new" },
310
- "colorName": {
311
- "type": "string",
312
- "example": "blue-gray"
313
- },
314
- "name": { "type": "string", "example": "New" }
315
- }
316
- }
317
- }
318
- },
319
- "customfield_10450": { "type": "null" },
320
- "customfield_10330": { "type": "null" },
321
- "customfield_10210": { "type": "null" },
322
- "customfield_10331": { "type": "null" },
323
- "customfield_10211": { "type": "null" },
324
- "customfield_10332": { "type": "null" },
325
- "customfield_10454": { "type": "null" },
326
- "customfield_10212": { "type": "null" },
327
- "customfield_10213": { "type": "null" },
328
- "customfield_10334": { "type": "null" },
329
- "customfield_10455": { "type": "null" },
330
- "customfield_10445": { "type": "null" },
331
- "customfield_10203": { "type": "null" },
332
- "customfield_10324": { "type": "null" },
333
- "customfield_10325": { "type": "null" },
334
- "customfield_10204": { "type": "null" },
335
- "customfield_10446": { "type": "null" },
336
- "customfield_10447": { "type": "null" },
337
- "customfield_10326": { "type": "null" },
338
- "customfield_10205": { "type": "null" },
339
- "customfield_10327": { "type": "null" },
340
- "customfield_10206": { "type": "null" },
341
- "customfield_10448": { "type": "null" },
342
- "aggregatetimeestimate": { "type": "null" },
343
- "customfield_10449": { "type": "null" },
344
- "customfield_10328": { "type": "null" },
345
- "customfield_10207": { "type": "null" },
346
- "customfield_10208": { "type": "null" },
347
- "customfield_10329": { "type": "null" },
348
- "customfield_10209": { "type": "null" },
349
- "creator": {
350
- "type": "object",
351
- "properties": {
352
- "self": {
353
- "type": "string",
354
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=712020%3A7f8b5e7e-9039-445a-9903-345cf0a923fc"
355
- },
356
- "accountId": {
357
- "type": "string",
358
- "example": "712020:7f8b5e7e-9039-445a-9903-345cf0a923fc"
359
- },
360
- "avatarUrls": {
361
- "type": "object",
362
- "properties": {
363
- "48x48": {
364
- "type": "string",
365
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
366
- },
367
- "24x24": {
368
- "type": "string",
369
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
370
- },
371
- "16x16": {
372
- "type": "string",
373
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
374
- },
375
- "32x32": {
376
- "type": "string",
377
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
378
- }
379
- }
380
- },
381
- "displayName": {
382
- "type": "string",
383
- "example": "Joe Page"
384
- },
385
- "active": { "type": "boolean", "example": true },
386
- "timeZone": {
387
- "type": "string",
388
- "example": "Europe/London"
389
- },
390
- "accountType": {
391
- "type": "string",
392
- "example": "atlassian"
393
- }
394
- }
395
- },
396
- "customfield_10440": { "type": "null" },
397
- "customfield_10441": { "type": "null" },
398
- "customfield_10320": { "type": "null" },
399
- "customfield_10200": { "type": "null" },
400
- "customfield_10321": { "type": "null" },
401
- "customfield_10442": { "type": "null" },
402
- "customfield_10443": { "type": "null" },
403
- "customfield_10201": { "type": "null" },
404
- "customfield_10322": { "type": "null" },
405
- "customfield_10202": { "type": "null" },
406
- "customfield_10323": { "type": "null" },
407
- "customfield_10444": { "type": "null" },
408
- "customfield_10315": { "type": "null" },
409
- "customfield_10316": { "type": "null" },
410
- "customfield_10438": { "type": "null" },
411
- "customfield_10317": { "type": "null" },
412
- "customfield_10318": { "type": "null" },
413
- "customfield_10439": { "type": "null" },
414
- "customfield_10319": { "type": "null" },
415
- "timespent": { "type": "null" },
416
- "aggregatetimespent": { "type": "null" },
417
- "customfield_10310": { "type": "null" },
418
- "customfield_10311": { "type": "null" },
419
- "customfield_10312": { "type": "null" },
420
- "customfield_10302": { "type": "null" },
421
- "customfield_10304": { "type": "null" },
422
- "customfield_10305": { "type": "null" },
423
- "customfield_10306": { "type": "null" },
424
- "customfield_10307": { "type": "null" },
425
- "customfield_10308": { "type": "null" },
426
- "customfield_10309": { "type": "null" },
427
- "workratio": { "type": "integer", "example": -1 },
428
- "customfield_10420": { "type": "null" },
429
- "customfield_10421": { "type": "null" },
430
- "customfield_10300": { "type": "null" },
431
- "customfield_10301": { "type": "null" },
432
- "customfield_10422": { "type": "null" },
433
- "customfield_10412": { "type": "null" },
434
- "customfield_10413": { "type": "null" },
435
- "customfield_10414": { "type": "null" },
436
- "customfield_10415": { "type": "null" },
437
- "customfield_10416": { "type": "null" },
438
- "customfield_10417": { "type": "null" },
439
- "customfield_10418": { "type": "null" },
440
- "customfield_10419": { "type": "null" },
441
- "customfield_10400": { "type": "null" },
442
- "customfield_10190": { "type": "null" },
443
- "customfield_10070": { "type": "number", "example": 0 },
444
- "customfield_10191": { "type": "null" },
445
- "customfield_10071": {
446
- "type": "object",
447
- "properties": {
448
- "self": {
449
- "type": "string",
450
- "example": "https://aatjira.atlassian.net/rest/api/2/customFieldOption/10115"
451
- },
452
- "value": { "type": "string", "example": "No" },
453
- "id": { "type": "string", "example": "10115" }
454
- }
455
- },
456
- "customfield_10192": { "type": "null" },
457
- "customfield_10072": {
458
- "type": "string",
459
- "example": "<p><span style=\"color: #ff0000;\">PLease Note <strong>New Starter Ticket</strong> should be raised only by <strong>HR</strong> and should and logged using link below</span></p>rn<p><a href=\"https://aatjira.valiantyscloud.net/servicedesk/customer/portal/3/create/33\" target=\"_blank\" rel=\"noopener\">https://aatjira.valiantyscloud.net/servicedesk/customer/portal/3/create/33</a></p>"
460
- },
461
- "customfield_10193": { "type": "null" },
462
- "customfield_10194": { "type": "null" },
463
- "customfield_10073": { "type": "null" },
464
- "customfield_10074": { "type": "null" },
465
- "customfield_10195": { "type": "null" },
466
- "customfield_10196": { "type": "null" },
467
- "customfield_10075": { "type": "null" },
468
- "customfield_10076": { "type": "null" },
469
- "customfield_10197": { "type": "null" },
470
- "customfield_10198": { "type": "null" },
471
- "customfield_10077": { "type": "null" },
472
- "customfield_10078": { "type": "null" },
473
- "customfield_10199": { "type": "null" },
474
- "customfield_10079": { "type": "null" },
475
- "customfield_10180": { "type": "null" },
476
- "customfield_10060": { "type": "null" },
477
- "customfield_10181": { "type": "null" },
478
- "customfield_10182": { "type": "null" },
479
- "customfield_10061": { "type": "null" },
480
- "customfield_10062": { "type": "null" },
481
- "customfield_10183": { "type": "null" },
482
- "customfield_10184": { "type": "null" },
483
- "customfield_10063": { "type": "null" },
484
- "customfield_10064": { "type": "null" },
485
- "customfield_10185": { "type": "null" },
486
- "customfield_10186": { "type": "null" },
487
- "customfield_10065": { "type": "null" },
488
- "customfield_10187": { "type": "null" },
489
- "customfield_10188": { "type": "null" },
490
- "customfield_10068": { "type": "null" },
491
- "customfield_10189": { "type": "null" },
492
- "customfield_10069": { "type": "null" },
493
- "labels": { "type": "array" },
494
- "components": { "type": "array" },
495
- "customfield_10290": { "type": "null" },
496
- "customfield_10170": { "type": "null" },
497
- "customfield_10291": { "type": "null" },
498
- "customfield_10292": { "type": "null" },
499
- "customfield_10171": { "type": "null" },
500
- "customfield_10050": { "type": "array" },
501
- "customfield_10172": { "type": "null" },
502
- "customfield_10293": { "type": "null" },
503
- "customfield_10051": { "type": "array" },
504
- "customfield_10052": {
505
- "type": "object",
506
- "properties": {
507
- "self": {
508
- "type": "string",
509
- "example": "https://aatjira.atlassian.net/rest/api/2/customFieldOption/10043"
510
- },
511
- "value": { "type": "string", "example": "Dashboards" },
512
- "id": { "type": "string", "example": "10043" }
513
- }
514
- },
515
- "customfield_10294": { "type": "null" },
516
- "customfield_10173": { "type": "null" },
517
- "customfield_10053": {
518
- "type": "string",
519
- "example": "https://www.aat.org.uk/my-qualifications/results"
520
- },
521
- "customfield_10174": { "type": "null" },
522
- "customfield_10295": { "type": "null" },
523
- "customfield_10054": {
524
- "type": "array",
525
- "items": {
526
- "type": "object",
527
- "properties": {
528
- "self": {
529
- "type": "string",
530
- "example": "https://aatjira.atlassian.net/rest/api/2/customFieldOption/10083"
531
- },
532
- "value": { "type": "string", "example": "Yes" },
533
- "id": { "type": "string", "example": "10083" }
534
- }
535
- }
536
- },
537
- "customfield_10175": { "type": "null" },
538
- "customfield_10296": { "type": "null" },
539
- "customfield_10055": {
540
- "type": "string",
541
- "example": "20474882"
542
- },
543
- "customfield_10297": { "type": "null" },
544
- "customfield_10176": { "type": "null" },
545
- "customfield_10056": { "type": "null" },
546
- "customfield_10177": { "type": "null" },
547
- "customfield_10298": { "type": "null" },
548
- "customfield_10178": { "type": "null" },
549
- "customfield_10299": { "type": "null" },
550
- "customfield_10057": {
551
- "type": "object",
552
- "properties": {
553
- "self": {
554
- "type": "string",
555
- "example": "https://aatjira.atlassian.net/rest/api/2/customFieldOption/10088"
556
- },
557
- "value": { "type": "string", "example": "Minor" },
558
- "id": { "type": "string", "example": "10088" }
559
- }
560
- },
561
- "customfield_10058": { "type": "null" },
562
- "customfield_10179": { "type": "null" },
563
- "customfield_10059": { "type": "null" },
564
- "customfield_10049": { "type": "array" },
565
- "customfield_10280": { "type": "null" },
566
- "customfield_10160": { "type": "null" },
567
- "customfield_10281": { "type": "null" },
568
- "customfield_10040": { "type": "null" },
569
- "customfield_10161": { "type": "null" },
570
- "customfield_10282": { "type": "null" },
571
- "customfield_10162": { "type": "null" },
572
- "customfield_10283": { "type": "null" },
573
- "customfield_10041": { "type": "null" },
574
- "customfield_10042": { "type": "null" },
575
- "customfield_10284": { "type": "null" },
576
- "customfield_10163": { "type": "null" },
577
- "reporter": {
578
- "type": "object",
579
- "properties": {
580
- "self": {
581
- "type": "string",
582
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=712020%3A7f8b5e7e-9039-445a-9903-345cf0a923fc"
583
- },
584
- "accountId": {
585
- "type": "string",
586
- "example": "712020:7f8b5e7e-9039-445a-9903-345cf0a923fc"
587
- },
588
- "avatarUrls": {
589
- "type": "object",
590
- "properties": {
591
- "48x48": {
592
- "type": "string",
593
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
594
- },
595
- "24x24": {
596
- "type": "string",
597
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
598
- },
599
- "16x16": {
600
- "type": "string",
601
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
602
- },
603
- "32x32": {
604
- "type": "string",
605
- "example": "https://secure.gravatar.com/avatar/3a9f6242b75e1ab988211129b49d0e21?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJP-6.png"
606
- }
607
- }
608
- },
609
- "displayName": {
610
- "type": "string",
611
- "example": "Joe Page"
612
- },
613
- "active": { "type": "boolean", "example": true },
614
- "timeZone": {
615
- "type": "string",
616
- "example": "Europe/London"
617
- },
618
- "accountType": {
619
- "type": "string",
620
- "example": "atlassian"
621
- }
622
- }
623
- },
624
- "customfield_10285": { "type": "null" },
625
- "customfield_10164": { "type": "null" },
626
- "customfield_10043": { "type": "null" },
627
- "customfield_10165": { "type": "null" },
628
- "customfield_10286": { "type": "null" },
629
- "customfield_10287": { "type": "null" },
630
- "customfield_10166": { "type": "null" },
631
- "customfield_10045": { "type": "array" },
632
- "customfield_10167": { "type": "null" },
633
- "customfield_10288": { "type": "null" },
634
- "customfield_10046": { "type": "array" },
635
- "customfield_10168": { "type": "null" },
636
- "customfield_10289": { "type": "null" },
637
- "customfield_10047": { "type": "array" },
638
- "customfield_10169": { "type": "null" },
639
- "customfield_10048": { "type": "array" },
640
- "customfield_10038": { "type": "null" },
641
- "customfield_10159": { "type": "null" },
642
- "customfield_10039": { "type": "null" },
643
- "progress": {
644
- "type": "object",
645
- "properties": {
646
- "progress": { "type": "number", "example": 0 },
647
- "total": { "type": "number", "example": 0 }
648
- }
649
- },
650
- "customfield_10390": { "type": "null" },
651
- "customfield_10391": { "type": "null" },
652
- "customfield_10270": { "type": "null" },
653
- "customfield_10271": { "type": "null" },
654
- "customfield_10150": { "type": "null" },
655
- "customfield_10392": { "type": "null" },
656
- "customfield_10030": { "type": "null" },
657
- "customfield_10393": { "type": "null" },
658
- "customfield_10272": { "type": "null" },
659
- "customfield_10151": { "type": "null" },
660
- "project": {
661
- "type": "object",
662
- "properties": {
663
- "self": {
664
- "type": "string",
665
- "example": "https://aatjira.atlassian.net/rest/api/2/project/10003"
666
- },
667
- "id": { "type": "string", "example": "10003" },
668
- "key": { "type": "string", "example": "WEBREQUEST" },
669
- "name": { "type": "string", "example": "Web Requests" },
670
- "projectTypeKey": {
671
- "type": "string",
672
- "example": "software"
673
- },
674
- "simplified": { "type": "boolean", "example": false },
675
- "avatarUrls": {
676
- "type": "object",
677
- "properties": {
678
- "48x48": {
679
- "type": "string",
680
- "example": "https://aatjira.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10402"
681
- },
682
- "24x24": {
683
- "type": "string",
684
- "example": "https://aatjira.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10402?size=small"
685
- },
686
- "16x16": {
687
- "type": "string",
688
- "example": "https://aatjira.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10402?size=xsmall"
689
- },
690
- "32x32": {
691
- "type": "string",
692
- "example": "https://aatjira.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10402?size=medium"
693
- }
694
- }
695
- },
696
- "projectCategory": {
697
- "type": "object",
698
- "properties": {
699
- "self": {
700
- "type": "string",
701
- "example": "https://aatjira.atlassian.net/rest/api/3/projectCategory/10009"
702
- },
703
- "id": { "type": "string", "example": "10009" },
704
- "description": { "type": "string", "example": "" },
705
- "name": {
706
- "type": "string",
707
- "example": "SERVICE REQUESTS"
708
- }
709
- }
710
- }
711
- }
712
- },
713
- "customfield_10273": { "type": "null" },
714
- "customfield_10152": { "type": "null" },
715
- "customfield_10394": { "type": "null" },
716
- "customfield_10031": { "type": "array" },
717
- "customfield_10032": { "type": "null" },
718
- "customfield_10395": { "type": "null" },
719
- "customfield_10153": { "type": "null" },
720
- "customfield_10274": { "type": "null" },
721
- "customfield_10154": { "type": "null" },
722
- "customfield_10275": { "type": "null" },
723
- "customfield_10396": { "type": "null" },
724
- "customfield_10033": { "type": "null" },
725
- "customfield_10034": { "type": "null" },
726
- "customfield_10155": { "type": "null" },
727
- "customfield_10276": { "type": "null" },
728
- "customfield_10156": { "type": "null" },
729
- "customfield_10277": { "type": "null" },
730
- "customfield_10035": { "type": "null" },
731
- "customfield_10036": { "type": "null" },
732
- "customfield_10157": { "type": "null" },
733
- "customfield_10278": { "type": "null" },
734
- "customfield_10158": { "type": "null" },
735
- "customfield_10279": { "type": "null" },
736
- "customfield_10037": { "type": "null" },
737
- "customfield_10269": { "type": "null" },
738
- "customfield_10148": { "type": "null" },
739
- "customfield_10027": { "type": "null" },
740
- "customfield_10028": { "type": "null" },
741
- "customfield_10149": { "type": "null" },
742
- "customfield_10029": { "type": "null" },
743
- "resolutiondate": { "type": "null" },
744
- "watches": {
745
- "type": "object",
746
- "properties": {
747
- "self": {
748
- "type": "string",
749
- "example": "https://aatjira.atlassian.net/rest/api/2/issue/WEBREQUEST-30167/watchers"
750
- },
751
- "watchCount": { "type": "integer", "example": 0 },
752
- "isWatching": { "type": "boolean", "example": false }
753
- }
754
- },
755
- "customfield_10380": { "type": "null" },
756
- "customfield_10260": { "type": "null" },
757
- "customfield_10381": { "type": "null" },
758
- "customfield_10382": { "type": "null" },
759
- "customfield_10261": { "type": "null" },
760
- "customfield_10140": { "type": "null" },
761
- "customfield_10020": { "type": "null" },
762
- "customfield_10262": { "type": "null" },
763
- "customfield_10141": { "type": "null" },
764
- "customfield_10383": { "type": "null" },
765
- "customfield_10384": { "type": "null" },
766
- "customfield_10263": { "type": "null" },
767
- "customfield_10142": { "type": "null" },
768
- "customfield_10021": { "type": "null" },
769
- "customfield_10022": { "type": "null" },
770
- "customfield_10264": { "type": "null" },
771
- "customfield_10143": { "type": "null" },
772
- "customfield_10385": { "type": "null" },
773
- "customfield_10386": { "type": "null" },
774
- "customfield_10265": { "type": "null" },
775
- "customfield_10144": { "type": "null" },
776
- "customfield_10023": { "type": "null" },
777
- "customfield_10024": { "type": "null" },
778
- "customfield_10266": { "type": "null" },
779
- "customfield_10145": { "type": "null" },
780
- "customfield_10388": { "type": "null" },
781
- "customfield_10267": { "type": "null" },
782
- "customfield_10146": { "type": "null" },
783
- "customfield_10025": { "type": "null" },
784
- "customfield_10026": { "type": "null" },
785
- "customfield_10268": { "type": "null" },
786
- "customfield_10147": { "type": "null" },
787
- "customfield_10389": { "type": "null" },
788
- "customfield_10016": { "type": "null" },
789
- "customfield_10379": { "type": "null" },
790
- "customfield_10258": { "type": "null" },
791
- "customfield_10137": { "type": "null" },
792
- "customfield_10259": { "type": "null" },
793
- "customfield_10017": { "type": "null" },
794
- "customfield_10138": {
795
- "type": "array",
796
- "items": {
797
- "type": "object",
798
- "properties": {
799
- "self": {
800
- "type": "string",
801
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=557058%3Af92a2c81-1674-4664-a8d0-0118b23e6998"
802
- },
803
- "accountId": {
804
- "type": "string",
805
- "example": "557058:f92a2c81-1674-4664-a8d0-0118b23e6998"
806
- },
807
- "avatarUrls": {
808
- "type": "object",
809
- "properties": {
810
- "48x48": {
811
- "type": "string",
812
- "example": "https://secure.gravatar.com/avatar/816f20e6b7e1ea5552c6de8d2f04cb14?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEW-4.png"
813
- },
814
- "24x24": {
815
- "type": "string",
816
- "example": "https://secure.gravatar.com/avatar/816f20e6b7e1ea5552c6de8d2f04cb14?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEW-4.png"
817
- },
818
- "16x16": {
819
- "type": "string",
820
- "example": "https://secure.gravatar.com/avatar/816f20e6b7e1ea5552c6de8d2f04cb14?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEW-4.png"
821
- },
822
- "32x32": {
823
- "type": "string",
824
- "example": "https://secure.gravatar.com/avatar/816f20e6b7e1ea5552c6de8d2f04cb14?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FEW-4.png"
825
- }
826
- }
827
- },
828
- "displayName": {
829
- "type": "string",
830
- "example": "Ed Williamson"
831
- },
832
- "active": { "type": "boolean", "example": true },
833
- "timeZone": {
834
- "type": "string",
835
- "example": "Europe/London"
836
- },
837
- "accountType": {
838
- "type": "string",
839
- "example": "atlassian"
840
- }
841
- }
842
- }
843
- },
844
- "customfield_10139": { "type": "null" },
845
- "customfield_10018": {
846
- "type": "object",
847
- "properties": {
848
- "hasEpicLinkFieldDependency": {
849
- "type": "boolean",
850
- "example": false
851
- },
852
- "showField": { "type": "boolean", "example": false },
853
- "nonEditableReason": {
854
- "type": "object",
855
- "properties": {
856
- "reason": {
857
- "type": "string",
858
- "example": "EPIC_LINK_SHOULD_BE_USED"
859
- },
860
- "message": {
861
- "type": "string",
862
- "example": "To set an epic as the parent, use the epic link instead"
863
- }
864
- }
865
- }
866
- }
867
- },
868
- "customfield_10019": {
869
- "type": "string",
870
- "example": "1|i02wis:"
871
- },
872
- "updated": {
873
- "type": "string",
874
- "example": "2025-05-09T13:58:41.043+0100"
875
- },
876
- "timeoriginalestimate": { "type": "null" },
877
- "customfield_10370": { "type": "null" },
878
- "customfield_10371": { "type": "null" },
879
- "customfield_10250": { "type": "null" },
880
- "description": {
881
- "type": "string",
882
- "example": "Principles of Costing is not showing on the results page for the student. However, it does appear on the qualification progress and statement of achievement pages. She’s not able to see the feedback like she can for the other exams she sat.nnnnAttached her screenshot of her results page"
883
- },
884
- "customfield_10251": { "type": "null" },
885
- "customfield_10372": { "type": "null" },
886
- "customfield_10010": { "type": "null" },
887
- "customfield_10373": { "type": "null" },
888
- "customfield_10252": { "type": "null" },
889
- "customfield_10131": { "type": "null" },
890
- "customfield_10253": { "type": "null" },
891
- "customfield_10374": { "type": "null" },
892
- "customfield_10375": { "type": "null" },
893
- "customfield_10254": { "type": "null" },
894
- "customfield_10133": { "type": "null" },
895
- "customfield_10255": { "type": "null" },
896
- "customfield_10134": { "type": "null" },
897
- "customfield_10376": { "type": "null" },
898
- "customfield_10014": { "type": "null" },
899
- "customfield_10377": { "type": "null" },
900
- "customfield_10256": { "type": "null" },
901
- "customfield_10135": { "type": "null" },
902
- "customfield_10257": { "type": "null" },
903
- "customfield_10136": { "type": "null" },
904
- "customfield_10378": { "type": "null" },
905
- "customfield_10015": { "type": "null" },
906
- "customfield_10368": { "type": "null" },
907
- "customfield_10126": { "type": "null" },
908
- "customfield_10247": { "type": "null" },
909
- "customfield_10005": { "type": "null" },
910
- "customfield_10006": { "type": "null" },
911
- "customfield_10248": { "type": "null" },
912
- "customfield_10127": { "type": "null" },
913
- "customfield_10369": { "type": "null" },
914
- "customfield_10249": { "type": "null" },
915
- "customfield_10007": { "type": "null" },
916
- "customfield_10008": { "type": "null" },
917
- "customfield_10009": { "type": "null" },
918
- "summary": {
919
- "type": "string",
920
- "example": "Result not showing for Student"
921
- },
922
- "customfield_10360": { "type": "null" },
923
- "customfield_10240": { "type": "null" },
924
- "customfield_10361": { "type": "null" },
925
- "customfield_10362": { "type": "null" },
926
- "customfield_10241": { "type": "null" },
927
- "customfield_10242": { "type": "null" },
928
- "customfield_10363": { "type": "null" },
929
- "customfield_10364": { "type": "null" },
930
- "customfield_10122": { "type": "null" },
931
- "customfield_10243": { "type": "null" },
932
- "customfield_10001": { "type": "null" },
933
- "customfield_10244": { "type": "null" },
934
- "customfield_10123": { "type": "null" },
935
- "customfield_10365": { "type": "null" },
936
- "customfield_10002": { "type": "array" },
937
- "customfield_10003": {
938
- "type": "array",
939
- "items": {
940
- "type": "object",
941
- "properties": {
942
- "self": {
943
- "type": "string",
944
- "example": "https://aatjira.atlassian.net/rest/api/2/user?accountId=557058%3A06f14bc4-ca2a-4b3b-a8c3-d556638e5f22"
945
- },
946
- "accountId": {
947
- "type": "string",
948
- "example": "557058:06f14bc4-ca2a-4b3b-a8c3-d556638e5f22"
949
- },
950
- "avatarUrls": {
951
- "type": "object",
952
- "properties": {
953
- "48x48": {
954
- "type": "string",
955
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
956
- },
957
- "24x24": {
958
- "type": "string",
959
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
960
- },
961
- "16x16": {
962
- "type": "string",
963
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
964
- },
965
- "32x32": {
966
- "type": "string",
967
- "example": "https://secure.gravatar.com/avatar/6d4fea2fc42e61a7138e4e4d89505dea?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FMI-5.png"
968
- }
969
- }
970
- },
971
- "displayName": {
972
- "type": "string",
973
- "example": "Mohammed Islam"
974
- },
975
- "active": { "type": "boolean", "example": true },
976
- "timeZone": {
977
- "type": "string",
978
- "example": "Europe/London"
979
- },
980
- "accountType": {
981
- "type": "string",
982
- "example": "atlassian"
983
- }
984
- }
985
- }
986
- },
987
- "customfield_10366": { "type": "null" },
988
- "customfield_10124": { "type": "null" },
989
- "customfield_10245": { "type": "null" },
990
- "customfield_10004": { "type": "null" },
991
- "customfield_10246": { "type": "null" },
992
- "customfield_10125": { "type": "null" },
993
- "customfield_10367": { "type": "null" },
994
- "customfield_10236": { "type": "null" },
995
- "customfield_10357": { "type": "null" },
996
- "customfield_10115": { "type": "null" },
997
- "customfield_10358": { "type": "null" },
998
- "customfield_10116": { "type": "null" },
999
- "customfield_10237": { "type": "null" },
1000
- "customfield_10117": { "type": "null" },
1001
- "customfield_10359": { "type": "null" },
1002
- "customfield_10238": { "type": "null" },
1003
- "customfield_10239": { "type": "null" },
1004
- "customfield_10119": { "type": "null" },
1005
- "statuscategorychangedate": {
1006
- "type": "string",
1007
- "example": "2025-05-09T13:58:41.458+0100"
1008
- },
1009
- "fixVersions": { "type": "array" },
1010
- "priority": {
1011
- "type": "object",
1012
- "properties": {
1013
- "self": {
1014
- "type": "string",
1015
- "example": "https://aatjira.atlassian.net/rest/api/2/priority/10003"
1016
- },
1017
- "iconUrl": {
1018
- "type": "string",
1019
- "example": "https://aatjira.atlassian.net/images/icons/priorities/minor.svg"
1020
- },
1021
- "name": { "type": "string", "example": "Minor" },
1022
- "id": { "type": "string", "example": "10003" }
1023
- }
1024
- },
1025
- "versions": { "type": "array" },
1026
- "aggregateprogress": {
1027
- "type": "object",
1028
- "properties": {
1029
- "progress": { "type": "number", "example": 0 },
1030
- "total": { "type": "number", "example": 0 }
1031
- }
1032
- },
1033
- "issuerestriction": {
1034
- "type": "object",
1035
- "properties": {
1036
- "issuerestrictions": {
1037
- "type": "object",
1038
- "properties": {}
1039
- },
1040
- "shouldDisplay": { "type": "boolean" }
1041
- }
1042
- },
1043
- "created": {
1044
- "type": "string",
1045
- "example": "2025-05-09T13:58:41.043+0100"
1046
- },
1047
- "customfield_10090": { "type": "null" },
1048
- "customfield_10091": { "type": "null" },
1049
- "customfield_10092": { "type": "null" },
1050
- "customfield_10093": { "type": "null" },
1051
- "customfield_10094": { "type": "null" },
1052
- "customfield_10095": { "type": "null" },
1053
- "customfield_10096": { "type": "null" },
1054
- "customfield_10097": { "type": "null" },
1055
- "customfield_10098": { "type": "null" },
1056
- "customfield_10099": { "type": "null" },
1057
- "security": { "type": "null" },
1058
- "attachment": { "type": "array" },
1059
- "customfield_10080": { "type": "null" },
1060
- "customfield_10081": { "type": "null" },
1061
- "customfield_10082": { "type": "null" },
1062
- "customfield_10083": { "type": "null" },
1063
- "customfield_10084": { "type": "null" },
1064
- "customfield_10085": { "type": "null" },
1065
- "customfield_10086": { "type": "null" },
1066
- "customfield_10087": { "type": "null" },
1067
- "customfield_10088": { "type": "null" },
1068
- "customfield_10089": { "type": "null" }
1069
- }
1070
- }
1071
- }
1072
- },
1073
- "changelog": {
1074
- "type": "object",
1075
- "properties:": {
1076
- "id": { "type": "string", "example": "1194485" },
1077
- "items": {
1078
- "type": "array",
1079
- "items": {
1080
- "type": "object",
1081
- "properties": {
1082
- "field": { "type": "string", "example": "assignee" },
1083
- "fieldtype": { "type": "string", "example": "jira" },
1084
- "fieldId": { "type": "string", "example": "assignee" },
1085
- "from": { "type": "null" },
1086
- "fromString": { "type": "null" },
1087
- "to": {
1088
- "type": "string",
1089
- "example": "557058:9f882dfe-5251-4677-b82f-f270e839eb62"
1090
- },
1091
- "toString": { "type": "string", "example": "Not Assigned" },
1092
- "tmpFromAccountId": { "type": "null" },
1093
- "tmpToAccountId": {
1094
- "type": "string",
1095
- "example": "557058:9f882dfe-5251-4677-b82f-f270e839eb62"
1096
- }
1097
- }
1098
- }
1099
- }
1100
- }
1101
- }
1102
- }
1103
- },
1104
- "ManipulatorResponse": { "type": "string", "example": "OK" },
1105
- "ErrorResponse": {
1106
- "type": "object",
1107
- "properties": {
1108
- "message": { "type": "string" },
1109
- "errors": { "type": ["object", "null"] }
1110
- }
1111
- },
1112
- "X-Atlassian-Webhook-Flow": { "type": "string", "example": "Primary" },
1113
- "X-Atlassian-Webhook-Identifier": {
1114
- "type": "string",
1115
- "example": "3666596484630584266"
1116
- },
1117
- "X-Hub-Signature": { "type": "string" },
1118
- "Access-Control-Allow-Origin": {
1119
- "type": "string",
1120
- "default": "*",
1121
- "example": "*"
1122
- }
1123
- }
1124
- },
1125
- "info": {
1126
- "title": "JIRA API",
1127
- "description": "JIRA webhooks and manipulator service",
1128
- "version": "1.0.0"
1129
- },
1130
- "paths": {
1131
- "/": {
1132
- "post": {
1133
- "summary": "Manipulates an item from JIRA",
1134
- "description": "Takes an item posted by JIRA and manipulates it based on the information inside the item.",
1135
- "operationId": "Manipulator",
1136
- "parameters": [
1137
- {
1138
- "name": "X-Atlassian-Webhook-Flow",
1139
- "in": "header",
1140
- "description": "The workflow this is coming from",
1141
- "required": false,
1142
- "schema": {
1143
- "$ref": "#/components/schemas/X-Atlassian-Webhook-Flow"
1144
- }
1145
- },
1146
- {
1147
- "name": "X-Atlassian-Webhook-Identifier",
1148
- "in": "header",
1149
- "description": "The webhook identifier",
1150
- "required": false,
1151
- "schema": {
1152
- "$ref": "#/components/schemas/X-Atlassian-Webhook-Identifier"
1153
- }
1154
- },
1155
- {
1156
- "name": "X-Hub-Signature",
1157
- "in": "header",
1158
- "description": "The signature we can use to verify this is legitimately from JIRA",
1159
- "required": false,
1160
- "schema": { "$ref": "#/components/schemas/X-Hub-Signature" }
1161
- }
1162
- ],
1163
- "tags": [],
1164
- "requestBody": {
1165
- "description": "The Jira Issue that is received from the Jira Webhook",
1166
- "required": true,
1167
- "content": {
1168
- "application/json": {
1169
- "schema": { "$ref": "#/components/schemas/JiraIssue" }
1170
- }
1171
- }
1172
- },
1173
- "responses": {
1174
- "200": {
1175
- "description": "Success",
1176
- "content": {
1177
- "application/json": {
1178
- "schema": { "$ref": "#/components/schemas/ManipulatorResponse" }
1179
- }
1180
- },
1181
- "headers": {
1182
- "Access-Control-Allow-Origin": {
1183
- "description": "The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin). - [MDN Link](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin)",
1184
- "schema": {
1185
- "$ref": "#/components/schemas/Access-Control-Allow-Origin"
1186
- }
1187
- }
1188
- }
1189
- },
1190
- "400": {
1191
- "description": "Validation error",
1192
- "content": {
1193
- "application/json": {
1194
- "schema": { "$ref": "#/components/schemas/ErrorResponse" }
1195
- }
1196
- },
1197
- "headers": {
1198
- "Access-Control-Allow-Origin": {
1199
- "description": "The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin). - [MDN Link](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin)",
1200
- "schema": {
1201
- "$ref": "#/components/schemas/Access-Control-Allow-Origin"
1202
- }
1203
- }
1204
- }
1205
- }
1206
- }
1207
- }
1208
- }
1209
- },
1210
- "servers": [
1211
- {
1212
- "url": "https://{serverURL}/jira",
1213
- "description": "The endpoint",
1214
- "variables": {
1215
- "serverURL": {
1216
- "default": "api.aat.org.uk",
1217
- "description": "the API URL"
1218
- }
1219
- }
1220
- }
1221
- ]
1222
- }