@activepieces/piece-jira-cloud 0.1.20 → 0.2.1

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/package.json CHANGED
@@ -1,24 +1,26 @@
1
1
  {
2
2
  "name": "@activepieces/piece-jira-cloud",
3
- "version": "0.1.20",
3
+ "version": "0.2.1",
4
4
  "dependencies": {
5
5
  "@atlaskit/adf-schema": "50.4.0",
6
6
  "@atlaskit/editor-json-transformer": "8.27.2",
7
7
  "@atlaskit/editor-markdown-transformer": "5.16.6",
8
8
  "@sinclair/typebox": "0.34.11",
9
+ "ai": "^6.0.0",
9
10
  "axios": "1.13.1",
10
11
  "axios-retry": "4.4.1",
11
12
  "dayjs": "1.11.9",
12
13
  "deepmerge-ts": "7.1.0",
13
14
  "form-data": "4.0.4",
15
+ "i18next": "23.13.0",
14
16
  "mime-types": "2.1.35",
15
17
  "nanoid": "3.3.8",
16
18
  "semver": "7.6.0",
17
19
  "socket.io-client": "4.8.1",
18
20
  "zod": "4.1.13",
19
- "@activepieces/pieces-common": "0.10.1",
20
- "@activepieces/pieces-framework": "0.22.2",
21
- "@activepieces/shared": "0.29.0",
21
+ "@activepieces/pieces-common": "0.11.2",
22
+ "@activepieces/pieces-framework": "0.24.0",
23
+ "@activepieces/shared": "0.32.0",
22
24
  "tslib": "2.6.2"
23
25
  },
24
26
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "Ticket-Kommentare auflisten",
22
22
  "Delete Issue Comment": "Ticket-Kommentar löschen",
23
23
  "Markdown to Jira format": "Markdown zum Jira-Format",
24
+ "Get Issue": "Problem abrufen",
24
25
  "Custom API Call": "Eigener API-Aufruf",
25
26
  "Creates a new issue in a project.": "Erstellt ein neues Problem in einem Projekt.",
26
27
  "Updates an existing issue.": "Aktualisiert ein existierendes Problem.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Gibt alle Kommentare für ein Problem zurück.",
37
38
  "Deletes a comment on a specific issue.": "Löscht einen Kommentar zu einem bestimmten Thema.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Konvertieren Sie Markdown-formatierten Text in Jiras ADF-Syntax für Kommentare und Beschreibungen usw.",
40
+ "Get issue data.": "Ticket-Daten abrufen.",
39
41
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
40
42
  "Project ID or Key": "Projekt-ID oder Schlüssel",
41
43
  "Issue Type": "Ticket-Typ",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Sortieren nach",
61
63
  "Limit": "Limit",
62
64
  "Markdown text": "Markdown Text",
65
+ "Expand": "Erweitern",
66
+ "Map Field Names": "Kartenfeldnamen",
67
+ "Map Transition Names": "Kartenübergangsnamen",
63
68
  "Method": "Methode",
64
69
  "Headers": "Kopfzeilen",
65
70
  "Query Parameters": "Abfrageparameter",
71
+ "Body Type": "Körpertyp",
66
72
  "Body": "Körper",
67
73
  "Response is Binary ?": "Antwort ist binär?",
68
74
  "No Error on Failure": "Kein Fehler bei Fehler",
69
75
  "Timeout (in seconds)": "Timeout (in Sekunden)",
76
+ "Follow redirects": "Weiterleitungen folgen",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "Die JQL-Abfrage für die Suche",
72
79
  "Maximum number of results": "Maximale Anzahl der Ergebnisse",
80
+ "Include additional information about the issue in the response": "Fügen Sie zusätzliche Informationen über das Problem in die Antwort ein",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Ordnen Sie Namen zu Feldern, gerenderten Feldern, Schema und Bearbeiten von Meta zu.\nAnmerkungen:\n- Dies würde implizit \"Names\" in das Feld\nhinzufügen - Wenn es Felder mit dem gleichen Namen gibt sie können überschrieben werden",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Mappen Sie menschlich lesbare Namen zu Übergängen.\nAnmerkungen:\n- Wenn es Übergänge mit dem gleichen Namen gibt, sie können überschrieben werden\n- Dies ändert die ursprüngliche Datenstruktur von Liste zu Karte",
73
83
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
74
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
84
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
75
85
  "Created (Descending)": "Erstellt (absteigend)",
76
86
  "Created (Ascending)": "Erstellt (absteigend)",
87
+ "Rendered Fields": "Gerenderte Felder",
88
+ "Names": "Namen",
89
+ "Schema": "Schema",
90
+ "Transitions": "Übergänge",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Changelog",
77
93
  "GET": "ERHALTEN",
78
94
  "POST": "POST",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "PUT",
81
97
  "DELETE": "LÖSCHEN",
82
98
  "HEAD": "HEAD",
99
+ "None": "Keine",
100
+ "JSON": "JSON",
101
+ "Form Data": "Formulardaten",
102
+ "Raw": "Rohe",
83
103
  "New Issue": "Neuer Fall",
84
104
  "Updated Issue": "Aktualisierter Fall",
85
105
  "Updated Issue Status": "Aktualisierter Ticket Status",
package/src/i18n/es.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "Listar comentarios del problema",
22
22
  "Delete Issue Comment": "Eliminar Comentario del Problema",
23
23
  "Markdown to Jira format": "Formato Markdown a Jira",
24
+ "Get Issue": "Obtener problema",
24
25
  "Custom API Call": "Llamada API personalizada",
25
26
  "Creates a new issue in a project.": "Crea un nuevo asunto en un proyecto.",
26
27
  "Updates an existing issue.": "Actualiza un problema existente.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Devuelve todos los comentarios para un problema.",
37
38
  "Deletes a comment on a specific issue.": "Elimina un comentario sobre un asunto específico.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convierte el texto con formato Markdown a la sintaxis ADF de Jira para usarlo en comentarios y descripciones, etc.",
40
+ "Get issue data.": "Obtener datos del problema.",
39
41
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
40
42
  "Project ID or Key": "ID o clave del proyecto",
41
43
  "Issue Type": "Tipo de asunto",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Ordenar por",
61
63
  "Limit": "Límite",
62
64
  "Markdown text": "Texto Markdown",
65
+ "Expand": "Expandir",
66
+ "Map Field Names": "Mapa de nombres de campos",
67
+ "Map Transition Names": "Mapear nombres de transición",
63
68
  "Method": "Método",
64
69
  "Headers": "Encabezados",
65
70
  "Query Parameters": "Parámetros de consulta",
71
+ "Body Type": "Tipo de cuerpo",
66
72
  "Body": "Cuerpo",
67
73
  "Response is Binary ?": "¿Respuesta es binaria?",
68
74
  "No Error on Failure": "No hay ningún error en fallo",
69
75
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
76
+ "Follow redirects": "Seguir redirecciones",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "La consulta JQL a usar en la búsqueda",
72
79
  "Maximum number of results": "Número máximo de resultados",
80
+ "Include additional information about the issue in the response": "Incluye información adicional sobre el problema en la respuesta",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mapea nombres humanos legibles a Campos, Campos Renderizados, Esquema y Editar Meta.\nhabitación:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, pueden ser anulados",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
73
83
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
74
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
84
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
75
85
  "Created (Descending)": "Creado (Descendente)",
76
86
  "Created (Ascending)": "Creado (Ascendente)",
87
+ "Rendered Fields": "Campos renderizados",
88
+ "Names": "Nombres",
89
+ "Schema": "Esquema",
90
+ "Transitions": "Transiciones",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Cambios",
77
93
  "GET": "RECOGER",
78
94
  "POST": "POST",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "PUT",
81
97
  "DELETE": "BORRAR",
82
98
  "HEAD": "LIMPIO",
99
+ "None": "Ninguna",
100
+ "JSON": "JSON",
101
+ "Form Data": "Datos de Formulario",
102
+ "Raw": "Rápido",
83
103
  "New Issue": "Nuevo problema",
84
104
  "Updated Issue": "Problema actualizado",
85
105
  "Updated Issue Status": "Estado del asunto actualizado",
package/src/i18n/fr.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "Lister les commentaires de problèmes",
22
22
  "Delete Issue Comment": "Supprimer le commentaire du problème",
23
23
  "Markdown to Jira format": "Format Markdown vers Jira",
24
+ "Get Issue": "Obtenir un problème",
24
25
  "Custom API Call": "Appel API personnalisé",
25
26
  "Creates a new issue in a project.": "Crée un nouveau ticket dans un projet.",
26
27
  "Updates an existing issue.": "Met à jour un ticket existant.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Renvoie tous les commentaires pour un ticket.",
37
38
  "Deletes a comment on a specific issue.": "Supprime un commentaire sur un problème spécifique.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convertir le texte formaté par Markdown en syntaxe ADF de Jira pour l'utiliser dans les commentaires et descriptions etc",
40
+ "Get issue data.": "Récupérer les données du ticket.",
39
41
  "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
40
42
  "Project ID or Key": "ID ou clé du projet",
41
43
  "Issue Type": "Type de problème",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Trier par",
61
63
  "Limit": "Limite",
62
64
  "Markdown text": "Texte Markdown",
65
+ "Expand": "Agrandir",
66
+ "Map Field Names": "Noms des champs de la carte",
67
+ "Map Transition Names": "Noms de transition de la carte",
63
68
  "Method": "Méthode",
64
69
  "Headers": "En-têtes",
65
70
  "Query Parameters": "Paramètres de requête",
71
+ "Body Type": "Body Type",
66
72
  "Body": "Corps",
67
73
  "Response is Binary ?": "La réponse est Binaire ?",
68
74
  "No Error on Failure": "Aucune erreur en cas d'échec",
69
75
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
76
+ "Follow redirects": "Suivre les redirections",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "La requête JQL à utiliser dans la recherche",
72
79
  "Maximum number of results": "Nombre maximum de résultats",
80
+ "Include additional information about the issue in the response": "Inclure des informations supplémentaires sur le problème dans la réponse",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mappez les noms lisibles des champs, des champs rendus, du schéma et de la méta d'édition.\nNotes :\n- Ceci ajouterait implicitement \"names\" au champ d'extension\n- Si il y a des champs avec le même nom, ils peuvent être remplacés",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Associer des noms lisibles à des transitions. Informations sur\n:\n- If there are transitions with the same name, ils peuvent être remplacés\n- Cela change la structure de données d'origine de la liste à la carte",
73
83
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
74
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
84
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
75
85
  "Created (Descending)": "Créé (Descendant)",
76
86
  "Created (Ascending)": "Créé (Ascendant)",
87
+ "Rendered Fields": "Champs Rendu",
88
+ "Names": "Noms",
89
+ "Schema": "Schéma",
90
+ "Transitions": "Transitions",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Historique des modifications",
77
93
  "GET": "OBTENIR",
78
94
  "POST": "POSTER",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "EFFACER",
81
97
  "DELETE": "SUPPRIMER",
82
98
  "HEAD": "TÊTE",
99
+ "None": "Aucun",
100
+ "JSON": "JSON",
101
+ "Form Data": "Données du formulaire",
102
+ "Raw": "Brut",
83
103
  "New Issue": "Nouveau problème",
84
104
  "Updated Issue": "Problème mis à jour",
85
105
  "Updated Issue Status": "Statut du problème mis à jour",
package/src/i18n/ja.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "課題のコメントを一覧表示",
22
22
  "Delete Issue Comment": "課題のコメントを削除",
23
23
  "Markdown to Jira format": "Markdown to Jira format",
24
+ "Get Issue": "問題を取得",
24
25
  "Custom API Call": "カスタムAPI通話",
25
26
  "Creates a new issue in a project.": "プロジェクトで新しい課題を作成します。",
26
27
  "Updates an existing issue.": "既存の問題を更新します。",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "課題のすべてのコメントを返します。",
37
38
  "Deletes a comment on a specific issue.": "特定の課題に関するコメントを削除します。",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "コメントや説明などに使用するために、Markdown形式のテキストをJiraのADF構文に変換する",
40
+ "Get issue data.": "課題データを取得します。",
39
41
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
40
42
  "Project ID or Key": "プロジェクト ID またはキー",
41
43
  "Issue Type": "課題の種類",
@@ -60,26 +62,44 @@
60
62
  "Order By": "並び替え",
61
63
  "Limit": "制限",
62
64
  "Markdown text": "Markdown テキスト",
65
+ "Expand": "展開",
66
+ "Map Field Names": "マップフィールド名",
67
+ "Map Transition Names": "マップのトランジション名",
63
68
  "Method": "方法",
64
69
  "Headers": "ヘッダー",
65
70
  "Query Parameters": "クエリパラメータ",
71
+ "Body Type": "ボディタイプ",
66
72
  "Body": "本文",
67
73
  "Response is Binary ?": "応答はバイナリですか?",
68
74
  "No Error on Failure": "失敗時にエラーはありません",
69
75
  "Timeout (in seconds)": "タイムアウト(秒)",
76
+ "Follow redirects": "リダイレクトをフォローする",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "検索で使用する JQL クエリ",
72
79
  "Maximum number of results": "結果の最大数",
80
+ "Include additional information about the issue in the response": "問題に関する追加情報を返信に含める",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "人間が読める名前をフィールド、レンダリングされたフィールド、スキーマ、およびメタの編集にマップします。\n備考:\n- 拡張フィールド\n- 同じ名前のフィールドがある場合、暗黙的に「名前」を追加します。 彼らはオーバーライドされるかもしれません",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
73
83
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
74
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
84
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
75
85
  "Created (Descending)": "作成済み (降順)",
76
86
  "Created (Ascending)": "作成されました (昇順)",
87
+ "Rendered Fields": "レンダリングされたフィールド",
88
+ "Names": "名前",
89
+ "Schema": "スキーマ",
90
+ "Transitions": "トランジション",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "更新履歴",
77
93
  "GET": "取得",
78
94
  "POST": "POST",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "PUT",
81
97
  "DELETE": "削除",
82
98
  "HEAD": "頭",
99
+ "None": "なし",
100
+ "JSON": "JSON",
101
+ "Form Data": "フォームデータ",
102
+ "Raw": "Raw",
83
103
  "New Issue": "新しい課題",
84
104
  "Updated Issue": "更新された課題",
85
105
  "Updated Issue Status": "更新された課題ステータス",
package/src/i18n/nl.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "Issue reacties weergeven",
22
22
  "Delete Issue Comment": "Issue Opmerking verwijderen",
23
23
  "Markdown to Jira format": "Markdown naar Jira formaat",
24
+ "Get Issue": "Probleem ophalen",
24
25
  "Custom API Call": "Custom API Call",
25
26
  "Creates a new issue in a project.": "Maakt een nieuw issue aan in een project.",
26
27
  "Updates an existing issue.": "Werkt een bestaand probleem bij.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Geeft als resultaat alle reacties op een probleem.",
37
38
  "Deletes a comment on a specific issue.": "Verwijdert een reactie op een specifiek probleem.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Converteer markdown-geformatteerde tekst naar Jira's ADF-syntaxis voor gebruik in commentaren en beschrijvingen enz",
40
+ "Get issue data.": "Haal probleemgegevens op.",
39
41
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
40
42
  "Project ID or Key": "Project ID of sleutel",
41
43
  "Issue Type": "Type probleem",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Sorteer op",
61
63
  "Limit": "Limiet",
62
64
  "Markdown text": "Markdown tekst",
65
+ "Expand": "Uitklappen",
66
+ "Map Field Names": "Map veldnamen",
67
+ "Map Transition Names": "Kaart overgangsnamen",
63
68
  "Method": "Methode",
64
69
  "Headers": "Kopteksten",
65
70
  "Query Parameters": "Query parameters",
71
+ "Body Type": "Type lichaam",
66
72
  "Body": "Lichaam",
67
73
  "Response is Binary ?": "Antwoord is binair?",
68
74
  "No Error on Failure": "Geen fout bij fout",
69
75
  "Timeout (in seconds)": "Time-out (in seconden)",
76
+ "Follow redirects": "Volg omleidingen",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structuur",
71
78
  "The JQL query to use in the search": "De JQL query te gebruiken in de zoekopdracht",
72
79
  "Maximum number of results": "Maximum aantal resultaten",
80
+ "Include additional information about the issue in the response": "Voeg aanvullende informatie over het probleem toe in de reactie",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Kaart menselijke leesbare namen naar Fields, Rendered Fields, Schema en Bewerken Meta.\nnotities:\n- Dit zou impliciet \"namen\" toevoegen aan het uitbreidingsveld\n- Als er velden met dezelfde naam zijn ze kunnen worden overschreven",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Wijs leesbare namen toe aan overgangen.\nnotities:\n- Als er overgangen met dezelfde naam zijn, ze kunnen worden overschreven\n- Hiermee wordt de originele gegevensstructuur van lijst naar kaart gewijzigd",
73
83
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
74
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
84
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
75
85
  "Created (Descending)": "Gemaakt (aflopend)",
76
86
  "Created (Ascending)": "Aangemaakt (Ascending)",
87
+ "Rendered Fields": "Toegestane velden",
88
+ "Names": "Namen",
89
+ "Schema": "Schema",
90
+ "Transitions": "Overgangen",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Wijzigingslogboek",
77
93
  "GET": "KRIJG",
78
94
  "POST": "POSTE",
79
95
  "PATCH": "BEKIJK",
80
96
  "PUT": "PUT",
81
97
  "DELETE": "VERWIJDEREN",
82
98
  "HEAD": "HOOFD",
99
+ "None": "geen",
100
+ "JSON": "JSON",
101
+ "Form Data": "Formulieren gegevens",
102
+ "Raw": "Onbewerkte",
83
103
  "New Issue": "Nieuw probleem",
84
104
  "Updated Issue": "Probleem bijgewerkt",
85
105
  "Updated Issue Status": "Bijgewerkte probleemstatus",
package/src/i18n/pt.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "Listar Comentários da Solicitação",
22
22
  "Delete Issue Comment": "Excluir comentário da issue",
23
23
  "Markdown to Jira format": "Formato Jira Markdown",
24
+ "Get Issue": "Obter problema",
24
25
  "Custom API Call": "Chamada de API personalizada",
25
26
  "Creates a new issue in a project.": "Cria uma nova issue em um projeto.",
26
27
  "Updates an existing issue.": "Atualiza uma issue existente.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Retorna todos os comentários para uma issue.",
37
38
  "Deletes a comment on a specific issue.": "Exclui um comentário em uma issue específica.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Converter texto formatado em Markdown-formatado para sintaxe ADF da Jaria para uso em comentários e descrições, etc.",
40
+ "Get issue data.": "Obter dados do problema.",
39
41
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
40
42
  "Project ID or Key": "ID ou Chave do Projeto",
41
43
  "Issue Type": "Tipo de problema",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Ordenar Por",
61
63
  "Limit": "Limitar",
62
64
  "Markdown text": "Texto Markdown",
65
+ "Expand": "Expandir",
66
+ "Map Field Names": "Nomes dos Campos do Mapa",
67
+ "Map Transition Names": "Nomes de Transição",
63
68
  "Method": "Método",
64
69
  "Headers": "Cabeçalhos",
65
70
  "Query Parameters": "Parâmetros da consulta",
71
+ "Body Type": "Tipo de Corpo",
66
72
  "Body": "Conteúdo",
67
73
  "Response is Binary ?": "A resposta é binária ?",
68
74
  "No Error on Failure": "Nenhum erro no Failure",
69
75
  "Timeout (in seconds)": "Tempo limite (em segundos)",
76
+ "Follow redirects": "Seguir redirecionamentos",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "A consulta JQL a ser usada na busca",
72
79
  "Maximum number of results": "Número máximo de resultados",
80
+ "Include additional information about the issue in the response": "Incluir informações adicionais sobre o problema na resposta",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Mapear nomes humanos legíveis para Campos, Campos Renderizados, Schema e Editar Meta.\nNotas:\n- Isso iria implicitamente adicionar \"nomes\" ao campo de expansão\n- Se houver campos com o mesmo nome, eles podem ser substituídos",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Mapear nomes humanos legíveis para transições.\nNotas:\n- Se houver transições com o mesmo nome, podem ser sobrescritos\n- Isso altera a estrutura de dados originais da lista para o mapa",
73
83
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
74
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
84
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
75
85
  "Created (Descending)": "Criado (decrescente)",
76
86
  "Created (Ascending)": "Criado (Ascendente)",
87
+ "Rendered Fields": "Campos Renderizados",
88
+ "Names": "Nomes",
89
+ "Schema": "Esquema",
90
+ "Transitions": "Transições",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Mudanças",
77
93
  "GET": "OBTER",
78
94
  "POST": "POSTAR",
79
95
  "PATCH": "COMPRAR",
80
96
  "PUT": "COLOCAR",
81
97
  "DELETE": "EXCLUIR",
82
98
  "HEAD": "CABEÇA",
99
+ "None": "Nenhuma",
100
+ "JSON": "JSON",
101
+ "Form Data": "Dados de Formulário",
102
+ "Raw": "RAW",
83
103
  "New Issue": "Nova issue",
84
104
  "Updated Issue": "Issue atualizada",
85
105
  "Updated Issue Status": "Status atualizado da tarefa",
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "List Issue Comments",
22
22
  "Delete Issue Comment": "Delete Issue Comment",
23
23
  "Markdown to Jira format": "Markdown to Jira format",
24
+ "Get Issue": "Get Issue",
24
25
  "Custom API Call": "Custom API Call",
25
26
  "Creates a new issue in a project.": "Creates a new issue in a project.",
26
27
  "Updates an existing issue.": "Updates an existing issue.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Returns all comments for an issue.",
37
38
  "Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc",
40
+ "Get issue data.": "Get issue data.",
39
41
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
40
42
  "Project ID or Key": "Project ID or Key",
41
43
  "Issue Type": "Issue Type",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Order By",
61
63
  "Limit": "Limit",
62
64
  "Markdown text": "Markdown text",
65
+ "Expand": "Expand",
66
+ "Map Field Names": "Map Field Names",
67
+ "Map Transition Names": "Map Transition Names",
63
68
  "Method": "Method",
64
69
  "Headers": "Headers",
65
70
  "Query Parameters": "Query Parameters",
71
+ "Body Type": "Body Type",
66
72
  "Body": "Body",
67
73
  "Response is Binary ?": "Response is Binary ?",
68
74
  "No Error on Failure": "No Error on Failure",
69
75
  "Timeout (in seconds)": "Timeout (in seconds)",
76
+ "Follow redirects": "Follow redirects",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "The JQL query to use in the search",
72
79
  "Maximum number of results": "Maximum number of results",
80
+ "Include additional information about the issue in the response": "Include additional information about the issue in the response",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
73
83
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
74
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
84
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
75
85
  "Created (Descending)": "Created (Descending)",
76
86
  "Created (Ascending)": "Created (Ascending)",
87
+ "Rendered Fields": "Rendered Fields",
88
+ "Names": "Names",
89
+ "Schema": "Schema",
90
+ "Transitions": "Transitions",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Changelog",
77
93
  "GET": "GET",
78
94
  "POST": "POST",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "PUT",
81
97
  "DELETE": "DELETE",
82
98
  "HEAD": "HEAD",
99
+ "None": "None",
100
+ "JSON": "JSON",
101
+ "Form Data": "Form Data",
102
+ "Raw": "Raw",
83
103
  "New Issue": "New Issue",
84
104
  "Updated Issue": "Updated Issue",
85
105
  "Updated Issue Status": "Updated Issue Status",
package/src/i18n/zh.json CHANGED
@@ -21,6 +21,7 @@
21
21
  "List Issue Comments": "List Issue Comments",
22
22
  "Delete Issue Comment": "Delete Issue Comment",
23
23
  "Markdown to Jira format": "Markdown to Jira format",
24
+ "Get Issue": "Get Issue",
24
25
  "Custom API Call": "自定义 API 呼叫",
25
26
  "Creates a new issue in a project.": "Creates a new issue in a project.",
26
27
  "Updates an existing issue.": "Updates an existing issue.",
@@ -36,6 +37,7 @@
36
37
  "Returns all comments for an issue.": "Returns all comments for an issue.",
37
38
  "Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
38
39
  "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc",
40
+ "Get issue data.": "Get issue data.",
39
41
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
40
42
  "Project ID or Key": "Project ID or Key",
41
43
  "Issue Type": "Issue Type",
@@ -60,26 +62,44 @@
60
62
  "Order By": "Order By",
61
63
  "Limit": "Limit",
62
64
  "Markdown text": "Markdown text",
65
+ "Expand": "Expand",
66
+ "Map Field Names": "Map Field Names",
67
+ "Map Transition Names": "Map Transition Names",
63
68
  "Method": "方法",
64
69
  "Headers": "信头",
65
70
  "Query Parameters": "查询参数",
71
+ "Body Type": "Body Type",
66
72
  "Body": "正文内容",
67
73
  "Response is Binary ?": "Response is Binary ?",
68
74
  "No Error on Failure": "失败时没有错误",
69
75
  "Timeout (in seconds)": "超时(秒)",
76
+ "Follow redirects": "Follow redirects",
70
77
  "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
71
78
  "The JQL query to use in the search": "The JQL query to use in the search",
72
79
  "Maximum number of results": "Maximum number of results",
80
+ "Include additional information about the issue in the response": "Include additional information about the issue in the response",
81
+ "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden": "Map human readable names to Fields, Rendered Fields, Schema and Edit Meta.\nNotes:\n- This would implicitly add \"names\" to the expand field\n- If there are fields with the same name, they may be overridden",
82
+ "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map": "Map human readable names to Transitions.\nNotes:\n- If there are transitions with the same name, they may be overridden\n- This changes the original data structure from list to map",
73
83
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
74
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
84
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
75
85
  "Created (Descending)": "Created (Descending)",
76
86
  "Created (Ascending)": "Created (Ascending)",
87
+ "Rendered Fields": "Rendered Fields",
88
+ "Names": "Names",
89
+ "Schema": "Schema",
90
+ "Transitions": "Transitions",
91
+ "Edit Meta": "Edit Meta",
92
+ "Changelog": "Changelog",
77
93
  "GET": "获取",
78
94
  "POST": "帖子",
79
95
  "PATCH": "PATCH",
80
96
  "PUT": "弹出",
81
97
  "DELETE": "删除",
82
98
  "HEAD": "黑色",
99
+ "None": "无",
100
+ "JSON": "JSON",
101
+ "Form Data": "表单数据",
102
+ "Raw": "原始文件",
83
103
  "New Issue": "New Issue",
84
104
  "Updated Issue": "Updated Issue",
85
105
  "Updated Issue Status": "Updated Issue Status",
@@ -13,6 +13,13 @@ export declare const newIssue: import("@activepieces/pieces-framework").ITrigger
13
13
  }>, {
14
14
  jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
15
15
  sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
+ }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
+ instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
+ email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
19
+ apiToken: import("@activepieces/pieces-framework").SecretTextProperty<true>;
20
+ }>, {
21
+ jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
22
+ sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
23
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
24
  instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
25
  email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
@@ -13,6 +13,13 @@ export declare const updatedIssueStatus: import("@activepieces/pieces-framework"
13
13
  }>, {
14
14
  jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
15
15
  sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
+ }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
+ instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
+ email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
19
+ apiToken: import("@activepieces/pieces-framework").SecretTextProperty<true>;
20
+ }>, {
21
+ jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
22
+ sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
23
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
24
  instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
25
  email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
@@ -13,6 +13,13 @@ export declare const updatedIssue: import("@activepieces/pieces-framework").ITri
13
13
  }>, {
14
14
  jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
15
15
  sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
+ }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
+ instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
+ email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
19
+ apiToken: import("@activepieces/pieces-framework").SecretTextProperty<true>;
20
+ }>, {
21
+ jql: import("@activepieces/pieces-framework").LongTextProperty<false>;
22
+ sanitizeJql: import("@activepieces/pieces-framework").CheckboxProperty<false>;
16
23
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
24
  instanceUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
18
25
  email: import("@activepieces/pieces-framework").ShortTextProperty<true>;