@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/bubbles.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
4
|
-
"totalCount":
|
|
3
|
+
"generatedAt": "2026-01-22T22:33:26.097Z",
|
|
4
|
+
"totalCount": 54,
|
|
5
5
|
"bubbles": [
|
|
6
6
|
{
|
|
7
7
|
"name": "hello-world",
|
|
@@ -52767,6 +52767,1799 @@
|
|
|
52767
52767
|
"requiredCredentials": [
|
|
52768
52768
|
"CRUSTDATA_API_KEY"
|
|
52769
52769
|
]
|
|
52770
|
+
},
|
|
52771
|
+
{
|
|
52772
|
+
"name": "jira",
|
|
52773
|
+
"alias": "jira",
|
|
52774
|
+
"type": "service",
|
|
52775
|
+
"shortDescription": "Jira integration for issue tracking and project management",
|
|
52776
|
+
"useCase": "General purpose bubble for various workflow needs",
|
|
52777
|
+
"inputSchema": "Complex schema - see usage example for structure",
|
|
52778
|
+
"outputSchema": "Complex schema - see usage example for structure",
|
|
52779
|
+
"inputJsonSchema": {
|
|
52780
|
+
"anyOf": [
|
|
52781
|
+
{
|
|
52782
|
+
"type": "object",
|
|
52783
|
+
"properties": {
|
|
52784
|
+
"operation": {
|
|
52785
|
+
"type": "string",
|
|
52786
|
+
"enum": [
|
|
52787
|
+
"search"
|
|
52788
|
+
],
|
|
52789
|
+
"description": "Search for issues using JQL query"
|
|
52790
|
+
},
|
|
52791
|
+
"jql": {
|
|
52792
|
+
"type": "string",
|
|
52793
|
+
"minLength": 1,
|
|
52794
|
+
"description": "JQL query string. Examples: \"project = PROJ\", \"assignee = currentUser()\", \"status = Open AND created >= -7d\""
|
|
52795
|
+
},
|
|
52796
|
+
"limit": {
|
|
52797
|
+
"type": "number",
|
|
52798
|
+
"minimum": 1,
|
|
52799
|
+
"maximum": 100,
|
|
52800
|
+
"default": 50,
|
|
52801
|
+
"description": "Maximum number of issues to return (1-100)"
|
|
52802
|
+
},
|
|
52803
|
+
"offset": {
|
|
52804
|
+
"type": "number",
|
|
52805
|
+
"minimum": 0,
|
|
52806
|
+
"default": 0,
|
|
52807
|
+
"description": "Starting index for pagination"
|
|
52808
|
+
},
|
|
52809
|
+
"fields": {
|
|
52810
|
+
"type": "array",
|
|
52811
|
+
"items": {
|
|
52812
|
+
"type": "string"
|
|
52813
|
+
},
|
|
52814
|
+
"description": "Specific fields to return (e.g., [\"summary\", \"status\", \"assignee\"]). Default: all standard fields"
|
|
52815
|
+
},
|
|
52816
|
+
"credentials": {
|
|
52817
|
+
"type": "object",
|
|
52818
|
+
"additionalProperties": {
|
|
52819
|
+
"type": "string"
|
|
52820
|
+
},
|
|
52821
|
+
"description": "Credentials (injected at runtime)"
|
|
52822
|
+
}
|
|
52823
|
+
},
|
|
52824
|
+
"required": [
|
|
52825
|
+
"operation",
|
|
52826
|
+
"jql"
|
|
52827
|
+
],
|
|
52828
|
+
"additionalProperties": false
|
|
52829
|
+
},
|
|
52830
|
+
{
|
|
52831
|
+
"type": "object",
|
|
52832
|
+
"properties": {
|
|
52833
|
+
"operation": {
|
|
52834
|
+
"type": "string",
|
|
52835
|
+
"enum": [
|
|
52836
|
+
"get"
|
|
52837
|
+
],
|
|
52838
|
+
"description": "Get details for a specific issue"
|
|
52839
|
+
},
|
|
52840
|
+
"key": {
|
|
52841
|
+
"type": "string",
|
|
52842
|
+
"minLength": 1,
|
|
52843
|
+
"description": "Issue key (e.g., \"PROJ-123\") or issue ID"
|
|
52844
|
+
},
|
|
52845
|
+
"fields": {
|
|
52846
|
+
"type": "array",
|
|
52847
|
+
"items": {
|
|
52848
|
+
"type": "string"
|
|
52849
|
+
},
|
|
52850
|
+
"description": "Specific fields to return. Default: all fields"
|
|
52851
|
+
},
|
|
52852
|
+
"expand": {
|
|
52853
|
+
"type": "array",
|
|
52854
|
+
"items": {
|
|
52855
|
+
"type": "string",
|
|
52856
|
+
"enum": [
|
|
52857
|
+
"changelog",
|
|
52858
|
+
"comments",
|
|
52859
|
+
"transitions"
|
|
52860
|
+
],
|
|
52861
|
+
"description": "Additional data to include in the response"
|
|
52862
|
+
},
|
|
52863
|
+
"description": "Additional data to include"
|
|
52864
|
+
},
|
|
52865
|
+
"credentials": {
|
|
52866
|
+
"type": "object",
|
|
52867
|
+
"additionalProperties": {
|
|
52868
|
+
"type": "string"
|
|
52869
|
+
},
|
|
52870
|
+
"description": "Credentials (injected at runtime)"
|
|
52871
|
+
}
|
|
52872
|
+
},
|
|
52873
|
+
"required": [
|
|
52874
|
+
"operation",
|
|
52875
|
+
"key"
|
|
52876
|
+
],
|
|
52877
|
+
"additionalProperties": false
|
|
52878
|
+
},
|
|
52879
|
+
{
|
|
52880
|
+
"type": "object",
|
|
52881
|
+
"properties": {
|
|
52882
|
+
"operation": {
|
|
52883
|
+
"type": "string",
|
|
52884
|
+
"enum": [
|
|
52885
|
+
"create"
|
|
52886
|
+
],
|
|
52887
|
+
"description": "Create a new issue in Jira"
|
|
52888
|
+
},
|
|
52889
|
+
"project": {
|
|
52890
|
+
"type": "string",
|
|
52891
|
+
"minLength": 1,
|
|
52892
|
+
"description": "Project key (e.g., \"PROJ\")"
|
|
52893
|
+
},
|
|
52894
|
+
"summary": {
|
|
52895
|
+
"type": "string",
|
|
52896
|
+
"minLength": 1,
|
|
52897
|
+
"maxLength": 255,
|
|
52898
|
+
"description": "Issue title/summary (max 255 chars)"
|
|
52899
|
+
},
|
|
52900
|
+
"type": {
|
|
52901
|
+
"type": "string",
|
|
52902
|
+
"default": "Task",
|
|
52903
|
+
"description": "Issue type: \"Task\", \"Bug\", \"Story\", \"Epic\", etc. Default: \"Task\""
|
|
52904
|
+
},
|
|
52905
|
+
"description": {
|
|
52906
|
+
"type": "string",
|
|
52907
|
+
"description": "Issue description (plain text - auto-converted to ADF)"
|
|
52908
|
+
},
|
|
52909
|
+
"assignee": {
|
|
52910
|
+
"type": "string",
|
|
52911
|
+
"description": "Assignee account ID or email. Leave empty for unassigned"
|
|
52912
|
+
},
|
|
52913
|
+
"priority": {
|
|
52914
|
+
"type": "string",
|
|
52915
|
+
"enum": [
|
|
52916
|
+
"Highest",
|
|
52917
|
+
"High",
|
|
52918
|
+
"Medium",
|
|
52919
|
+
"Low",
|
|
52920
|
+
"Lowest"
|
|
52921
|
+
],
|
|
52922
|
+
"description": "Issue priority. Default: uses project default"
|
|
52923
|
+
},
|
|
52924
|
+
"labels": {
|
|
52925
|
+
"type": "array",
|
|
52926
|
+
"items": {
|
|
52927
|
+
"type": "string"
|
|
52928
|
+
},
|
|
52929
|
+
"description": "Labels to apply (e.g., [\"bug\", \"urgent\"])"
|
|
52930
|
+
},
|
|
52931
|
+
"parent": {
|
|
52932
|
+
"type": "string",
|
|
52933
|
+
"description": "Parent issue key for subtasks (e.g., \"PROJ-100\")"
|
|
52934
|
+
},
|
|
52935
|
+
"due_date": {
|
|
52936
|
+
"type": "string",
|
|
52937
|
+
"description": "Due date in YYYY-MM-DD format"
|
|
52938
|
+
},
|
|
52939
|
+
"credentials": {
|
|
52940
|
+
"type": "object",
|
|
52941
|
+
"additionalProperties": {
|
|
52942
|
+
"type": "string"
|
|
52943
|
+
},
|
|
52944
|
+
"description": "Credentials (injected at runtime)"
|
|
52945
|
+
}
|
|
52946
|
+
},
|
|
52947
|
+
"required": [
|
|
52948
|
+
"operation",
|
|
52949
|
+
"project",
|
|
52950
|
+
"summary"
|
|
52951
|
+
],
|
|
52952
|
+
"additionalProperties": false
|
|
52953
|
+
},
|
|
52954
|
+
{
|
|
52955
|
+
"type": "object",
|
|
52956
|
+
"properties": {
|
|
52957
|
+
"operation": {
|
|
52958
|
+
"type": "string",
|
|
52959
|
+
"enum": [
|
|
52960
|
+
"update"
|
|
52961
|
+
],
|
|
52962
|
+
"description": "Update an existing issue"
|
|
52963
|
+
},
|
|
52964
|
+
"key": {
|
|
52965
|
+
"type": "string",
|
|
52966
|
+
"minLength": 1,
|
|
52967
|
+
"description": "Issue key (e.g., \"PROJ-123\") or issue ID"
|
|
52968
|
+
},
|
|
52969
|
+
"summary": {
|
|
52970
|
+
"type": "string",
|
|
52971
|
+
"minLength": 1,
|
|
52972
|
+
"maxLength": 255,
|
|
52973
|
+
"description": "New issue title"
|
|
52974
|
+
},
|
|
52975
|
+
"description": {
|
|
52976
|
+
"type": "string",
|
|
52977
|
+
"description": "New description (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~"
|
|
52978
|
+
},
|
|
52979
|
+
"assignee": {
|
|
52980
|
+
"type": "string",
|
|
52981
|
+
"nullable": true,
|
|
52982
|
+
"description": "New assignee (account ID/email) or null to unassign"
|
|
52983
|
+
},
|
|
52984
|
+
"priority": {
|
|
52985
|
+
"type": "string",
|
|
52986
|
+
"enum": [
|
|
52987
|
+
"Highest",
|
|
52988
|
+
"High",
|
|
52989
|
+
"Medium",
|
|
52990
|
+
"Low",
|
|
52991
|
+
"Lowest"
|
|
52992
|
+
],
|
|
52993
|
+
"description": "New priority"
|
|
52994
|
+
},
|
|
52995
|
+
"labels": {
|
|
52996
|
+
"type": "object",
|
|
52997
|
+
"properties": {
|
|
52998
|
+
"add": {
|
|
52999
|
+
"type": "array",
|
|
53000
|
+
"items": {
|
|
53001
|
+
"type": "string"
|
|
53002
|
+
},
|
|
53003
|
+
"description": "Labels to add to the issue"
|
|
53004
|
+
},
|
|
53005
|
+
"remove": {
|
|
53006
|
+
"type": "array",
|
|
53007
|
+
"items": {
|
|
53008
|
+
"type": "string"
|
|
53009
|
+
},
|
|
53010
|
+
"description": "Labels to remove from the issue"
|
|
53011
|
+
},
|
|
53012
|
+
"set": {
|
|
53013
|
+
"type": "array",
|
|
53014
|
+
"items": {
|
|
53015
|
+
"type": "string"
|
|
53016
|
+
},
|
|
53017
|
+
"description": "Replace all labels with these (overrides add/remove)"
|
|
53018
|
+
}
|
|
53019
|
+
},
|
|
53020
|
+
"additionalProperties": false,
|
|
53021
|
+
"description": "Label modifications"
|
|
53022
|
+
},
|
|
53023
|
+
"due_date": {
|
|
53024
|
+
"type": "string",
|
|
53025
|
+
"nullable": true,
|
|
53026
|
+
"description": "New due date (YYYY-MM-DD) or null to clear"
|
|
53027
|
+
},
|
|
53028
|
+
"comment": {
|
|
53029
|
+
"type": "string",
|
|
53030
|
+
"description": "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~~"
|
|
53031
|
+
},
|
|
53032
|
+
"credentials": {
|
|
53033
|
+
"type": "object",
|
|
53034
|
+
"additionalProperties": {
|
|
53035
|
+
"type": "string"
|
|
53036
|
+
},
|
|
53037
|
+
"description": "Credentials (injected at runtime)"
|
|
53038
|
+
}
|
|
53039
|
+
},
|
|
53040
|
+
"required": [
|
|
53041
|
+
"operation",
|
|
53042
|
+
"key"
|
|
53043
|
+
],
|
|
53044
|
+
"additionalProperties": false
|
|
53045
|
+
},
|
|
53046
|
+
{
|
|
53047
|
+
"type": "object",
|
|
53048
|
+
"properties": {
|
|
53049
|
+
"operation": {
|
|
53050
|
+
"type": "string",
|
|
53051
|
+
"enum": [
|
|
53052
|
+
"transition"
|
|
53053
|
+
],
|
|
53054
|
+
"description": "Transition issue to a new status"
|
|
53055
|
+
},
|
|
53056
|
+
"key": {
|
|
53057
|
+
"type": "string",
|
|
53058
|
+
"minLength": 1,
|
|
53059
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53060
|
+
},
|
|
53061
|
+
"status": {
|
|
53062
|
+
"type": "string",
|
|
53063
|
+
"description": "Target status NAME (e.g., \"In Progress\", \"Done\"). Finds matching transition automatically"
|
|
53064
|
+
},
|
|
53065
|
+
"transition_id": {
|
|
53066
|
+
"type": "string",
|
|
53067
|
+
"description": "Specific transition ID (from list_transitions). Use when status name is ambiguous"
|
|
53068
|
+
},
|
|
53069
|
+
"comment": {
|
|
53070
|
+
"type": "string",
|
|
53071
|
+
"description": "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~~"
|
|
53072
|
+
},
|
|
53073
|
+
"resolution": {
|
|
53074
|
+
"type": "string",
|
|
53075
|
+
"description": "Resolution when closing (e.g., \"Fixed\", \"Won't Fix\", \"Duplicate\")"
|
|
53076
|
+
},
|
|
53077
|
+
"credentials": {
|
|
53078
|
+
"type": "object",
|
|
53079
|
+
"additionalProperties": {
|
|
53080
|
+
"type": "string"
|
|
53081
|
+
},
|
|
53082
|
+
"description": "Credentials (injected at runtime)"
|
|
53083
|
+
}
|
|
53084
|
+
},
|
|
53085
|
+
"required": [
|
|
53086
|
+
"operation",
|
|
53087
|
+
"key"
|
|
53088
|
+
],
|
|
53089
|
+
"additionalProperties": false
|
|
53090
|
+
},
|
|
53091
|
+
{
|
|
53092
|
+
"type": "object",
|
|
53093
|
+
"properties": {
|
|
53094
|
+
"operation": {
|
|
53095
|
+
"type": "string",
|
|
53096
|
+
"enum": [
|
|
53097
|
+
"list_transitions"
|
|
53098
|
+
],
|
|
53099
|
+
"description": "Get available transitions for an issue"
|
|
53100
|
+
},
|
|
53101
|
+
"key": {
|
|
53102
|
+
"type": "string",
|
|
53103
|
+
"minLength": 1,
|
|
53104
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53105
|
+
},
|
|
53106
|
+
"credentials": {
|
|
53107
|
+
"type": "object",
|
|
53108
|
+
"additionalProperties": {
|
|
53109
|
+
"type": "string"
|
|
53110
|
+
},
|
|
53111
|
+
"description": "Credentials (injected at runtime)"
|
|
53112
|
+
}
|
|
53113
|
+
},
|
|
53114
|
+
"required": [
|
|
53115
|
+
"operation",
|
|
53116
|
+
"key"
|
|
53117
|
+
],
|
|
53118
|
+
"additionalProperties": false
|
|
53119
|
+
},
|
|
53120
|
+
{
|
|
53121
|
+
"type": "object",
|
|
53122
|
+
"properties": {
|
|
53123
|
+
"operation": {
|
|
53124
|
+
"type": "string",
|
|
53125
|
+
"enum": [
|
|
53126
|
+
"list_projects"
|
|
53127
|
+
],
|
|
53128
|
+
"description": "List available Jira projects"
|
|
53129
|
+
},
|
|
53130
|
+
"limit": {
|
|
53131
|
+
"type": "number",
|
|
53132
|
+
"minimum": 1,
|
|
53133
|
+
"maximum": 100,
|
|
53134
|
+
"default": 50,
|
|
53135
|
+
"description": "Maximum number of projects to return"
|
|
53136
|
+
},
|
|
53137
|
+
"offset": {
|
|
53138
|
+
"type": "number",
|
|
53139
|
+
"minimum": 0,
|
|
53140
|
+
"default": 0,
|
|
53141
|
+
"description": "Starting index for pagination"
|
|
53142
|
+
},
|
|
53143
|
+
"credentials": {
|
|
53144
|
+
"type": "object",
|
|
53145
|
+
"additionalProperties": {
|
|
53146
|
+
"type": "string"
|
|
53147
|
+
},
|
|
53148
|
+
"description": "Credentials (injected at runtime)"
|
|
53149
|
+
}
|
|
53150
|
+
},
|
|
53151
|
+
"required": [
|
|
53152
|
+
"operation"
|
|
53153
|
+
],
|
|
53154
|
+
"additionalProperties": false
|
|
53155
|
+
},
|
|
53156
|
+
{
|
|
53157
|
+
"type": "object",
|
|
53158
|
+
"properties": {
|
|
53159
|
+
"operation": {
|
|
53160
|
+
"type": "string",
|
|
53161
|
+
"enum": [
|
|
53162
|
+
"list_issue_types"
|
|
53163
|
+
],
|
|
53164
|
+
"description": "List issue types for a project"
|
|
53165
|
+
},
|
|
53166
|
+
"project": {
|
|
53167
|
+
"type": "string",
|
|
53168
|
+
"minLength": 1,
|
|
53169
|
+
"description": "Project key (e.g., \"PROJ\")"
|
|
53170
|
+
},
|
|
53171
|
+
"credentials": {
|
|
53172
|
+
"type": "object",
|
|
53173
|
+
"additionalProperties": {
|
|
53174
|
+
"type": "string"
|
|
53175
|
+
},
|
|
53176
|
+
"description": "Credentials (injected at runtime)"
|
|
53177
|
+
}
|
|
53178
|
+
},
|
|
53179
|
+
"required": [
|
|
53180
|
+
"operation",
|
|
53181
|
+
"project"
|
|
53182
|
+
],
|
|
53183
|
+
"additionalProperties": false
|
|
53184
|
+
},
|
|
53185
|
+
{
|
|
53186
|
+
"type": "object",
|
|
53187
|
+
"properties": {
|
|
53188
|
+
"operation": {
|
|
53189
|
+
"type": "string",
|
|
53190
|
+
"enum": [
|
|
53191
|
+
"add_comment"
|
|
53192
|
+
],
|
|
53193
|
+
"description": "Add a comment to an issue"
|
|
53194
|
+
},
|
|
53195
|
+
"key": {
|
|
53196
|
+
"type": "string",
|
|
53197
|
+
"minLength": 1,
|
|
53198
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53199
|
+
},
|
|
53200
|
+
"body": {
|
|
53201
|
+
"type": "string",
|
|
53202
|
+
"minLength": 1,
|
|
53203
|
+
"description": "Comment text (markdown or plain text - auto-converted to ADF). Supports: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~"
|
|
53204
|
+
},
|
|
53205
|
+
"credentials": {
|
|
53206
|
+
"type": "object",
|
|
53207
|
+
"additionalProperties": {
|
|
53208
|
+
"type": "string"
|
|
53209
|
+
},
|
|
53210
|
+
"description": "Credentials (injected at runtime)"
|
|
53211
|
+
}
|
|
53212
|
+
},
|
|
53213
|
+
"required": [
|
|
53214
|
+
"operation",
|
|
53215
|
+
"key",
|
|
53216
|
+
"body"
|
|
53217
|
+
],
|
|
53218
|
+
"additionalProperties": false
|
|
53219
|
+
},
|
|
53220
|
+
{
|
|
53221
|
+
"type": "object",
|
|
53222
|
+
"properties": {
|
|
53223
|
+
"operation": {
|
|
53224
|
+
"type": "string",
|
|
53225
|
+
"enum": [
|
|
53226
|
+
"get_comments"
|
|
53227
|
+
],
|
|
53228
|
+
"description": "Get comments for an issue"
|
|
53229
|
+
},
|
|
53230
|
+
"key": {
|
|
53231
|
+
"type": "string",
|
|
53232
|
+
"minLength": 1,
|
|
53233
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53234
|
+
},
|
|
53235
|
+
"limit": {
|
|
53236
|
+
"type": "number",
|
|
53237
|
+
"minimum": 1,
|
|
53238
|
+
"maximum": 100,
|
|
53239
|
+
"default": 50,
|
|
53240
|
+
"description": "Maximum number of comments to return"
|
|
53241
|
+
},
|
|
53242
|
+
"offset": {
|
|
53243
|
+
"type": "number",
|
|
53244
|
+
"minimum": 0,
|
|
53245
|
+
"default": 0,
|
|
53246
|
+
"description": "Starting index for pagination"
|
|
53247
|
+
},
|
|
53248
|
+
"credentials": {
|
|
53249
|
+
"type": "object",
|
|
53250
|
+
"additionalProperties": {
|
|
53251
|
+
"type": "string"
|
|
53252
|
+
},
|
|
53253
|
+
"description": "Credentials (injected at runtime)"
|
|
53254
|
+
}
|
|
53255
|
+
},
|
|
53256
|
+
"required": [
|
|
53257
|
+
"operation",
|
|
53258
|
+
"key"
|
|
53259
|
+
],
|
|
53260
|
+
"additionalProperties": false
|
|
53261
|
+
}
|
|
53262
|
+
]
|
|
53263
|
+
},
|
|
53264
|
+
"outputJsonSchema": {
|
|
53265
|
+
"anyOf": [
|
|
53266
|
+
{
|
|
53267
|
+
"type": "object",
|
|
53268
|
+
"properties": {
|
|
53269
|
+
"operation": {
|
|
53270
|
+
"type": "string",
|
|
53271
|
+
"enum": [
|
|
53272
|
+
"search"
|
|
53273
|
+
]
|
|
53274
|
+
},
|
|
53275
|
+
"success": {
|
|
53276
|
+
"type": "boolean",
|
|
53277
|
+
"description": "Whether the operation was successful"
|
|
53278
|
+
},
|
|
53279
|
+
"issues": {
|
|
53280
|
+
"type": "array",
|
|
53281
|
+
"items": {
|
|
53282
|
+
"type": "object",
|
|
53283
|
+
"properties": {
|
|
53284
|
+
"id": {
|
|
53285
|
+
"type": "string",
|
|
53286
|
+
"description": "Issue ID"
|
|
53287
|
+
},
|
|
53288
|
+
"key": {
|
|
53289
|
+
"type": "string",
|
|
53290
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53291
|
+
},
|
|
53292
|
+
"self": {
|
|
53293
|
+
"type": "string",
|
|
53294
|
+
"description": "Issue API URL"
|
|
53295
|
+
},
|
|
53296
|
+
"fields": {
|
|
53297
|
+
"type": "object",
|
|
53298
|
+
"properties": {
|
|
53299
|
+
"summary": {
|
|
53300
|
+
"type": "string",
|
|
53301
|
+
"description": "Issue title/summary"
|
|
53302
|
+
},
|
|
53303
|
+
"description": {
|
|
53304
|
+
"description": "Issue description (ADF format)"
|
|
53305
|
+
},
|
|
53306
|
+
"status": {
|
|
53307
|
+
"type": "object",
|
|
53308
|
+
"properties": {
|
|
53309
|
+
"id": {
|
|
53310
|
+
"type": "string",
|
|
53311
|
+
"description": "Status ID"
|
|
53312
|
+
},
|
|
53313
|
+
"name": {
|
|
53314
|
+
"type": "string",
|
|
53315
|
+
"description": "Status name (e.g., \"To Do\", \"In Progress\", \"Done\")"
|
|
53316
|
+
},
|
|
53317
|
+
"statusCategory": {
|
|
53318
|
+
"type": "object",
|
|
53319
|
+
"properties": {
|
|
53320
|
+
"key": {
|
|
53321
|
+
"type": "string",
|
|
53322
|
+
"description": "Category key"
|
|
53323
|
+
},
|
|
53324
|
+
"name": {
|
|
53325
|
+
"type": "string",
|
|
53326
|
+
"description": "Category name"
|
|
53327
|
+
}
|
|
53328
|
+
},
|
|
53329
|
+
"required": [
|
|
53330
|
+
"key",
|
|
53331
|
+
"name"
|
|
53332
|
+
],
|
|
53333
|
+
"additionalProperties": false,
|
|
53334
|
+
"description": "Status category"
|
|
53335
|
+
}
|
|
53336
|
+
},
|
|
53337
|
+
"required": [
|
|
53338
|
+
"id",
|
|
53339
|
+
"name"
|
|
53340
|
+
],
|
|
53341
|
+
"additionalProperties": false,
|
|
53342
|
+
"description": "Current status"
|
|
53343
|
+
},
|
|
53344
|
+
"priority": {
|
|
53345
|
+
"type": "object",
|
|
53346
|
+
"properties": {
|
|
53347
|
+
"id": {
|
|
53348
|
+
"type": "string",
|
|
53349
|
+
"description": "Priority ID"
|
|
53350
|
+
},
|
|
53351
|
+
"name": {
|
|
53352
|
+
"type": "string",
|
|
53353
|
+
"description": "Priority name"
|
|
53354
|
+
}
|
|
53355
|
+
},
|
|
53356
|
+
"required": [
|
|
53357
|
+
"id",
|
|
53358
|
+
"name"
|
|
53359
|
+
],
|
|
53360
|
+
"additionalProperties": false,
|
|
53361
|
+
"description": "Issue priority (null if not assigned)",
|
|
53362
|
+
"nullable": true
|
|
53363
|
+
},
|
|
53364
|
+
"assignee": {
|
|
53365
|
+
"type": "object",
|
|
53366
|
+
"properties": {
|
|
53367
|
+
"accountId": {
|
|
53368
|
+
"type": "string",
|
|
53369
|
+
"description": "User account ID"
|
|
53370
|
+
},
|
|
53371
|
+
"displayName": {
|
|
53372
|
+
"type": "string",
|
|
53373
|
+
"description": "User display name"
|
|
53374
|
+
},
|
|
53375
|
+
"emailAddress": {
|
|
53376
|
+
"type": "string",
|
|
53377
|
+
"description": "User email address"
|
|
53378
|
+
},
|
|
53379
|
+
"active": {
|
|
53380
|
+
"type": "boolean",
|
|
53381
|
+
"description": "Whether the user is active"
|
|
53382
|
+
}
|
|
53383
|
+
},
|
|
53384
|
+
"required": [
|
|
53385
|
+
"accountId"
|
|
53386
|
+
],
|
|
53387
|
+
"additionalProperties": false,
|
|
53388
|
+
"description": "Assigned user",
|
|
53389
|
+
"nullable": true
|
|
53390
|
+
},
|
|
53391
|
+
"reporter": {
|
|
53392
|
+
"type": "object",
|
|
53393
|
+
"properties": {
|
|
53394
|
+
"accountId": {
|
|
53395
|
+
"type": "string",
|
|
53396
|
+
"description": "User account ID"
|
|
53397
|
+
},
|
|
53398
|
+
"displayName": {
|
|
53399
|
+
"type": "string",
|
|
53400
|
+
"description": "User display name"
|
|
53401
|
+
},
|
|
53402
|
+
"emailAddress": {
|
|
53403
|
+
"type": "string",
|
|
53404
|
+
"description": "User email address"
|
|
53405
|
+
},
|
|
53406
|
+
"active": {
|
|
53407
|
+
"type": "boolean",
|
|
53408
|
+
"description": "Whether the user is active"
|
|
53409
|
+
}
|
|
53410
|
+
},
|
|
53411
|
+
"required": [
|
|
53412
|
+
"accountId"
|
|
53413
|
+
],
|
|
53414
|
+
"additionalProperties": false,
|
|
53415
|
+
"description": "Reporter user (null if deleted or anonymized)",
|
|
53416
|
+
"nullable": true
|
|
53417
|
+
},
|
|
53418
|
+
"issuetype": {
|
|
53419
|
+
"type": "object",
|
|
53420
|
+
"properties": {
|
|
53421
|
+
"id": {
|
|
53422
|
+
"type": "string",
|
|
53423
|
+
"description": "Issue type ID"
|
|
53424
|
+
},
|
|
53425
|
+
"name": {
|
|
53426
|
+
"type": "string",
|
|
53427
|
+
"description": "Issue type name (e.g., \"Task\", \"Bug\", \"Story\")"
|
|
53428
|
+
},
|
|
53429
|
+
"description": {
|
|
53430
|
+
"type": "string",
|
|
53431
|
+
"description": "Issue type description"
|
|
53432
|
+
},
|
|
53433
|
+
"subtask": {
|
|
53434
|
+
"type": "boolean",
|
|
53435
|
+
"description": "Whether this is a subtask type"
|
|
53436
|
+
}
|
|
53437
|
+
},
|
|
53438
|
+
"required": [
|
|
53439
|
+
"id",
|
|
53440
|
+
"name"
|
|
53441
|
+
],
|
|
53442
|
+
"additionalProperties": false,
|
|
53443
|
+
"description": "Issue type"
|
|
53444
|
+
},
|
|
53445
|
+
"project": {
|
|
53446
|
+
"type": "object",
|
|
53447
|
+
"properties": {
|
|
53448
|
+
"id": {
|
|
53449
|
+
"type": "string",
|
|
53450
|
+
"description": "Project ID"
|
|
53451
|
+
},
|
|
53452
|
+
"key": {
|
|
53453
|
+
"type": "string",
|
|
53454
|
+
"description": "Project key (e.g., \"PROJ\")"
|
|
53455
|
+
},
|
|
53456
|
+
"name": {
|
|
53457
|
+
"type": "string",
|
|
53458
|
+
"description": "Project name"
|
|
53459
|
+
}
|
|
53460
|
+
},
|
|
53461
|
+
"required": [
|
|
53462
|
+
"id",
|
|
53463
|
+
"key",
|
|
53464
|
+
"name"
|
|
53465
|
+
],
|
|
53466
|
+
"additionalProperties": false,
|
|
53467
|
+
"description": "Project"
|
|
53468
|
+
},
|
|
53469
|
+
"labels": {
|
|
53470
|
+
"type": "array",
|
|
53471
|
+
"items": {
|
|
53472
|
+
"type": "string"
|
|
53473
|
+
},
|
|
53474
|
+
"description": "Issue labels"
|
|
53475
|
+
},
|
|
53476
|
+
"created": {
|
|
53477
|
+
"type": "string",
|
|
53478
|
+
"description": "Creation timestamp"
|
|
53479
|
+
},
|
|
53480
|
+
"updated": {
|
|
53481
|
+
"type": "string",
|
|
53482
|
+
"description": "Last update timestamp"
|
|
53483
|
+
},
|
|
53484
|
+
"duedate": {
|
|
53485
|
+
"type": "string",
|
|
53486
|
+
"nullable": true,
|
|
53487
|
+
"description": "Due date (YYYY-MM-DD)"
|
|
53488
|
+
},
|
|
53489
|
+
"parent": {
|
|
53490
|
+
"type": "object",
|
|
53491
|
+
"properties": {
|
|
53492
|
+
"id": {
|
|
53493
|
+
"type": "string"
|
|
53494
|
+
},
|
|
53495
|
+
"key": {
|
|
53496
|
+
"type": "string"
|
|
53497
|
+
}
|
|
53498
|
+
},
|
|
53499
|
+
"required": [
|
|
53500
|
+
"id",
|
|
53501
|
+
"key"
|
|
53502
|
+
],
|
|
53503
|
+
"additionalProperties": false,
|
|
53504
|
+
"description": "Parent issue (for subtasks)"
|
|
53505
|
+
},
|
|
53506
|
+
"comment": {
|
|
53507
|
+
"type": "object",
|
|
53508
|
+
"properties": {
|
|
53509
|
+
"comments": {
|
|
53510
|
+
"type": "array",
|
|
53511
|
+
"items": {
|
|
53512
|
+
"type": "object",
|
|
53513
|
+
"properties": {
|
|
53514
|
+
"id": {
|
|
53515
|
+
"type": "string",
|
|
53516
|
+
"description": "Comment ID"
|
|
53517
|
+
},
|
|
53518
|
+
"author": {
|
|
53519
|
+
"type": "object",
|
|
53520
|
+
"properties": {
|
|
53521
|
+
"accountId": {
|
|
53522
|
+
"type": "string",
|
|
53523
|
+
"description": "User account ID"
|
|
53524
|
+
},
|
|
53525
|
+
"displayName": {
|
|
53526
|
+
"type": "string",
|
|
53527
|
+
"description": "User display name"
|
|
53528
|
+
},
|
|
53529
|
+
"emailAddress": {
|
|
53530
|
+
"type": "string",
|
|
53531
|
+
"description": "User email address"
|
|
53532
|
+
},
|
|
53533
|
+
"active": {
|
|
53534
|
+
"type": "boolean",
|
|
53535
|
+
"description": "Whether the user is active"
|
|
53536
|
+
}
|
|
53537
|
+
},
|
|
53538
|
+
"required": [
|
|
53539
|
+
"accountId"
|
|
53540
|
+
],
|
|
53541
|
+
"additionalProperties": false,
|
|
53542
|
+
"description": "Comment author (null if deleted or anonymized)",
|
|
53543
|
+
"nullable": true
|
|
53544
|
+
},
|
|
53545
|
+
"body": {
|
|
53546
|
+
"type": "string",
|
|
53547
|
+
"description": "Comment body as plain text"
|
|
53548
|
+
},
|
|
53549
|
+
"renderedBody": {
|
|
53550
|
+
"type": "string",
|
|
53551
|
+
"description": "Comment body as rendered HTML"
|
|
53552
|
+
},
|
|
53553
|
+
"created": {
|
|
53554
|
+
"type": "string",
|
|
53555
|
+
"description": "Creation timestamp"
|
|
53556
|
+
},
|
|
53557
|
+
"updated": {
|
|
53558
|
+
"type": "string",
|
|
53559
|
+
"description": "Last update timestamp"
|
|
53560
|
+
}
|
|
53561
|
+
},
|
|
53562
|
+
"required": [
|
|
53563
|
+
"id"
|
|
53564
|
+
],
|
|
53565
|
+
"additionalProperties": false,
|
|
53566
|
+
"description": "Jira comment"
|
|
53567
|
+
}
|
|
53568
|
+
},
|
|
53569
|
+
"total": {
|
|
53570
|
+
"type": "number"
|
|
53571
|
+
}
|
|
53572
|
+
},
|
|
53573
|
+
"additionalProperties": false,
|
|
53574
|
+
"description": "Issue comments"
|
|
53575
|
+
}
|
|
53576
|
+
},
|
|
53577
|
+
"additionalProperties": true,
|
|
53578
|
+
"description": "Issue fields"
|
|
53579
|
+
},
|
|
53580
|
+
"transitions": {
|
|
53581
|
+
"type": "array",
|
|
53582
|
+
"items": {
|
|
53583
|
+
"type": "object",
|
|
53584
|
+
"properties": {
|
|
53585
|
+
"id": {
|
|
53586
|
+
"type": "string",
|
|
53587
|
+
"description": "Transition ID"
|
|
53588
|
+
},
|
|
53589
|
+
"name": {
|
|
53590
|
+
"type": "string",
|
|
53591
|
+
"description": "Transition name (e.g., \"Start Progress\", \"Done\")"
|
|
53592
|
+
},
|
|
53593
|
+
"to": {
|
|
53594
|
+
"type": "object",
|
|
53595
|
+
"properties": {
|
|
53596
|
+
"id": {
|
|
53597
|
+
"type": "string",
|
|
53598
|
+
"description": "Status ID"
|
|
53599
|
+
},
|
|
53600
|
+
"name": {
|
|
53601
|
+
"type": "string",
|
|
53602
|
+
"description": "Status name (e.g., \"To Do\", \"In Progress\", \"Done\")"
|
|
53603
|
+
},
|
|
53604
|
+
"statusCategory": {
|
|
53605
|
+
"type": "object",
|
|
53606
|
+
"properties": {
|
|
53607
|
+
"key": {
|
|
53608
|
+
"type": "string",
|
|
53609
|
+
"description": "Category key"
|
|
53610
|
+
},
|
|
53611
|
+
"name": {
|
|
53612
|
+
"type": "string",
|
|
53613
|
+
"description": "Category name"
|
|
53614
|
+
}
|
|
53615
|
+
},
|
|
53616
|
+
"required": [
|
|
53617
|
+
"key",
|
|
53618
|
+
"name"
|
|
53619
|
+
],
|
|
53620
|
+
"additionalProperties": false,
|
|
53621
|
+
"description": "Status category"
|
|
53622
|
+
}
|
|
53623
|
+
},
|
|
53624
|
+
"required": [
|
|
53625
|
+
"id",
|
|
53626
|
+
"name"
|
|
53627
|
+
],
|
|
53628
|
+
"additionalProperties": false,
|
|
53629
|
+
"description": "Target status"
|
|
53630
|
+
}
|
|
53631
|
+
},
|
|
53632
|
+
"required": [
|
|
53633
|
+
"id",
|
|
53634
|
+
"name"
|
|
53635
|
+
],
|
|
53636
|
+
"additionalProperties": false,
|
|
53637
|
+
"description": "Jira transition"
|
|
53638
|
+
},
|
|
53639
|
+
"description": "Available transitions"
|
|
53640
|
+
},
|
|
53641
|
+
"changelog": {
|
|
53642
|
+
"description": "Issue changelog"
|
|
53643
|
+
}
|
|
53644
|
+
},
|
|
53645
|
+
"required": [
|
|
53646
|
+
"id",
|
|
53647
|
+
"key",
|
|
53648
|
+
"fields"
|
|
53649
|
+
],
|
|
53650
|
+
"additionalProperties": false,
|
|
53651
|
+
"description": "Jira issue"
|
|
53652
|
+
},
|
|
53653
|
+
"description": "Found issues"
|
|
53654
|
+
},
|
|
53655
|
+
"total": {
|
|
53656
|
+
"type": "number",
|
|
53657
|
+
"description": "Total matching issues"
|
|
53658
|
+
},
|
|
53659
|
+
"offset": {
|
|
53660
|
+
"type": "number",
|
|
53661
|
+
"description": "Current offset"
|
|
53662
|
+
},
|
|
53663
|
+
"limit": {
|
|
53664
|
+
"type": "number",
|
|
53665
|
+
"description": "Requested limit"
|
|
53666
|
+
},
|
|
53667
|
+
"error": {
|
|
53668
|
+
"type": "string",
|
|
53669
|
+
"description": "Error message if operation failed"
|
|
53670
|
+
}
|
|
53671
|
+
},
|
|
53672
|
+
"required": [
|
|
53673
|
+
"operation",
|
|
53674
|
+
"success",
|
|
53675
|
+
"error"
|
|
53676
|
+
],
|
|
53677
|
+
"additionalProperties": false
|
|
53678
|
+
},
|
|
53679
|
+
{
|
|
53680
|
+
"type": "object",
|
|
53681
|
+
"properties": {
|
|
53682
|
+
"operation": {
|
|
53683
|
+
"type": "string",
|
|
53684
|
+
"enum": [
|
|
53685
|
+
"get"
|
|
53686
|
+
]
|
|
53687
|
+
},
|
|
53688
|
+
"success": {
|
|
53689
|
+
"type": "boolean",
|
|
53690
|
+
"description": "Whether the operation was successful"
|
|
53691
|
+
},
|
|
53692
|
+
"issue": {
|
|
53693
|
+
"type": "object",
|
|
53694
|
+
"properties": {
|
|
53695
|
+
"id": {
|
|
53696
|
+
"type": "string",
|
|
53697
|
+
"description": "Issue ID"
|
|
53698
|
+
},
|
|
53699
|
+
"key": {
|
|
53700
|
+
"type": "string",
|
|
53701
|
+
"description": "Issue key (e.g., \"PROJ-123\")"
|
|
53702
|
+
},
|
|
53703
|
+
"self": {
|
|
53704
|
+
"type": "string",
|
|
53705
|
+
"description": "Issue API URL"
|
|
53706
|
+
},
|
|
53707
|
+
"fields": {
|
|
53708
|
+
"type": "object",
|
|
53709
|
+
"properties": {
|
|
53710
|
+
"summary": {
|
|
53711
|
+
"type": "string",
|
|
53712
|
+
"description": "Issue title/summary"
|
|
53713
|
+
},
|
|
53714
|
+
"description": {
|
|
53715
|
+
"description": "Issue description (ADF format)"
|
|
53716
|
+
},
|
|
53717
|
+
"status": {
|
|
53718
|
+
"type": "object",
|
|
53719
|
+
"properties": {
|
|
53720
|
+
"id": {
|
|
53721
|
+
"type": "string",
|
|
53722
|
+
"description": "Status ID"
|
|
53723
|
+
},
|
|
53724
|
+
"name": {
|
|
53725
|
+
"type": "string",
|
|
53726
|
+
"description": "Status name (e.g., \"To Do\", \"In Progress\", \"Done\")"
|
|
53727
|
+
},
|
|
53728
|
+
"statusCategory": {
|
|
53729
|
+
"type": "object",
|
|
53730
|
+
"properties": {
|
|
53731
|
+
"key": {
|
|
53732
|
+
"type": "string",
|
|
53733
|
+
"description": "Category key"
|
|
53734
|
+
},
|
|
53735
|
+
"name": {
|
|
53736
|
+
"type": "string",
|
|
53737
|
+
"description": "Category name"
|
|
53738
|
+
}
|
|
53739
|
+
},
|
|
53740
|
+
"required": [
|
|
53741
|
+
"key",
|
|
53742
|
+
"name"
|
|
53743
|
+
],
|
|
53744
|
+
"additionalProperties": false,
|
|
53745
|
+
"description": "Status category"
|
|
53746
|
+
}
|
|
53747
|
+
},
|
|
53748
|
+
"required": [
|
|
53749
|
+
"id",
|
|
53750
|
+
"name"
|
|
53751
|
+
],
|
|
53752
|
+
"additionalProperties": false,
|
|
53753
|
+
"description": "Current status"
|
|
53754
|
+
},
|
|
53755
|
+
"priority": {
|
|
53756
|
+
"type": "object",
|
|
53757
|
+
"properties": {
|
|
53758
|
+
"id": {
|
|
53759
|
+
"type": "string",
|
|
53760
|
+
"description": "Priority ID"
|
|
53761
|
+
},
|
|
53762
|
+
"name": {
|
|
53763
|
+
"type": "string",
|
|
53764
|
+
"description": "Priority name"
|
|
53765
|
+
}
|
|
53766
|
+
},
|
|
53767
|
+
"required": [
|
|
53768
|
+
"id",
|
|
53769
|
+
"name"
|
|
53770
|
+
],
|
|
53771
|
+
"additionalProperties": false,
|
|
53772
|
+
"description": "Issue priority (null if not assigned)",
|
|
53773
|
+
"nullable": true
|
|
53774
|
+
},
|
|
53775
|
+
"assignee": {
|
|
53776
|
+
"type": "object",
|
|
53777
|
+
"properties": {
|
|
53778
|
+
"accountId": {
|
|
53779
|
+
"type": "string",
|
|
53780
|
+
"description": "User account ID"
|
|
53781
|
+
},
|
|
53782
|
+
"displayName": {
|
|
53783
|
+
"type": "string",
|
|
53784
|
+
"description": "User display name"
|
|
53785
|
+
},
|
|
53786
|
+
"emailAddress": {
|
|
53787
|
+
"type": "string",
|
|
53788
|
+
"description": "User email address"
|
|
53789
|
+
},
|
|
53790
|
+
"active": {
|
|
53791
|
+
"type": "boolean",
|
|
53792
|
+
"description": "Whether the user is active"
|
|
53793
|
+
}
|
|
53794
|
+
},
|
|
53795
|
+
"required": [
|
|
53796
|
+
"accountId"
|
|
53797
|
+
],
|
|
53798
|
+
"additionalProperties": false,
|
|
53799
|
+
"description": "Assigned user",
|
|
53800
|
+
"nullable": true
|
|
53801
|
+
},
|
|
53802
|
+
"reporter": {
|
|
53803
|
+
"type": "object",
|
|
53804
|
+
"properties": {
|
|
53805
|
+
"accountId": {
|
|
53806
|
+
"type": "string",
|
|
53807
|
+
"description": "User account ID"
|
|
53808
|
+
},
|
|
53809
|
+
"displayName": {
|
|
53810
|
+
"type": "string",
|
|
53811
|
+
"description": "User display name"
|
|
53812
|
+
},
|
|
53813
|
+
"emailAddress": {
|
|
53814
|
+
"type": "string",
|
|
53815
|
+
"description": "User email address"
|
|
53816
|
+
},
|
|
53817
|
+
"active": {
|
|
53818
|
+
"type": "boolean",
|
|
53819
|
+
"description": "Whether the user is active"
|
|
53820
|
+
}
|
|
53821
|
+
},
|
|
53822
|
+
"required": [
|
|
53823
|
+
"accountId"
|
|
53824
|
+
],
|
|
53825
|
+
"additionalProperties": false,
|
|
53826
|
+
"description": "Reporter user (null if deleted or anonymized)",
|
|
53827
|
+
"nullable": true
|
|
53828
|
+
},
|
|
53829
|
+
"issuetype": {
|
|
53830
|
+
"type": "object",
|
|
53831
|
+
"properties": {
|
|
53832
|
+
"id": {
|
|
53833
|
+
"type": "string",
|
|
53834
|
+
"description": "Issue type ID"
|
|
53835
|
+
},
|
|
53836
|
+
"name": {
|
|
53837
|
+
"type": "string",
|
|
53838
|
+
"description": "Issue type name (e.g., \"Task\", \"Bug\", \"Story\")"
|
|
53839
|
+
},
|
|
53840
|
+
"description": {
|
|
53841
|
+
"type": "string",
|
|
53842
|
+
"description": "Issue type description"
|
|
53843
|
+
},
|
|
53844
|
+
"subtask": {
|
|
53845
|
+
"type": "boolean",
|
|
53846
|
+
"description": "Whether this is a subtask type"
|
|
53847
|
+
}
|
|
53848
|
+
},
|
|
53849
|
+
"required": [
|
|
53850
|
+
"id",
|
|
53851
|
+
"name"
|
|
53852
|
+
],
|
|
53853
|
+
"additionalProperties": false,
|
|
53854
|
+
"description": "Issue type"
|
|
53855
|
+
},
|
|
53856
|
+
"project": {
|
|
53857
|
+
"type": "object",
|
|
53858
|
+
"properties": {
|
|
53859
|
+
"id": {
|
|
53860
|
+
"type": "string",
|
|
53861
|
+
"description": "Project ID"
|
|
53862
|
+
},
|
|
53863
|
+
"key": {
|
|
53864
|
+
"type": "string",
|
|
53865
|
+
"description": "Project key (e.g., \"PROJ\")"
|
|
53866
|
+
},
|
|
53867
|
+
"name": {
|
|
53868
|
+
"type": "string",
|
|
53869
|
+
"description": "Project name"
|
|
53870
|
+
}
|
|
53871
|
+
},
|
|
53872
|
+
"required": [
|
|
53873
|
+
"id",
|
|
53874
|
+
"key",
|
|
53875
|
+
"name"
|
|
53876
|
+
],
|
|
53877
|
+
"additionalProperties": false,
|
|
53878
|
+
"description": "Project"
|
|
53879
|
+
},
|
|
53880
|
+
"labels": {
|
|
53881
|
+
"type": "array",
|
|
53882
|
+
"items": {
|
|
53883
|
+
"type": "string"
|
|
53884
|
+
},
|
|
53885
|
+
"description": "Issue labels"
|
|
53886
|
+
},
|
|
53887
|
+
"created": {
|
|
53888
|
+
"type": "string",
|
|
53889
|
+
"description": "Creation timestamp"
|
|
53890
|
+
},
|
|
53891
|
+
"updated": {
|
|
53892
|
+
"type": "string",
|
|
53893
|
+
"description": "Last update timestamp"
|
|
53894
|
+
},
|
|
53895
|
+
"duedate": {
|
|
53896
|
+
"type": "string",
|
|
53897
|
+
"nullable": true,
|
|
53898
|
+
"description": "Due date (YYYY-MM-DD)"
|
|
53899
|
+
},
|
|
53900
|
+
"parent": {
|
|
53901
|
+
"type": "object",
|
|
53902
|
+
"properties": {
|
|
53903
|
+
"id": {
|
|
53904
|
+
"type": "string"
|
|
53905
|
+
},
|
|
53906
|
+
"key": {
|
|
53907
|
+
"type": "string"
|
|
53908
|
+
}
|
|
53909
|
+
},
|
|
53910
|
+
"required": [
|
|
53911
|
+
"id",
|
|
53912
|
+
"key"
|
|
53913
|
+
],
|
|
53914
|
+
"additionalProperties": false,
|
|
53915
|
+
"description": "Parent issue (for subtasks)"
|
|
53916
|
+
},
|
|
53917
|
+
"comment": {
|
|
53918
|
+
"type": "object",
|
|
53919
|
+
"properties": {
|
|
53920
|
+
"comments": {
|
|
53921
|
+
"type": "array",
|
|
53922
|
+
"items": {
|
|
53923
|
+
"type": "object",
|
|
53924
|
+
"properties": {
|
|
53925
|
+
"id": {
|
|
53926
|
+
"type": "string",
|
|
53927
|
+
"description": "Comment ID"
|
|
53928
|
+
},
|
|
53929
|
+
"author": {
|
|
53930
|
+
"type": "object",
|
|
53931
|
+
"properties": {
|
|
53932
|
+
"accountId": {
|
|
53933
|
+
"type": "string",
|
|
53934
|
+
"description": "User account ID"
|
|
53935
|
+
},
|
|
53936
|
+
"displayName": {
|
|
53937
|
+
"type": "string",
|
|
53938
|
+
"description": "User display name"
|
|
53939
|
+
},
|
|
53940
|
+
"emailAddress": {
|
|
53941
|
+
"type": "string",
|
|
53942
|
+
"description": "User email address"
|
|
53943
|
+
},
|
|
53944
|
+
"active": {
|
|
53945
|
+
"type": "boolean",
|
|
53946
|
+
"description": "Whether the user is active"
|
|
53947
|
+
}
|
|
53948
|
+
},
|
|
53949
|
+
"required": [
|
|
53950
|
+
"accountId"
|
|
53951
|
+
],
|
|
53952
|
+
"additionalProperties": false,
|
|
53953
|
+
"description": "Comment author (null if deleted or anonymized)",
|
|
53954
|
+
"nullable": true
|
|
53955
|
+
},
|
|
53956
|
+
"body": {
|
|
53957
|
+
"type": "string",
|
|
53958
|
+
"description": "Comment body as plain text"
|
|
53959
|
+
},
|
|
53960
|
+
"renderedBody": {
|
|
53961
|
+
"type": "string",
|
|
53962
|
+
"description": "Comment body as rendered HTML"
|
|
53963
|
+
},
|
|
53964
|
+
"created": {
|
|
53965
|
+
"type": "string",
|
|
53966
|
+
"description": "Creation timestamp"
|
|
53967
|
+
},
|
|
53968
|
+
"updated": {
|
|
53969
|
+
"type": "string",
|
|
53970
|
+
"description": "Last update timestamp"
|
|
53971
|
+
}
|
|
53972
|
+
},
|
|
53973
|
+
"required": [
|
|
53974
|
+
"id"
|
|
53975
|
+
],
|
|
53976
|
+
"additionalProperties": false,
|
|
53977
|
+
"description": "Jira comment"
|
|
53978
|
+
}
|
|
53979
|
+
},
|
|
53980
|
+
"total": {
|
|
53981
|
+
"type": "number"
|
|
53982
|
+
}
|
|
53983
|
+
},
|
|
53984
|
+
"additionalProperties": false,
|
|
53985
|
+
"description": "Issue comments"
|
|
53986
|
+
}
|
|
53987
|
+
},
|
|
53988
|
+
"additionalProperties": true,
|
|
53989
|
+
"description": "Issue fields"
|
|
53990
|
+
},
|
|
53991
|
+
"transitions": {
|
|
53992
|
+
"type": "array",
|
|
53993
|
+
"items": {
|
|
53994
|
+
"type": "object",
|
|
53995
|
+
"properties": {
|
|
53996
|
+
"id": {
|
|
53997
|
+
"type": "string",
|
|
53998
|
+
"description": "Transition ID"
|
|
53999
|
+
},
|
|
54000
|
+
"name": {
|
|
54001
|
+
"type": "string",
|
|
54002
|
+
"description": "Transition name (e.g., \"Start Progress\", \"Done\")"
|
|
54003
|
+
},
|
|
54004
|
+
"to": {
|
|
54005
|
+
"type": "object",
|
|
54006
|
+
"properties": {
|
|
54007
|
+
"id": {
|
|
54008
|
+
"type": "string",
|
|
54009
|
+
"description": "Status ID"
|
|
54010
|
+
},
|
|
54011
|
+
"name": {
|
|
54012
|
+
"type": "string",
|
|
54013
|
+
"description": "Status name (e.g., \"To Do\", \"In Progress\", \"Done\")"
|
|
54014
|
+
},
|
|
54015
|
+
"statusCategory": {
|
|
54016
|
+
"type": "object",
|
|
54017
|
+
"properties": {
|
|
54018
|
+
"key": {
|
|
54019
|
+
"type": "string",
|
|
54020
|
+
"description": "Category key"
|
|
54021
|
+
},
|
|
54022
|
+
"name": {
|
|
54023
|
+
"type": "string",
|
|
54024
|
+
"description": "Category name"
|
|
54025
|
+
}
|
|
54026
|
+
},
|
|
54027
|
+
"required": [
|
|
54028
|
+
"key",
|
|
54029
|
+
"name"
|
|
54030
|
+
],
|
|
54031
|
+
"additionalProperties": false,
|
|
54032
|
+
"description": "Status category"
|
|
54033
|
+
}
|
|
54034
|
+
},
|
|
54035
|
+
"required": [
|
|
54036
|
+
"id",
|
|
54037
|
+
"name"
|
|
54038
|
+
],
|
|
54039
|
+
"additionalProperties": false,
|
|
54040
|
+
"description": "Target status"
|
|
54041
|
+
}
|
|
54042
|
+
},
|
|
54043
|
+
"required": [
|
|
54044
|
+
"id",
|
|
54045
|
+
"name"
|
|
54046
|
+
],
|
|
54047
|
+
"additionalProperties": false,
|
|
54048
|
+
"description": "Jira transition"
|
|
54049
|
+
},
|
|
54050
|
+
"description": "Available transitions"
|
|
54051
|
+
},
|
|
54052
|
+
"changelog": {
|
|
54053
|
+
"description": "Issue changelog"
|
|
54054
|
+
}
|
|
54055
|
+
},
|
|
54056
|
+
"required": [
|
|
54057
|
+
"id",
|
|
54058
|
+
"key",
|
|
54059
|
+
"fields"
|
|
54060
|
+
],
|
|
54061
|
+
"additionalProperties": false,
|
|
54062
|
+
"description": "Issue details"
|
|
54063
|
+
},
|
|
54064
|
+
"error": {
|
|
54065
|
+
"type": "string",
|
|
54066
|
+
"description": "Error message if operation failed"
|
|
54067
|
+
}
|
|
54068
|
+
},
|
|
54069
|
+
"required": [
|
|
54070
|
+
"operation",
|
|
54071
|
+
"success",
|
|
54072
|
+
"error"
|
|
54073
|
+
],
|
|
54074
|
+
"additionalProperties": false
|
|
54075
|
+
},
|
|
54076
|
+
{
|
|
54077
|
+
"type": "object",
|
|
54078
|
+
"properties": {
|
|
54079
|
+
"operation": {
|
|
54080
|
+
"type": "string",
|
|
54081
|
+
"enum": [
|
|
54082
|
+
"create"
|
|
54083
|
+
]
|
|
54084
|
+
},
|
|
54085
|
+
"success": {
|
|
54086
|
+
"type": "boolean",
|
|
54087
|
+
"description": "Whether the operation was successful"
|
|
54088
|
+
},
|
|
54089
|
+
"issue": {
|
|
54090
|
+
"type": "object",
|
|
54091
|
+
"properties": {
|
|
54092
|
+
"id": {
|
|
54093
|
+
"type": "string",
|
|
54094
|
+
"description": "Created issue ID"
|
|
54095
|
+
},
|
|
54096
|
+
"key": {
|
|
54097
|
+
"type": "string",
|
|
54098
|
+
"description": "Created issue key"
|
|
54099
|
+
},
|
|
54100
|
+
"self": {
|
|
54101
|
+
"type": "string",
|
|
54102
|
+
"description": "Issue API URL"
|
|
54103
|
+
}
|
|
54104
|
+
},
|
|
54105
|
+
"required": [
|
|
54106
|
+
"id",
|
|
54107
|
+
"key"
|
|
54108
|
+
],
|
|
54109
|
+
"additionalProperties": false,
|
|
54110
|
+
"description": "Created issue info"
|
|
54111
|
+
},
|
|
54112
|
+
"error": {
|
|
54113
|
+
"type": "string",
|
|
54114
|
+
"description": "Error message if operation failed"
|
|
54115
|
+
}
|
|
54116
|
+
},
|
|
54117
|
+
"required": [
|
|
54118
|
+
"operation",
|
|
54119
|
+
"success",
|
|
54120
|
+
"error"
|
|
54121
|
+
],
|
|
54122
|
+
"additionalProperties": false
|
|
54123
|
+
},
|
|
54124
|
+
{
|
|
54125
|
+
"type": "object",
|
|
54126
|
+
"properties": {
|
|
54127
|
+
"operation": {
|
|
54128
|
+
"type": "string",
|
|
54129
|
+
"enum": [
|
|
54130
|
+
"update"
|
|
54131
|
+
]
|
|
54132
|
+
},
|
|
54133
|
+
"success": {
|
|
54134
|
+
"type": "boolean",
|
|
54135
|
+
"description": "Whether the operation was successful"
|
|
54136
|
+
},
|
|
54137
|
+
"key": {
|
|
54138
|
+
"type": "string",
|
|
54139
|
+
"description": "Updated issue key"
|
|
54140
|
+
},
|
|
54141
|
+
"error": {
|
|
54142
|
+
"type": "string",
|
|
54143
|
+
"description": "Error message if operation failed"
|
|
54144
|
+
}
|
|
54145
|
+
},
|
|
54146
|
+
"required": [
|
|
54147
|
+
"operation",
|
|
54148
|
+
"success",
|
|
54149
|
+
"error"
|
|
54150
|
+
],
|
|
54151
|
+
"additionalProperties": false
|
|
54152
|
+
},
|
|
54153
|
+
{
|
|
54154
|
+
"type": "object",
|
|
54155
|
+
"properties": {
|
|
54156
|
+
"operation": {
|
|
54157
|
+
"type": "string",
|
|
54158
|
+
"enum": [
|
|
54159
|
+
"transition"
|
|
54160
|
+
]
|
|
54161
|
+
},
|
|
54162
|
+
"success": {
|
|
54163
|
+
"type": "boolean",
|
|
54164
|
+
"description": "Whether the operation was successful"
|
|
54165
|
+
},
|
|
54166
|
+
"key": {
|
|
54167
|
+
"type": "string",
|
|
54168
|
+
"description": "Transitioned issue key"
|
|
54169
|
+
},
|
|
54170
|
+
"new_status": {
|
|
54171
|
+
"type": "string",
|
|
54172
|
+
"description": "New status name"
|
|
54173
|
+
},
|
|
54174
|
+
"error": {
|
|
54175
|
+
"type": "string",
|
|
54176
|
+
"description": "Error message if operation failed"
|
|
54177
|
+
}
|
|
54178
|
+
},
|
|
54179
|
+
"required": [
|
|
54180
|
+
"operation",
|
|
54181
|
+
"success",
|
|
54182
|
+
"error"
|
|
54183
|
+
],
|
|
54184
|
+
"additionalProperties": false
|
|
54185
|
+
},
|
|
54186
|
+
{
|
|
54187
|
+
"type": "object",
|
|
54188
|
+
"properties": {
|
|
54189
|
+
"operation": {
|
|
54190
|
+
"type": "string",
|
|
54191
|
+
"enum": [
|
|
54192
|
+
"list_transitions"
|
|
54193
|
+
]
|
|
54194
|
+
},
|
|
54195
|
+
"success": {
|
|
54196
|
+
"type": "boolean",
|
|
54197
|
+
"description": "Whether the operation was successful"
|
|
54198
|
+
},
|
|
54199
|
+
"transitions": {
|
|
54200
|
+
"type": "array",
|
|
54201
|
+
"items": {
|
|
54202
|
+
"type": "object",
|
|
54203
|
+
"properties": {
|
|
54204
|
+
"id": {
|
|
54205
|
+
"type": "string",
|
|
54206
|
+
"description": "Transition ID"
|
|
54207
|
+
},
|
|
54208
|
+
"name": {
|
|
54209
|
+
"type": "string",
|
|
54210
|
+
"description": "Transition name (e.g., \"Start Progress\", \"Done\")"
|
|
54211
|
+
},
|
|
54212
|
+
"to": {
|
|
54213
|
+
"type": "object",
|
|
54214
|
+
"properties": {
|
|
54215
|
+
"id": {
|
|
54216
|
+
"type": "string",
|
|
54217
|
+
"description": "Status ID"
|
|
54218
|
+
},
|
|
54219
|
+
"name": {
|
|
54220
|
+
"type": "string",
|
|
54221
|
+
"description": "Status name (e.g., \"To Do\", \"In Progress\", \"Done\")"
|
|
54222
|
+
},
|
|
54223
|
+
"statusCategory": {
|
|
54224
|
+
"type": "object",
|
|
54225
|
+
"properties": {
|
|
54226
|
+
"key": {
|
|
54227
|
+
"type": "string",
|
|
54228
|
+
"description": "Category key"
|
|
54229
|
+
},
|
|
54230
|
+
"name": {
|
|
54231
|
+
"type": "string",
|
|
54232
|
+
"description": "Category name"
|
|
54233
|
+
}
|
|
54234
|
+
},
|
|
54235
|
+
"required": [
|
|
54236
|
+
"key",
|
|
54237
|
+
"name"
|
|
54238
|
+
],
|
|
54239
|
+
"additionalProperties": false,
|
|
54240
|
+
"description": "Status category"
|
|
54241
|
+
}
|
|
54242
|
+
},
|
|
54243
|
+
"required": [
|
|
54244
|
+
"id",
|
|
54245
|
+
"name"
|
|
54246
|
+
],
|
|
54247
|
+
"additionalProperties": false,
|
|
54248
|
+
"description": "Target status"
|
|
54249
|
+
}
|
|
54250
|
+
},
|
|
54251
|
+
"required": [
|
|
54252
|
+
"id",
|
|
54253
|
+
"name"
|
|
54254
|
+
],
|
|
54255
|
+
"additionalProperties": false,
|
|
54256
|
+
"description": "Jira transition"
|
|
54257
|
+
},
|
|
54258
|
+
"description": "Available transitions"
|
|
54259
|
+
},
|
|
54260
|
+
"error": {
|
|
54261
|
+
"type": "string",
|
|
54262
|
+
"description": "Error message if operation failed"
|
|
54263
|
+
}
|
|
54264
|
+
},
|
|
54265
|
+
"required": [
|
|
54266
|
+
"operation",
|
|
54267
|
+
"success",
|
|
54268
|
+
"error"
|
|
54269
|
+
],
|
|
54270
|
+
"additionalProperties": false
|
|
54271
|
+
},
|
|
54272
|
+
{
|
|
54273
|
+
"type": "object",
|
|
54274
|
+
"properties": {
|
|
54275
|
+
"operation": {
|
|
54276
|
+
"type": "string",
|
|
54277
|
+
"enum": [
|
|
54278
|
+
"list_projects"
|
|
54279
|
+
]
|
|
54280
|
+
},
|
|
54281
|
+
"success": {
|
|
54282
|
+
"type": "boolean",
|
|
54283
|
+
"description": "Whether the operation was successful"
|
|
54284
|
+
},
|
|
54285
|
+
"projects": {
|
|
54286
|
+
"type": "array",
|
|
54287
|
+
"items": {
|
|
54288
|
+
"type": "object",
|
|
54289
|
+
"properties": {
|
|
54290
|
+
"id": {
|
|
54291
|
+
"type": "string",
|
|
54292
|
+
"description": "Project ID"
|
|
54293
|
+
},
|
|
54294
|
+
"key": {
|
|
54295
|
+
"type": "string",
|
|
54296
|
+
"description": "Project key (e.g., \"PROJ\")"
|
|
54297
|
+
},
|
|
54298
|
+
"name": {
|
|
54299
|
+
"type": "string",
|
|
54300
|
+
"description": "Project name"
|
|
54301
|
+
}
|
|
54302
|
+
},
|
|
54303
|
+
"required": [
|
|
54304
|
+
"id",
|
|
54305
|
+
"key",
|
|
54306
|
+
"name"
|
|
54307
|
+
],
|
|
54308
|
+
"additionalProperties": false,
|
|
54309
|
+
"description": "Jira project"
|
|
54310
|
+
},
|
|
54311
|
+
"description": "Available projects"
|
|
54312
|
+
},
|
|
54313
|
+
"total": {
|
|
54314
|
+
"type": "number",
|
|
54315
|
+
"description": "Total projects"
|
|
54316
|
+
},
|
|
54317
|
+
"error": {
|
|
54318
|
+
"type": "string",
|
|
54319
|
+
"description": "Error message if operation failed"
|
|
54320
|
+
}
|
|
54321
|
+
},
|
|
54322
|
+
"required": [
|
|
54323
|
+
"operation",
|
|
54324
|
+
"success",
|
|
54325
|
+
"error"
|
|
54326
|
+
],
|
|
54327
|
+
"additionalProperties": false
|
|
54328
|
+
},
|
|
54329
|
+
{
|
|
54330
|
+
"type": "object",
|
|
54331
|
+
"properties": {
|
|
54332
|
+
"operation": {
|
|
54333
|
+
"type": "string",
|
|
54334
|
+
"enum": [
|
|
54335
|
+
"list_issue_types"
|
|
54336
|
+
]
|
|
54337
|
+
},
|
|
54338
|
+
"success": {
|
|
54339
|
+
"type": "boolean",
|
|
54340
|
+
"description": "Whether the operation was successful"
|
|
54341
|
+
},
|
|
54342
|
+
"issue_types": {
|
|
54343
|
+
"type": "array",
|
|
54344
|
+
"items": {
|
|
54345
|
+
"type": "object",
|
|
54346
|
+
"properties": {
|
|
54347
|
+
"id": {
|
|
54348
|
+
"type": "string",
|
|
54349
|
+
"description": "Issue type ID"
|
|
54350
|
+
},
|
|
54351
|
+
"name": {
|
|
54352
|
+
"type": "string",
|
|
54353
|
+
"description": "Issue type name (e.g., \"Task\", \"Bug\", \"Story\")"
|
|
54354
|
+
},
|
|
54355
|
+
"description": {
|
|
54356
|
+
"type": "string",
|
|
54357
|
+
"description": "Issue type description"
|
|
54358
|
+
},
|
|
54359
|
+
"subtask": {
|
|
54360
|
+
"type": "boolean",
|
|
54361
|
+
"description": "Whether this is a subtask type"
|
|
54362
|
+
}
|
|
54363
|
+
},
|
|
54364
|
+
"required": [
|
|
54365
|
+
"id",
|
|
54366
|
+
"name"
|
|
54367
|
+
],
|
|
54368
|
+
"additionalProperties": false,
|
|
54369
|
+
"description": "Jira issue type"
|
|
54370
|
+
},
|
|
54371
|
+
"description": "Available issue types"
|
|
54372
|
+
},
|
|
54373
|
+
"error": {
|
|
54374
|
+
"type": "string",
|
|
54375
|
+
"description": "Error message if operation failed"
|
|
54376
|
+
}
|
|
54377
|
+
},
|
|
54378
|
+
"required": [
|
|
54379
|
+
"operation",
|
|
54380
|
+
"success",
|
|
54381
|
+
"error"
|
|
54382
|
+
],
|
|
54383
|
+
"additionalProperties": false
|
|
54384
|
+
},
|
|
54385
|
+
{
|
|
54386
|
+
"type": "object",
|
|
54387
|
+
"properties": {
|
|
54388
|
+
"operation": {
|
|
54389
|
+
"type": "string",
|
|
54390
|
+
"enum": [
|
|
54391
|
+
"add_comment"
|
|
54392
|
+
]
|
|
54393
|
+
},
|
|
54394
|
+
"success": {
|
|
54395
|
+
"type": "boolean",
|
|
54396
|
+
"description": "Whether the operation was successful"
|
|
54397
|
+
},
|
|
54398
|
+
"comment": {
|
|
54399
|
+
"type": "object",
|
|
54400
|
+
"properties": {
|
|
54401
|
+
"id": {
|
|
54402
|
+
"type": "string",
|
|
54403
|
+
"description": "Comment ID"
|
|
54404
|
+
},
|
|
54405
|
+
"author": {
|
|
54406
|
+
"type": "object",
|
|
54407
|
+
"properties": {
|
|
54408
|
+
"accountId": {
|
|
54409
|
+
"type": "string",
|
|
54410
|
+
"description": "User account ID"
|
|
54411
|
+
},
|
|
54412
|
+
"displayName": {
|
|
54413
|
+
"type": "string",
|
|
54414
|
+
"description": "User display name"
|
|
54415
|
+
},
|
|
54416
|
+
"emailAddress": {
|
|
54417
|
+
"type": "string",
|
|
54418
|
+
"description": "User email address"
|
|
54419
|
+
},
|
|
54420
|
+
"active": {
|
|
54421
|
+
"type": "boolean",
|
|
54422
|
+
"description": "Whether the user is active"
|
|
54423
|
+
}
|
|
54424
|
+
},
|
|
54425
|
+
"required": [
|
|
54426
|
+
"accountId"
|
|
54427
|
+
],
|
|
54428
|
+
"additionalProperties": false,
|
|
54429
|
+
"description": "Comment author (null if deleted or anonymized)",
|
|
54430
|
+
"nullable": true
|
|
54431
|
+
},
|
|
54432
|
+
"body": {
|
|
54433
|
+
"type": "string",
|
|
54434
|
+
"description": "Comment body as plain text"
|
|
54435
|
+
},
|
|
54436
|
+
"renderedBody": {
|
|
54437
|
+
"type": "string",
|
|
54438
|
+
"description": "Comment body as rendered HTML"
|
|
54439
|
+
},
|
|
54440
|
+
"created": {
|
|
54441
|
+
"type": "string",
|
|
54442
|
+
"description": "Creation timestamp"
|
|
54443
|
+
},
|
|
54444
|
+
"updated": {
|
|
54445
|
+
"type": "string",
|
|
54446
|
+
"description": "Last update timestamp"
|
|
54447
|
+
}
|
|
54448
|
+
},
|
|
54449
|
+
"required": [
|
|
54450
|
+
"id"
|
|
54451
|
+
],
|
|
54452
|
+
"additionalProperties": false,
|
|
54453
|
+
"description": "Created comment"
|
|
54454
|
+
},
|
|
54455
|
+
"error": {
|
|
54456
|
+
"type": "string",
|
|
54457
|
+
"description": "Error message if operation failed"
|
|
54458
|
+
}
|
|
54459
|
+
},
|
|
54460
|
+
"required": [
|
|
54461
|
+
"operation",
|
|
54462
|
+
"success",
|
|
54463
|
+
"error"
|
|
54464
|
+
],
|
|
54465
|
+
"additionalProperties": false
|
|
54466
|
+
},
|
|
54467
|
+
{
|
|
54468
|
+
"type": "object",
|
|
54469
|
+
"properties": {
|
|
54470
|
+
"operation": {
|
|
54471
|
+
"type": "string",
|
|
54472
|
+
"enum": [
|
|
54473
|
+
"get_comments"
|
|
54474
|
+
]
|
|
54475
|
+
},
|
|
54476
|
+
"success": {
|
|
54477
|
+
"type": "boolean",
|
|
54478
|
+
"description": "Whether the operation was successful"
|
|
54479
|
+
},
|
|
54480
|
+
"comments": {
|
|
54481
|
+
"type": "array",
|
|
54482
|
+
"items": {
|
|
54483
|
+
"type": "object",
|
|
54484
|
+
"properties": {
|
|
54485
|
+
"id": {
|
|
54486
|
+
"type": "string",
|
|
54487
|
+
"description": "Comment ID"
|
|
54488
|
+
},
|
|
54489
|
+
"author": {
|
|
54490
|
+
"type": "object",
|
|
54491
|
+
"properties": {
|
|
54492
|
+
"accountId": {
|
|
54493
|
+
"type": "string",
|
|
54494
|
+
"description": "User account ID"
|
|
54495
|
+
},
|
|
54496
|
+
"displayName": {
|
|
54497
|
+
"type": "string",
|
|
54498
|
+
"description": "User display name"
|
|
54499
|
+
},
|
|
54500
|
+
"emailAddress": {
|
|
54501
|
+
"type": "string",
|
|
54502
|
+
"description": "User email address"
|
|
54503
|
+
},
|
|
54504
|
+
"active": {
|
|
54505
|
+
"type": "boolean",
|
|
54506
|
+
"description": "Whether the user is active"
|
|
54507
|
+
}
|
|
54508
|
+
},
|
|
54509
|
+
"required": [
|
|
54510
|
+
"accountId"
|
|
54511
|
+
],
|
|
54512
|
+
"additionalProperties": false,
|
|
54513
|
+
"description": "Comment author (null if deleted or anonymized)",
|
|
54514
|
+
"nullable": true
|
|
54515
|
+
},
|
|
54516
|
+
"body": {
|
|
54517
|
+
"type": "string",
|
|
54518
|
+
"description": "Comment body as plain text"
|
|
54519
|
+
},
|
|
54520
|
+
"renderedBody": {
|
|
54521
|
+
"type": "string",
|
|
54522
|
+
"description": "Comment body as rendered HTML"
|
|
54523
|
+
},
|
|
54524
|
+
"created": {
|
|
54525
|
+
"type": "string",
|
|
54526
|
+
"description": "Creation timestamp"
|
|
54527
|
+
},
|
|
54528
|
+
"updated": {
|
|
54529
|
+
"type": "string",
|
|
54530
|
+
"description": "Last update timestamp"
|
|
54531
|
+
}
|
|
54532
|
+
},
|
|
54533
|
+
"required": [
|
|
54534
|
+
"id"
|
|
54535
|
+
],
|
|
54536
|
+
"additionalProperties": false,
|
|
54537
|
+
"description": "Jira comment"
|
|
54538
|
+
},
|
|
54539
|
+
"description": "Issue comments"
|
|
54540
|
+
},
|
|
54541
|
+
"total": {
|
|
54542
|
+
"type": "number",
|
|
54543
|
+
"description": "Total comments"
|
|
54544
|
+
},
|
|
54545
|
+
"error": {
|
|
54546
|
+
"type": "string",
|
|
54547
|
+
"description": "Error message if operation failed"
|
|
54548
|
+
}
|
|
54549
|
+
},
|
|
54550
|
+
"required": [
|
|
54551
|
+
"operation",
|
|
54552
|
+
"success",
|
|
54553
|
+
"error"
|
|
54554
|
+
],
|
|
54555
|
+
"additionalProperties": false
|
|
54556
|
+
}
|
|
54557
|
+
]
|
|
54558
|
+
},
|
|
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);",
|
|
54560
|
+
"requiredCredentials": [
|
|
54561
|
+
"JIRA_CRED"
|
|
54562
|
+
]
|
|
52770
54563
|
}
|
|
52771
54564
|
]
|
|
52772
54565
|
}
|