@activepieces/piece-jira-cloud 0.1.13 → 0.1.14
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 +1 -1
- package/src/i18n/de.json +5 -0
- package/src/i18n/es.json +5 -0
- package/src/i18n/fr.json +5 -0
- package/src/i18n/ja.json +5 -0
- package/src/i18n/nl.json +5 -0
- package/src/i18n/pt.json +5 -0
- package/src/i18n/translation.json +5 -0
- package/src/i18n/zh.json +5 -0
package/package.json
CHANGED
package/src/i18n/de.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Tickets verknüpfen",
|
|
21
21
|
"List Issue Comments": "Ticket-Kommentare auflisten",
|
|
22
22
|
"Delete Issue Comment": "Ticket-Kommentar löschen",
|
|
23
|
+
"Markdown to Jira format": "Markdown zum Jira-Format",
|
|
23
24
|
"Custom API Call": "Eigener API-Aufruf",
|
|
24
25
|
"Creates a new issue in a project.": "Erstellt ein neues Problem in einem Projekt.",
|
|
25
26
|
"Updates an existing issue.": "Aktualisiert ein existierendes Problem.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Erzeugt eine Verbindung zwischen zwei Problemen.",
|
|
35
36
|
"Returns all comments for an issue.": "Gibt alle Kommentare für ein Problem zurück.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Löscht einen Kommentar zu einem bestimmten Thema.",
|
|
38
|
+
"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.",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
38
40
|
"Project ID or Key": "Projekt-ID oder Schlüssel",
|
|
39
41
|
"Issue Type": "Ticket-Typ",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "Anhang-ID",
|
|
50
52
|
"User": "Benutzer",
|
|
51
53
|
"Comment Body": "Kommentar-Text",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Kommentar ist im JSON Atlassian Document Format",
|
|
52
55
|
"Comment ID": "Kommentar-ID",
|
|
53
56
|
"First Issue": "Erster Fall",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Zweiter Fall",
|
|
56
59
|
"Order By": "Sortieren nach",
|
|
57
60
|
"Limit": "Limit",
|
|
61
|
+
"Markdown text": "Markdown Text",
|
|
58
62
|
"Method": "Methode",
|
|
59
63
|
"Headers": "Kopfzeilen",
|
|
60
64
|
"Query Parameters": "Abfrageparameter",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
64
68
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
65
69
|
"The JQL query to use in the search": "Die JQL-Abfrage für die Suche",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Maximale Anzahl der Ergebnisse",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
package/src/i18n/es.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Problemas de enlace",
|
|
21
21
|
"List Issue Comments": "Listar comentarios del problema",
|
|
22
22
|
"Delete Issue Comment": "Eliminar Comentario del Problema",
|
|
23
|
+
"Markdown to Jira format": "Formato Markdown a Jira",
|
|
23
24
|
"Custom API Call": "Llamada API personalizada",
|
|
24
25
|
"Creates a new issue in a project.": "Crea un nuevo asunto en un proyecto.",
|
|
25
26
|
"Updates an existing issue.": "Actualiza un problema existente.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Crea un enlace entre dos cuestiones.",
|
|
35
36
|
"Returns all comments for an issue.": "Devuelve todos los comentarios para un problema.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Elimina un comentario sobre un asunto específico.",
|
|
38
|
+
"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.",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
38
40
|
"Project ID or Key": "ID o clave del proyecto",
|
|
39
41
|
"Issue Type": "Tipo de asunto",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "ID de adjunto",
|
|
50
52
|
"User": "Usuario",
|
|
51
53
|
"Comment Body": "Comentar cuerpo",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "El comentario está en formato JSON Atlassian Document",
|
|
52
55
|
"Comment ID": "Comentario ID",
|
|
53
56
|
"First Issue": "Primer asunto",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Segundo problema",
|
|
56
59
|
"Order By": "Ordenar por",
|
|
57
60
|
"Limit": "Límite",
|
|
61
|
+
"Markdown text": "Texto Markdown",
|
|
58
62
|
"Method": "Método",
|
|
59
63
|
"Headers": "Encabezados",
|
|
60
64
|
"Query Parameters": "Parámetros de consulta",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
64
68
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
65
69
|
"The JQL query to use in the search": "La consulta JQL a usar en la búsqueda",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Número máximo de resultados",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
package/src/i18n/fr.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Lier les tickets",
|
|
21
21
|
"List Issue Comments": "Lister les commentaires de problèmes",
|
|
22
22
|
"Delete Issue Comment": "Supprimer le commentaire du problème",
|
|
23
|
+
"Markdown to Jira format": "Format Markdown vers Jira",
|
|
23
24
|
"Custom API Call": "Appel API personnalisé",
|
|
24
25
|
"Creates a new issue in a project.": "Crée un nouveau ticket dans un projet.",
|
|
25
26
|
"Updates an existing issue.": "Met à jour un ticket existant.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Crée un lien entre deux tickets.",
|
|
35
36
|
"Returns all comments for an issue.": "Renvoie tous les commentaires pour un ticket.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Supprime un commentaire sur un problème spécifique.",
|
|
38
|
+
"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",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
38
40
|
"Project ID or Key": "ID ou clé du projet",
|
|
39
41
|
"Issue Type": "Type de problème",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "ID de la pièce jointe",
|
|
50
52
|
"User": "Utilisateur",
|
|
51
53
|
"Comment Body": "Corps du commentaire",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Le commentaire est en format JSON Atlassian Document",
|
|
52
55
|
"Comment ID": "ID du commentaire",
|
|
53
56
|
"First Issue": "Premier problème",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Deuxième problème",
|
|
56
59
|
"Order By": "Trier par",
|
|
57
60
|
"Limit": "Limite",
|
|
61
|
+
"Markdown text": "Texte Markdown",
|
|
58
62
|
"Method": "Méthode",
|
|
59
63
|
"Headers": "En-têtes",
|
|
60
64
|
"Query Parameters": "Paramètres de requête",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
64
68
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
65
69
|
"The JQL query to use in the search": "La requête JQL à utiliser dans la recherche",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Nombre maximum de résultats",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
package/src/i18n/ja.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "問題をリンクする",
|
|
21
21
|
"List Issue Comments": "課題のコメントを一覧表示",
|
|
22
22
|
"Delete Issue Comment": "課題のコメントを削除",
|
|
23
|
+
"Markdown to Jira format": "Markdown to Jira format",
|
|
23
24
|
"Custom API Call": "カスタムAPI通話",
|
|
24
25
|
"Creates a new issue in a project.": "プロジェクトで新しい課題を作成します。",
|
|
25
26
|
"Updates an existing issue.": "既存の問題を更新します。",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "2つの課題間のリンクを作成します。",
|
|
35
36
|
"Returns all comments for an issue.": "課題のすべてのコメントを返します。",
|
|
36
37
|
"Deletes a comment on a specific issue.": "特定の課題に関するコメントを削除します。",
|
|
38
|
+
"Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc": "コメントや説明などに使用するために、Markdown形式のテキストをJiraのADF構文に変換する",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
38
40
|
"Project ID or Key": "プロジェクト ID またはキー",
|
|
39
41
|
"Issue Type": "課題の種類",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "添付ファイルID",
|
|
50
52
|
"User": "ユーザー",
|
|
51
53
|
"Comment Body": "コメント本文",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "コメントは JSON Atlassian ドキュメントフォーマットにあります",
|
|
52
55
|
"Comment ID": "コメント ID",
|
|
53
56
|
"First Issue": "最初の課題",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "2号目",
|
|
56
59
|
"Order By": "並び替え",
|
|
57
60
|
"Limit": "制限",
|
|
61
|
+
"Markdown text": "Markdown テキスト",
|
|
58
62
|
"Method": "方法",
|
|
59
63
|
"Headers": "ヘッダー",
|
|
60
64
|
"Query Parameters": "クエリパラメータ",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
64
68
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
65
69
|
"The JQL query to use in the search": "検索で使用する JQL クエリ",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "結果の最大数",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
package/src/i18n/nl.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Koppel problemen",
|
|
21
21
|
"List Issue Comments": "Issue reacties weergeven",
|
|
22
22
|
"Delete Issue Comment": "Issue Opmerking verwijderen",
|
|
23
|
+
"Markdown to Jira format": "Markdown naar Jira formaat",
|
|
23
24
|
"Custom API Call": "Custom API Call",
|
|
24
25
|
"Creates a new issue in a project.": "Maakt een nieuw issue aan in een project.",
|
|
25
26
|
"Updates an existing issue.": "Werkt een bestaand probleem bij.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Maakt een verband tussen twee problemen.",
|
|
35
36
|
"Returns all comments for an issue.": "Geeft als resultaat alle reacties op een probleem.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Verwijdert een reactie op een specifiek probleem.",
|
|
38
|
+
"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",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
38
40
|
"Project ID or Key": "Project ID of sleutel",
|
|
39
41
|
"Issue Type": "Type probleem",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "Bijlage ID",
|
|
50
52
|
"User": "Gebruiker",
|
|
51
53
|
"Comment Body": "Commentaar inhoud",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Commentaar is in JSON Atlassian Document Formaat",
|
|
52
55
|
"Comment ID": "Commentaar ID",
|
|
53
56
|
"First Issue": "Eerste probleem",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Tweede probleem",
|
|
56
59
|
"Order By": "Sorteer op",
|
|
57
60
|
"Limit": "Limiet",
|
|
61
|
+
"Markdown text": "Markdown tekst",
|
|
58
62
|
"Method": "Methode",
|
|
59
63
|
"Headers": "Kopteksten",
|
|
60
64
|
"Query Parameters": "Query parameters",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "Geen fout bij fout",
|
|
64
68
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
65
69
|
"The JQL query to use in the search": "De JQL query te gebruiken in de zoekopdracht",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structuur",
|
|
66
71
|
"Maximum number of results": "Maximum aantal resultaten",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
package/src/i18n/pt.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Ligar issues",
|
|
21
21
|
"List Issue Comments": "Listar Comentários da Solicitação",
|
|
22
22
|
"Delete Issue Comment": "Excluir comentário da issue",
|
|
23
|
+
"Markdown to Jira format": "Formato Jira Markdown",
|
|
23
24
|
"Custom API Call": "Chamada de API personalizada",
|
|
24
25
|
"Creates a new issue in a project.": "Cria uma nova issue em um projeto.",
|
|
25
26
|
"Updates an existing issue.": "Atualiza uma issue existente.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Cria uma ligação entre duas issues.",
|
|
35
36
|
"Returns all comments for an issue.": "Retorna todos os comentários para uma issue.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Exclui um comentário em uma issue específica.",
|
|
38
|
+
"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.",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
38
40
|
"Project ID or Key": "ID ou Chave do Projeto",
|
|
39
41
|
"Issue Type": "Tipo de problema",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "ID do anexo",
|
|
50
52
|
"User": "Usuário",
|
|
51
53
|
"Comment Body": "Corpo do Comentário",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Comentário está em formato de documento JSON Atlassian",
|
|
52
55
|
"Comment ID": "ID do comentário",
|
|
53
56
|
"First Issue": "Primeira Solicitação",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Segunda questão",
|
|
56
59
|
"Order By": "Ordenar Por",
|
|
57
60
|
"Limit": "Limitar",
|
|
61
|
+
"Markdown text": "Texto Markdown",
|
|
58
62
|
"Method": "Método",
|
|
59
63
|
"Headers": "Cabeçalhos",
|
|
60
64
|
"Query Parameters": "Parâmetros da consulta",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
64
68
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
65
69
|
"The JQL query to use in the search": "A consulta JQL a ser usada na busca",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Número máximo de resultados",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Link Issues",
|
|
21
21
|
"List Issue Comments": "List Issue Comments",
|
|
22
22
|
"Delete Issue Comment": "Delete Issue Comment",
|
|
23
|
+
"Markdown to Jira format": "Markdown to Jira format",
|
|
23
24
|
"Custom API Call": "Custom API Call",
|
|
24
25
|
"Creates a new issue in a project.": "Creates a new issue in a project.",
|
|
25
26
|
"Updates an existing issue.": "Updates an existing issue.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Creates a link between two issues.",
|
|
35
36
|
"Returns all comments for an issue.": "Returns all comments for an issue.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
|
|
38
|
+
"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",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
38
40
|
"Project ID or Key": "Project ID or Key",
|
|
39
41
|
"Issue Type": "Issue Type",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "Attachment ID",
|
|
50
52
|
"User": "User",
|
|
51
53
|
"Comment Body": "Comment Body",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Comment is in JSON Atlassian Document Format",
|
|
52
55
|
"Comment ID": "Comment ID",
|
|
53
56
|
"First Issue": "First Issue",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Second Issue",
|
|
56
59
|
"Order By": "Order By",
|
|
57
60
|
"Limit": "Limit",
|
|
61
|
+
"Markdown text": "Markdown text",
|
|
58
62
|
"Method": "Method",
|
|
59
63
|
"Headers": "Headers",
|
|
60
64
|
"Query Parameters": "Query Parameters",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "No Error on Failure",
|
|
64
68
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
65
69
|
"The JQL query to use in the search": "The JQL query to use in the search",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Maximum number of results",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
package/src/i18n/zh.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"Link Issues": "Link Issues",
|
|
21
21
|
"List Issue Comments": "List Issue Comments",
|
|
22
22
|
"Delete Issue Comment": "Delete Issue Comment",
|
|
23
|
+
"Markdown to Jira format": "Markdown to Jira format",
|
|
23
24
|
"Custom API Call": "自定义 API 呼叫",
|
|
24
25
|
"Creates a new issue in a project.": "Creates a new issue in a project.",
|
|
25
26
|
"Updates an existing issue.": "Updates an existing issue.",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"Creates a link between two issues.": "Creates a link between two issues.",
|
|
35
36
|
"Returns all comments for an issue.": "Returns all comments for an issue.",
|
|
36
37
|
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
|
|
38
|
+
"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",
|
|
37
39
|
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
38
40
|
"Project ID or Key": "Project ID or Key",
|
|
39
41
|
"Issue Type": "Issue Type",
|
|
@@ -49,12 +51,14 @@
|
|
|
49
51
|
"Attachment ID": "Attachment ID",
|
|
50
52
|
"User": "用户",
|
|
51
53
|
"Comment Body": "Comment Body",
|
|
54
|
+
"Comment is in JSON Atlassian Document Format": "Comment is in JSON Atlassian Document Format",
|
|
52
55
|
"Comment ID": "Comment ID",
|
|
53
56
|
"First Issue": "First Issue",
|
|
54
57
|
"Link Type": "Link Type",
|
|
55
58
|
"Second Issue": "Second Issue",
|
|
56
59
|
"Order By": "Order By",
|
|
57
60
|
"Limit": "Limit",
|
|
61
|
+
"Markdown text": "Markdown text",
|
|
58
62
|
"Method": "方法",
|
|
59
63
|
"Headers": "信头",
|
|
60
64
|
"Query Parameters": "查询参数",
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
"No Error on Failure": "失败时没有错误",
|
|
64
68
|
"Timeout (in seconds)": "超时(秒)",
|
|
65
69
|
"The JQL query to use in the search": "The JQL query to use in the search",
|
|
70
|
+
"https://developer.atlassian.com/cloud/jira/platform/apis/document/structure": "https://developer.atlassian.com/cloud/jira/platform/apis/document/structure",
|
|
66
71
|
"Maximum number of results": "Maximum number of results",
|
|
67
72
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
68
73
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|