@bubblelab/bubble-core 0.1.31 → 0.1.34
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/dist/bubble-bundle.d.ts +10 -10
- package/dist/bubbles/service-bubble/insforge-db.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.d.ts +5801 -2137
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +79 -17
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +8033 -3164
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +18 -5
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +2 -2
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles.json +49 -63
- package/package.json +2 -2
package/dist/bubbles.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
3
|
+
"generatedAt": "2026-01-22T23:58:12.420Z",
|
|
4
4
|
"totalCount": 54,
|
|
5
5
|
"bubbles": [
|
|
6
6
|
{
|
|
@@ -52912,13 +52912,7 @@
|
|
|
52912
52912
|
},
|
|
52913
52913
|
"priority": {
|
|
52914
52914
|
"type": "string",
|
|
52915
|
-
"
|
|
52916
|
-
"Highest",
|
|
52917
|
-
"High",
|
|
52918
|
-
"Medium",
|
|
52919
|
-
"Low",
|
|
52920
|
-
"Lowest"
|
|
52921
|
-
],
|
|
52915
|
+
"minLength": 1,
|
|
52922
52916
|
"description": "Issue priority. Default: uses project default"
|
|
52923
52917
|
},
|
|
52924
52918
|
"labels": {
|
|
@@ -52983,13 +52977,7 @@
|
|
|
52983
52977
|
},
|
|
52984
52978
|
"priority": {
|
|
52985
52979
|
"type": "string",
|
|
52986
|
-
"
|
|
52987
|
-
"Highest",
|
|
52988
|
-
"High",
|
|
52989
|
-
"Medium",
|
|
52990
|
-
"Low",
|
|
52991
|
-
"Lowest"
|
|
52992
|
-
],
|
|
52980
|
+
"minLength": 1,
|
|
52993
52981
|
"description": "New priority"
|
|
52994
52982
|
},
|
|
52995
52983
|
"labels": {
|
|
@@ -53281,6 +53269,10 @@
|
|
|
53281
53269
|
"items": {
|
|
53282
53270
|
"type": "object",
|
|
53283
53271
|
"properties": {
|
|
53272
|
+
"expand": {
|
|
53273
|
+
"type": "string",
|
|
53274
|
+
"description": "Expanded fields"
|
|
53275
|
+
},
|
|
53284
53276
|
"id": {
|
|
53285
53277
|
"type": "string",
|
|
53286
53278
|
"description": "Issue ID"
|
|
@@ -53330,7 +53322,7 @@
|
|
|
53330
53322
|
"key",
|
|
53331
53323
|
"name"
|
|
53332
53324
|
],
|
|
53333
|
-
"additionalProperties":
|
|
53325
|
+
"additionalProperties": true,
|
|
53334
53326
|
"description": "Status category"
|
|
53335
53327
|
}
|
|
53336
53328
|
},
|
|
@@ -53338,7 +53330,7 @@
|
|
|
53338
53330
|
"id",
|
|
53339
53331
|
"name"
|
|
53340
53332
|
],
|
|
53341
|
-
"additionalProperties":
|
|
53333
|
+
"additionalProperties": true,
|
|
53342
53334
|
"description": "Current status"
|
|
53343
53335
|
},
|
|
53344
53336
|
"priority": {
|
|
@@ -53357,7 +53349,7 @@
|
|
|
53357
53349
|
"id",
|
|
53358
53350
|
"name"
|
|
53359
53351
|
],
|
|
53360
|
-
"additionalProperties":
|
|
53352
|
+
"additionalProperties": true,
|
|
53361
53353
|
"description": "Issue priority (null if not assigned)",
|
|
53362
53354
|
"nullable": true
|
|
53363
53355
|
},
|
|
@@ -53384,7 +53376,7 @@
|
|
|
53384
53376
|
"required": [
|
|
53385
53377
|
"accountId"
|
|
53386
53378
|
],
|
|
53387
|
-
"additionalProperties":
|
|
53379
|
+
"additionalProperties": true,
|
|
53388
53380
|
"description": "Assigned user",
|
|
53389
53381
|
"nullable": true
|
|
53390
53382
|
},
|
|
@@ -53411,7 +53403,7 @@
|
|
|
53411
53403
|
"required": [
|
|
53412
53404
|
"accountId"
|
|
53413
53405
|
],
|
|
53414
|
-
"additionalProperties":
|
|
53406
|
+
"additionalProperties": true,
|
|
53415
53407
|
"description": "Reporter user (null if deleted or anonymized)",
|
|
53416
53408
|
"nullable": true
|
|
53417
53409
|
},
|
|
@@ -53439,7 +53431,7 @@
|
|
|
53439
53431
|
"id",
|
|
53440
53432
|
"name"
|
|
53441
53433
|
],
|
|
53442
|
-
"additionalProperties":
|
|
53434
|
+
"additionalProperties": true,
|
|
53443
53435
|
"description": "Issue type"
|
|
53444
53436
|
},
|
|
53445
53437
|
"project": {
|
|
@@ -53463,7 +53455,7 @@
|
|
|
53463
53455
|
"key",
|
|
53464
53456
|
"name"
|
|
53465
53457
|
],
|
|
53466
|
-
"additionalProperties":
|
|
53458
|
+
"additionalProperties": true,
|
|
53467
53459
|
"description": "Project"
|
|
53468
53460
|
},
|
|
53469
53461
|
"labels": {
|
|
@@ -53500,7 +53492,7 @@
|
|
|
53500
53492
|
"id",
|
|
53501
53493
|
"key"
|
|
53502
53494
|
],
|
|
53503
|
-
"additionalProperties":
|
|
53495
|
+
"additionalProperties": true,
|
|
53504
53496
|
"description": "Parent issue (for subtasks)"
|
|
53505
53497
|
},
|
|
53506
53498
|
"comment": {
|
|
@@ -53538,7 +53530,7 @@
|
|
|
53538
53530
|
"required": [
|
|
53539
53531
|
"accountId"
|
|
53540
53532
|
],
|
|
53541
|
-
"additionalProperties":
|
|
53533
|
+
"additionalProperties": true,
|
|
53542
53534
|
"description": "Comment author (null if deleted or anonymized)",
|
|
53543
53535
|
"nullable": true
|
|
53544
53536
|
},
|
|
@@ -53562,7 +53554,7 @@
|
|
|
53562
53554
|
"required": [
|
|
53563
53555
|
"id"
|
|
53564
53556
|
],
|
|
53565
|
-
"additionalProperties":
|
|
53557
|
+
"additionalProperties": true,
|
|
53566
53558
|
"description": "Jira comment"
|
|
53567
53559
|
}
|
|
53568
53560
|
},
|
|
@@ -53570,7 +53562,7 @@
|
|
|
53570
53562
|
"type": "number"
|
|
53571
53563
|
}
|
|
53572
53564
|
},
|
|
53573
|
-
"additionalProperties":
|
|
53565
|
+
"additionalProperties": true,
|
|
53574
53566
|
"description": "Issue comments"
|
|
53575
53567
|
}
|
|
53576
53568
|
},
|
|
@@ -53617,7 +53609,7 @@
|
|
|
53617
53609
|
"key",
|
|
53618
53610
|
"name"
|
|
53619
53611
|
],
|
|
53620
|
-
"additionalProperties":
|
|
53612
|
+
"additionalProperties": true,
|
|
53621
53613
|
"description": "Status category"
|
|
53622
53614
|
}
|
|
53623
53615
|
},
|
|
@@ -53625,7 +53617,7 @@
|
|
|
53625
53617
|
"id",
|
|
53626
53618
|
"name"
|
|
53627
53619
|
],
|
|
53628
|
-
"additionalProperties":
|
|
53620
|
+
"additionalProperties": true,
|
|
53629
53621
|
"description": "Target status"
|
|
53630
53622
|
}
|
|
53631
53623
|
},
|
|
@@ -53633,7 +53625,7 @@
|
|
|
53633
53625
|
"id",
|
|
53634
53626
|
"name"
|
|
53635
53627
|
],
|
|
53636
|
-
"additionalProperties":
|
|
53628
|
+
"additionalProperties": true,
|
|
53637
53629
|
"description": "Jira transition"
|
|
53638
53630
|
},
|
|
53639
53631
|
"description": "Available transitions"
|
|
@@ -53642,11 +53634,6 @@
|
|
|
53642
53634
|
"description": "Issue changelog"
|
|
53643
53635
|
}
|
|
53644
53636
|
},
|
|
53645
|
-
"required": [
|
|
53646
|
-
"id",
|
|
53647
|
-
"key",
|
|
53648
|
-
"fields"
|
|
53649
|
-
],
|
|
53650
53637
|
"additionalProperties": false,
|
|
53651
53638
|
"description": "Jira issue"
|
|
53652
53639
|
},
|
|
@@ -53692,6 +53679,10 @@
|
|
|
53692
53679
|
"issue": {
|
|
53693
53680
|
"type": "object",
|
|
53694
53681
|
"properties": {
|
|
53682
|
+
"expand": {
|
|
53683
|
+
"type": "string",
|
|
53684
|
+
"description": "Expanded fields"
|
|
53685
|
+
},
|
|
53695
53686
|
"id": {
|
|
53696
53687
|
"type": "string",
|
|
53697
53688
|
"description": "Issue ID"
|
|
@@ -53741,7 +53732,7 @@
|
|
|
53741
53732
|
"key",
|
|
53742
53733
|
"name"
|
|
53743
53734
|
],
|
|
53744
|
-
"additionalProperties":
|
|
53735
|
+
"additionalProperties": true,
|
|
53745
53736
|
"description": "Status category"
|
|
53746
53737
|
}
|
|
53747
53738
|
},
|
|
@@ -53749,7 +53740,7 @@
|
|
|
53749
53740
|
"id",
|
|
53750
53741
|
"name"
|
|
53751
53742
|
],
|
|
53752
|
-
"additionalProperties":
|
|
53743
|
+
"additionalProperties": true,
|
|
53753
53744
|
"description": "Current status"
|
|
53754
53745
|
},
|
|
53755
53746
|
"priority": {
|
|
@@ -53768,7 +53759,7 @@
|
|
|
53768
53759
|
"id",
|
|
53769
53760
|
"name"
|
|
53770
53761
|
],
|
|
53771
|
-
"additionalProperties":
|
|
53762
|
+
"additionalProperties": true,
|
|
53772
53763
|
"description": "Issue priority (null if not assigned)",
|
|
53773
53764
|
"nullable": true
|
|
53774
53765
|
},
|
|
@@ -53795,7 +53786,7 @@
|
|
|
53795
53786
|
"required": [
|
|
53796
53787
|
"accountId"
|
|
53797
53788
|
],
|
|
53798
|
-
"additionalProperties":
|
|
53789
|
+
"additionalProperties": true,
|
|
53799
53790
|
"description": "Assigned user",
|
|
53800
53791
|
"nullable": true
|
|
53801
53792
|
},
|
|
@@ -53822,7 +53813,7 @@
|
|
|
53822
53813
|
"required": [
|
|
53823
53814
|
"accountId"
|
|
53824
53815
|
],
|
|
53825
|
-
"additionalProperties":
|
|
53816
|
+
"additionalProperties": true,
|
|
53826
53817
|
"description": "Reporter user (null if deleted or anonymized)",
|
|
53827
53818
|
"nullable": true
|
|
53828
53819
|
},
|
|
@@ -53850,7 +53841,7 @@
|
|
|
53850
53841
|
"id",
|
|
53851
53842
|
"name"
|
|
53852
53843
|
],
|
|
53853
|
-
"additionalProperties":
|
|
53844
|
+
"additionalProperties": true,
|
|
53854
53845
|
"description": "Issue type"
|
|
53855
53846
|
},
|
|
53856
53847
|
"project": {
|
|
@@ -53874,7 +53865,7 @@
|
|
|
53874
53865
|
"key",
|
|
53875
53866
|
"name"
|
|
53876
53867
|
],
|
|
53877
|
-
"additionalProperties":
|
|
53868
|
+
"additionalProperties": true,
|
|
53878
53869
|
"description": "Project"
|
|
53879
53870
|
},
|
|
53880
53871
|
"labels": {
|
|
@@ -53911,7 +53902,7 @@
|
|
|
53911
53902
|
"id",
|
|
53912
53903
|
"key"
|
|
53913
53904
|
],
|
|
53914
|
-
"additionalProperties":
|
|
53905
|
+
"additionalProperties": true,
|
|
53915
53906
|
"description": "Parent issue (for subtasks)"
|
|
53916
53907
|
},
|
|
53917
53908
|
"comment": {
|
|
@@ -53949,7 +53940,7 @@
|
|
|
53949
53940
|
"required": [
|
|
53950
53941
|
"accountId"
|
|
53951
53942
|
],
|
|
53952
|
-
"additionalProperties":
|
|
53943
|
+
"additionalProperties": true,
|
|
53953
53944
|
"description": "Comment author (null if deleted or anonymized)",
|
|
53954
53945
|
"nullable": true
|
|
53955
53946
|
},
|
|
@@ -53973,7 +53964,7 @@
|
|
|
53973
53964
|
"required": [
|
|
53974
53965
|
"id"
|
|
53975
53966
|
],
|
|
53976
|
-
"additionalProperties":
|
|
53967
|
+
"additionalProperties": true,
|
|
53977
53968
|
"description": "Jira comment"
|
|
53978
53969
|
}
|
|
53979
53970
|
},
|
|
@@ -53981,7 +53972,7 @@
|
|
|
53981
53972
|
"type": "number"
|
|
53982
53973
|
}
|
|
53983
53974
|
},
|
|
53984
|
-
"additionalProperties":
|
|
53975
|
+
"additionalProperties": true,
|
|
53985
53976
|
"description": "Issue comments"
|
|
53986
53977
|
}
|
|
53987
53978
|
},
|
|
@@ -54028,7 +54019,7 @@
|
|
|
54028
54019
|
"key",
|
|
54029
54020
|
"name"
|
|
54030
54021
|
],
|
|
54031
|
-
"additionalProperties":
|
|
54022
|
+
"additionalProperties": true,
|
|
54032
54023
|
"description": "Status category"
|
|
54033
54024
|
}
|
|
54034
54025
|
},
|
|
@@ -54036,7 +54027,7 @@
|
|
|
54036
54027
|
"id",
|
|
54037
54028
|
"name"
|
|
54038
54029
|
],
|
|
54039
|
-
"additionalProperties":
|
|
54030
|
+
"additionalProperties": true,
|
|
54040
54031
|
"description": "Target status"
|
|
54041
54032
|
}
|
|
54042
54033
|
},
|
|
@@ -54044,7 +54035,7 @@
|
|
|
54044
54035
|
"id",
|
|
54045
54036
|
"name"
|
|
54046
54037
|
],
|
|
54047
|
-
"additionalProperties":
|
|
54038
|
+
"additionalProperties": true,
|
|
54048
54039
|
"description": "Jira transition"
|
|
54049
54040
|
},
|
|
54050
54041
|
"description": "Available transitions"
|
|
@@ -54053,11 +54044,6 @@
|
|
|
54053
54044
|
"description": "Issue changelog"
|
|
54054
54045
|
}
|
|
54055
54046
|
},
|
|
54056
|
-
"required": [
|
|
54057
|
-
"id",
|
|
54058
|
-
"key",
|
|
54059
|
-
"fields"
|
|
54060
|
-
],
|
|
54061
54047
|
"additionalProperties": false,
|
|
54062
54048
|
"description": "Issue details"
|
|
54063
54049
|
},
|
|
@@ -54236,7 +54222,7 @@
|
|
|
54236
54222
|
"key",
|
|
54237
54223
|
"name"
|
|
54238
54224
|
],
|
|
54239
|
-
"additionalProperties":
|
|
54225
|
+
"additionalProperties": true,
|
|
54240
54226
|
"description": "Status category"
|
|
54241
54227
|
}
|
|
54242
54228
|
},
|
|
@@ -54244,7 +54230,7 @@
|
|
|
54244
54230
|
"id",
|
|
54245
54231
|
"name"
|
|
54246
54232
|
],
|
|
54247
|
-
"additionalProperties":
|
|
54233
|
+
"additionalProperties": true,
|
|
54248
54234
|
"description": "Target status"
|
|
54249
54235
|
}
|
|
54250
54236
|
},
|
|
@@ -54252,7 +54238,7 @@
|
|
|
54252
54238
|
"id",
|
|
54253
54239
|
"name"
|
|
54254
54240
|
],
|
|
54255
|
-
"additionalProperties":
|
|
54241
|
+
"additionalProperties": true,
|
|
54256
54242
|
"description": "Jira transition"
|
|
54257
54243
|
},
|
|
54258
54244
|
"description": "Available transitions"
|
|
@@ -54305,7 +54291,7 @@
|
|
|
54305
54291
|
"key",
|
|
54306
54292
|
"name"
|
|
54307
54293
|
],
|
|
54308
|
-
"additionalProperties":
|
|
54294
|
+
"additionalProperties": true,
|
|
54309
54295
|
"description": "Jira project"
|
|
54310
54296
|
},
|
|
54311
54297
|
"description": "Available projects"
|
|
@@ -54365,7 +54351,7 @@
|
|
|
54365
54351
|
"id",
|
|
54366
54352
|
"name"
|
|
54367
54353
|
],
|
|
54368
|
-
"additionalProperties":
|
|
54354
|
+
"additionalProperties": true,
|
|
54369
54355
|
"description": "Jira issue type"
|
|
54370
54356
|
},
|
|
54371
54357
|
"description": "Available issue types"
|
|
@@ -54425,7 +54411,7 @@
|
|
|
54425
54411
|
"required": [
|
|
54426
54412
|
"accountId"
|
|
54427
54413
|
],
|
|
54428
|
-
"additionalProperties":
|
|
54414
|
+
"additionalProperties": true,
|
|
54429
54415
|
"description": "Comment author (null if deleted or anonymized)",
|
|
54430
54416
|
"nullable": true
|
|
54431
54417
|
},
|
|
@@ -54449,7 +54435,7 @@
|
|
|
54449
54435
|
"required": [
|
|
54450
54436
|
"id"
|
|
54451
54437
|
],
|
|
54452
|
-
"additionalProperties":
|
|
54438
|
+
"additionalProperties": true,
|
|
54453
54439
|
"description": "Created comment"
|
|
54454
54440
|
},
|
|
54455
54441
|
"error": {
|
|
@@ -54509,7 +54495,7 @@
|
|
|
54509
54495
|
"required": [
|
|
54510
54496
|
"accountId"
|
|
54511
54497
|
],
|
|
54512
|
-
"additionalProperties":
|
|
54498
|
+
"additionalProperties": true,
|
|
54513
54499
|
"description": "Comment author (null if deleted or anonymized)",
|
|
54514
54500
|
"nullable": true
|
|
54515
54501
|
},
|
|
@@ -54533,7 +54519,7 @@
|
|
|
54533
54519
|
"required": [
|
|
54534
54520
|
"id"
|
|
54535
54521
|
],
|
|
54536
|
-
"additionalProperties":
|
|
54522
|
+
"additionalProperties": true,
|
|
54537
54523
|
"description": "Jira comment"
|
|
54538
54524
|
},
|
|
54539
54525
|
"description": "Issue comments"
|
|
@@ -54556,7 +54542,7 @@
|
|
|
54556
54542
|
}
|
|
54557
54543
|
]
|
|
54558
54544
|
},
|
|
54559
|
-
"usageExample": "// Search example\nconst jira_search = new JiraBubble({\n operation: \"search\", // Search for issues using JQL query\n jql: \"example string\", // JQL query string. Examples: \"project = PROJ\", \"assignee = currentUser()\", \"status = Open AND created >= -7d\"\n limit: 50 // default, // Maximum number of issues to return (1-100)\n offset: 0 // default, // Starting index for pagination\n fields: [\"example string\"], // Specific fields to return (e.g., [\"summary\", \"status\", \"assignee\"]). Default: all standard fields\n});\n\nconst result = await jira_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean // Whether the operation was successful,\n// issues: { id: string // Issue ID, key: string // Issue key (e.g., \"PROJ-123\"), self: string | undefined // Issue API URL, fields: { summary: string | undefined // Issue title/summary, description: unknown | undefined // Issue description (ADF format), status: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Current status, priority: { id: string // Priority ID, name: string // Priority name } | null | undefined // Issue priority (null if not assigned), assignee: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Assigned user, reporter: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Reporter user (null if deleted or anonymized), issuetype: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type } | undefined // Issue type, project: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name } | undefined // Project, labels: string[] | undefined // Issue labels, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp, duedate: string | null | undefined // Due date (YYYY-MM-DD), parent: { id: string, key: string } | undefined // Parent issue (for subtasks), comment: { comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined, total: number | undefined } | undefined // Issue comments } // Issue fields, transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions, changelog: unknown | undefined // Issue changelog }[] | undefined // Found issues,\n// total: number | undefined // Total matching issues,\n// offset: number | undefined // Current offset,\n// limit: number | undefined // Requested limit,\n// error: string // Error message if operation failed\n// }\n\n\n// Get example\nconst jira_get = new JiraBubble({\n operation: \"get\", // Get details for a specific issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\") or issue ID\n fields: [\"example string\"], // Specific fields to return. Default: all fields\n expand: [\"changelog\" // options: \"changelog\", \"comments\", \"transitions\"], // Additional data to include\n});\n\nconst result = await jira_get.action();\n// outputSchema for result.data when operation === 'get':\n// {\n// operation: \"get\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string // Issue ID, key: string // Issue key (e.g., \"PROJ-123\"), self: string | undefined // Issue API URL, fields: { summary: string | undefined // Issue title/summary, description: unknown | undefined // Issue description (ADF format), status: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Current status, priority: { id: string // Priority ID, name: string // Priority name } | null | undefined // Issue priority (null if not assigned), assignee: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Assigned user, reporter: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Reporter user (null if deleted or anonymized), issuetype: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type } | undefined // Issue type, project: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name } | undefined // Project, labels: string[] | undefined // Issue labels, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp, duedate: string | null | undefined // Due date (YYYY-MM-DD), parent: { id: string, key: string } | undefined // Parent issue (for subtasks), comment: { comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined, total: number | undefined } | undefined // Issue comments } // Issue fields, transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions, changelog: unknown | undefined // Issue changelog } | undefined // Issue details,\n// error: string // Error message if operation failed\n// }\n\n\n// Create example\nconst jira_create = new JiraBubble({\n operation: \"create\", // Create a new issue in Jira\n project: \"example string\", // Project key (e.g., \"PROJ\")\n summary: \"example string\", // Issue title/summary (max 255 chars)\n type: \"Task\" // default, // Issue type: \"Task\", \"Bug\", \"Story\", \"Epic\", etc. Default: \"Task\"\n description: \"example string\", // Issue description (plain text - auto-converted to ADF)\n assignee: \"example string\", // Assignee account ID or email. Leave empty for unassigned\n priority: \"Highest\" // options: \"Highest\", \"High\", \"Medium\", \"Low\", \"Lowest\", // Issue priority. Default: uses project default\n labels: [\"example string\"], // Labels to apply (e.g., [\"bug\", \"urgent\"])\n parent: \"example string\", // Parent issue key for subtasks (e.g., \"PROJ-100\")\n due_date: \"example string\", // Due date in YYYY-MM-DD format\n});\n\nconst result = await jira_create.action();\n// outputSchema for result.data when operation === 'create':\n// {\n// operation: \"create\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string // Created issue ID, key: string // Created issue key, self: string | undefined // Issue API URL } | undefined // Created issue info,\n// error: string // Error message if operation failed\n// }\n\n\n// Update example\nconst jira_update = new JiraBubble({\n operation: \"update\", // Update an existing issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\") or issue ID\n summary: \"example string\", // New issue title\n description: \"example string\", // New description (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n assignee: \"example string\", // New assignee (account ID/email) or null to unassign\n priority: \"Highest\" // options: \"Highest\", \"High\", \"Medium\", \"Low\", \"Lowest\", // New priority\n labels: { add: [\"example string\"] // Labels to add to the issue, remove: [\"example string\"] // Labels to remove from the issue, set: [\"example string\"] // Replace all labels with these (overrides add/remove) }, // Label modifications\n due_date: \"example string\", // New due date (YYYY-MM-DD) or null to clear\n comment: \"example string\", // Add a comment with this update (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n});\n\nconst result = await jira_update.action();\n// outputSchema for result.data when operation === 'update':\n// {\n// operation: \"update\",\n// success: boolean // Whether the operation was successful,\n// key: string | undefined // Updated issue key,\n// error: string // Error message if operation failed\n// }\n\n\n// Transition example\nconst jira_transition = new JiraBubble({\n operation: \"transition\", // Transition issue to a new status\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n status: \"example string\", // Target status NAME (e.g., \"In Progress\", \"Done\"). Finds matching transition automatically\n transition_id: \"example string\", // Specific transition ID (from list_transitions). Use when status name is ambiguous\n comment: \"example string\", // Comment to add with the transition (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n resolution: \"example string\", // Resolution when closing (e.g., \"Fixed\", \"Won't Fix\", \"Duplicate\")\n});\n\nconst result = await jira_transition.action();\n// outputSchema for result.data when operation === 'transition':\n// {\n// operation: \"transition\",\n// success: boolean // Whether the operation was successful,\n// key: string | undefined // Transitioned issue key,\n// new_status: string | undefined // New status name,\n// error: string // Error message if operation failed\n// }\n\n\n// List Transitions example\nconst jira_list_transitions = new JiraBubble({\n operation: \"list_transitions\", // Get available transitions for an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n});\n\nconst result = await jira_list_transitions.action();\n// outputSchema for result.data when operation === 'list_transitions':\n// {\n// operation: \"list_transitions\",\n// success: boolean // Whether the operation was successful,\n// transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions,\n// error: string // Error message if operation failed\n// }\n\n\n// List Projects example\nconst jira_list_projects = new JiraBubble({\n operation: \"list_projects\", // List available Jira projects\n limit: 50 // default, // Maximum number of projects to return\n offset: 0 // default, // Starting index for pagination\n});\n\nconst result = await jira_list_projects.action();\n// outputSchema for result.data when operation === 'list_projects':\n// {\n// operation: \"list_projects\",\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name }[] | undefined // Available projects,\n// total: number | undefined // Total projects,\n// error: string // Error message if operation failed\n// }\n\n\n// List Issue Types example\nconst jira_list_issue_types = new JiraBubble({\n operation: \"list_issue_types\", // List issue types for a project\n project: \"example string\", // Project key (e.g., \"PROJ\")\n});\n\nconst result = await jira_list_issue_types.action();\n// outputSchema for result.data when operation === 'list_issue_types':\n// {\n// operation: \"list_issue_types\",\n// success: boolean // Whether the operation was successful,\n// issue_types: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type }[] | undefined // Available issue types,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Comment example\nconst jira_add_comment = new JiraBubble({\n operation: \"add_comment\", // Add a comment to an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n body: \"example string\", // Comment text (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n});\n\nconst result = await jira_add_comment.action();\n// outputSchema for result.data when operation === 'add_comment':\n// {\n// operation: \"add_comment\",\n// success: boolean // Whether the operation was successful,\n// comment: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp } | undefined // Created comment,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Comments example\nconst jira_get_comments = new JiraBubble({\n operation: \"get_comments\", // Get comments for an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n limit: 50 // default, // Maximum number of comments to return\n offset: 0 // default, // Starting index for pagination\n});\n\nconst result = await jira_get_comments.action();\n// outputSchema for result.data when operation === 'get_comments':\n// {\n// operation: \"get_comments\",\n// success: boolean // Whether the operation was successful,\n// comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined // Issue comments,\n// total: number | undefined // Total comments,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`jira failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
54545
|
+
"usageExample": "// Search example\nconst jira_search = new JiraBubble({\n operation: \"search\", // Search for issues using JQL query\n jql: \"example string\", // JQL query string. Examples: \"project = PROJ\", \"assignee = currentUser()\", \"status = Open AND created >= -7d\"\n limit: 50 // default, // Maximum number of issues to return (1-100)\n offset: 0 // default, // Starting index for pagination\n fields: [\"example string\"], // Specific fields to return (e.g., [\"summary\", \"status\", \"assignee\"]). Default: all standard fields\n});\n\nconst result = await jira_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean // Whether the operation was successful,\n// issues: { expand: string | undefined // Expanded fields, id: string | undefined // Issue ID, key: string | undefined // Issue key (e.g., \"PROJ-123\"), self: string | undefined // Issue API URL, fields: { summary: string | undefined // Issue title/summary, description: unknown | undefined // Issue description (ADF format), status: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Current status, priority: { id: string // Priority ID, name: string // Priority name } | null | undefined // Issue priority (null if not assigned), assignee: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Assigned user, reporter: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Reporter user (null if deleted or anonymized), issuetype: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type } | undefined // Issue type, project: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name } | undefined // Project, labels: string[] | undefined // Issue labels, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp, duedate: string | null | undefined // Due date (YYYY-MM-DD), parent: { id: string, key: string } | undefined // Parent issue (for subtasks), comment: { comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined, total: number | undefined } | undefined // Issue comments } | undefined // Issue fields, transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions, changelog: unknown | undefined // Issue changelog }[] | undefined // Found issues,\n// total: number | undefined // Total matching issues,\n// offset: number | undefined // Current offset,\n// limit: number | undefined // Requested limit,\n// error: string // Error message if operation failed\n// }\n\n\n// Get example\nconst jira_get = new JiraBubble({\n operation: \"get\", // Get details for a specific issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\") or issue ID\n fields: [\"example string\"], // Specific fields to return. Default: all fields\n expand: [\"changelog\" // options: \"changelog\", \"comments\", \"transitions\"], // Additional data to include\n});\n\nconst result = await jira_get.action();\n// outputSchema for result.data when operation === 'get':\n// {\n// operation: \"get\",\n// success: boolean // Whether the operation was successful,\n// issue: { expand: string | undefined // Expanded fields, id: string | undefined // Issue ID, key: string | undefined // Issue key (e.g., \"PROJ-123\"), self: string | undefined // Issue API URL, fields: { summary: string | undefined // Issue title/summary, description: unknown | undefined // Issue description (ADF format), status: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Current status, priority: { id: string // Priority ID, name: string // Priority name } | null | undefined // Issue priority (null if not assigned), assignee: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Assigned user, reporter: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Reporter user (null if deleted or anonymized), issuetype: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type } | undefined // Issue type, project: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name } | undefined // Project, labels: string[] | undefined // Issue labels, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp, duedate: string | null | undefined // Due date (YYYY-MM-DD), parent: { id: string, key: string } | undefined // Parent issue (for subtasks), comment: { comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined, total: number | undefined } | undefined // Issue comments } | undefined // Issue fields, transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions, changelog: unknown | undefined // Issue changelog } | undefined // Issue details,\n// error: string // Error message if operation failed\n// }\n\n\n// Create example\nconst jira_create = new JiraBubble({\n operation: \"create\", // Create a new issue in Jira\n project: \"example string\", // Project key (e.g., \"PROJ\")\n summary: \"example string\", // Issue title/summary (max 255 chars)\n type: \"Task\" // default, // Issue type: \"Task\", \"Bug\", \"Story\", \"Epic\", etc. Default: \"Task\"\n description: \"example string\", // Issue description (plain text - auto-converted to ADF)\n assignee: \"example string\", // Assignee account ID or email. Leave empty for unassigned\n priority: \"example string\", // Issue priority. Default: uses project default\n labels: [\"example string\"], // Labels to apply (e.g., [\"bug\", \"urgent\"])\n parent: \"example string\", // Parent issue key for subtasks (e.g., \"PROJ-100\")\n due_date: \"example string\", // Due date in YYYY-MM-DD format\n});\n\nconst result = await jira_create.action();\n// outputSchema for result.data when operation === 'create':\n// {\n// operation: \"create\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string // Created issue ID, key: string // Created issue key, self: string | undefined // Issue API URL } | undefined // Created issue info,\n// error: string // Error message if operation failed\n// }\n\n\n// Update example\nconst jira_update = new JiraBubble({\n operation: \"update\", // Update an existing issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\") or issue ID\n summary: \"example string\", // New issue title\n description: \"example string\", // New description (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n assignee: \"example string\", // New assignee (account ID/email) or null to unassign\n priority: \"example string\", // New priority\n labels: { add: [\"example string\"] // Labels to add to the issue, remove: [\"example string\"] // Labels to remove from the issue, set: [\"example string\"] // Replace all labels with these (overrides add/remove) }, // Label modifications\n due_date: \"example string\", // New due date (YYYY-MM-DD) or null to clear\n comment: \"example string\", // Add a comment with this update (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n});\n\nconst result = await jira_update.action();\n// outputSchema for result.data when operation === 'update':\n// {\n// operation: \"update\",\n// success: boolean // Whether the operation was successful,\n// key: string | undefined // Updated issue key,\n// error: string // Error message if operation failed\n// }\n\n\n// Transition example\nconst jira_transition = new JiraBubble({\n operation: \"transition\", // Transition issue to a new status\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n status: \"example string\", // Target status NAME (e.g., \"In Progress\", \"Done\"). Finds matching transition automatically\n transition_id: \"example string\", // Specific transition ID (from list_transitions). Use when status name is ambiguous\n comment: \"example string\", // Comment to add with the transition (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n resolution: \"example string\", // Resolution when closing (e.g., \"Fixed\", \"Won't Fix\", \"Duplicate\")\n});\n\nconst result = await jira_transition.action();\n// outputSchema for result.data when operation === 'transition':\n// {\n// operation: \"transition\",\n// success: boolean // Whether the operation was successful,\n// key: string | undefined // Transitioned issue key,\n// new_status: string | undefined // New status name,\n// error: string // Error message if operation failed\n// }\n\n\n// List Transitions example\nconst jira_list_transitions = new JiraBubble({\n operation: \"list_transitions\", // Get available transitions for an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n});\n\nconst result = await jira_list_transitions.action();\n// outputSchema for result.data when operation === 'list_transitions':\n// {\n// operation: \"list_transitions\",\n// success: boolean // Whether the operation was successful,\n// transitions: { id: string // Transition ID, name: string // Transition name (e.g., \"Start Progress\", \"Done\"), to: { id: string // Status ID, name: string // Status name (e.g., \"To Do\", \"In Progress\", \"Done\"), statusCategory: { key: string // Category key, name: string // Category name } | undefined // Status category } | undefined // Target status }[] | undefined // Available transitions,\n// error: string // Error message if operation failed\n// }\n\n\n// List Projects example\nconst jira_list_projects = new JiraBubble({\n operation: \"list_projects\", // List available Jira projects\n limit: 50 // default, // Maximum number of projects to return\n offset: 0 // default, // Starting index for pagination\n});\n\nconst result = await jira_list_projects.action();\n// outputSchema for result.data when operation === 'list_projects':\n// {\n// operation: \"list_projects\",\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID, key: string // Project key (e.g., \"PROJ\"), name: string // Project name }[] | undefined // Available projects,\n// total: number | undefined // Total projects,\n// error: string // Error message if operation failed\n// }\n\n\n// List Issue Types example\nconst jira_list_issue_types = new JiraBubble({\n operation: \"list_issue_types\", // List issue types for a project\n project: \"example string\", // Project key (e.g., \"PROJ\")\n});\n\nconst result = await jira_list_issue_types.action();\n// outputSchema for result.data when operation === 'list_issue_types':\n// {\n// operation: \"list_issue_types\",\n// success: boolean // Whether the operation was successful,\n// issue_types: { id: string // Issue type ID, name: string // Issue type name (e.g., \"Task\", \"Bug\", \"Story\"), description: string | undefined // Issue type description, subtask: boolean | undefined // Whether this is a subtask type }[] | undefined // Available issue types,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Comment example\nconst jira_add_comment = new JiraBubble({\n operation: \"add_comment\", // Add a comment to an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n body: \"example string\", // Comment text (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~\n});\n\nconst result = await jira_add_comment.action();\n// outputSchema for result.data when operation === 'add_comment':\n// {\n// operation: \"add_comment\",\n// success: boolean // Whether the operation was successful,\n// comment: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp } | undefined // Created comment,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Comments example\nconst jira_get_comments = new JiraBubble({\n operation: \"get_comments\", // Get comments for an issue\n key: \"example string\", // Issue key (e.g., \"PROJ-123\")\n limit: 50 // default, // Maximum number of comments to return\n offset: 0 // default, // Starting index for pagination\n});\n\nconst result = await jira_get_comments.action();\n// outputSchema for result.data when operation === 'get_comments':\n// {\n// operation: \"get_comments\",\n// success: boolean // Whether the operation was successful,\n// comments: { id: string // Comment ID, author: { accountId: string // User account ID, displayName: string | undefined // User display name, emailAddress: string | undefined // User email address, active: boolean | undefined // Whether the user is active } | null | undefined // Comment author (null if deleted or anonymized), body: string | undefined // Comment body as plain text, renderedBody: string | undefined // Comment body as rendered HTML, created: string | undefined // Creation timestamp, updated: string | undefined // Last update timestamp }[] | undefined // Issue comments,\n// total: number | undefined // Total comments,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`jira failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
54560
54546
|
"requiredCredentials": [
|
|
54561
54547
|
"JIRA_CRED"
|
|
54562
54548
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bubblelab/bubble-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"puppeteer-core": "^24.10.0",
|
|
41
41
|
"resend": "^4.8.0",
|
|
42
42
|
"zod": "^3.24.1",
|
|
43
|
-
"@bubblelab/shared-schemas": "0.1.
|
|
43
|
+
"@bubblelab/shared-schemas": "0.1.35"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"zod-to-json-schema": "^3.24.6",
|