@activepieces/piece-jira-cloud 0.1.10 → 0.1.12

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,21 +1,20 @@
1
1
  {
2
2
  "name": "@activepieces/piece-jira-cloud",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
7
7
  "axios-retry": "4.4.1",
8
8
  "dayjs": "1.11.9",
9
9
  "deepmerge-ts": "7.1.0",
10
- "fast-glob": "3.3.3",
11
10
  "form-data": "4.0.4",
12
11
  "mime-types": "2.1.35",
13
12
  "nanoid": "3.3.8",
14
13
  "semver": "7.6.0",
15
14
  "zod": "3.25.76",
16
15
  "@activepieces/pieces-common": "0.7.0",
17
- "@activepieces/pieces-framework": "0.18.4",
18
- "@activepieces/shared": "0.19.0",
16
+ "@activepieces/pieces-framework": "0.20.1",
17
+ "@activepieces/shared": "0.20.1",
19
18
  "tslib": "2.8.1"
20
19
  },
21
20
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Jira Wolke",
3
2
  "Issue tracking and project management": "Fehlerverfolgung und Projektmanagement",
4
3
  "Instance URL": "Instanz URL",
5
4
  "Email": "E-Mail",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Nube de Jira",
3
2
  "Issue tracking and project management": "Seguimiento de incidencias y gestión de proyectos",
4
3
  "Instance URL": "URL de instancia",
5
4
  "Email": "E-mail",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Nuage de Jira",
3
2
  "Issue tracking and project management": "Suivi des anomalies et gestion des projets",
4
3
  "Instance URL": "URL de l'instance",
5
4
  "Email": "Courriel",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Jira Cloud",
3
2
  "Issue tracking and project management": "課題の追跡とプロジェクト管理",
4
3
  "Instance URL": "インスタンス URL",
5
4
  "Email": "Eメールアドレス",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Jira Cloud",
3
2
  "Issue tracking and project management": "Probleem bijhouden en projectbeheer",
4
3
  "Instance URL": "Aanleg URL",
5
4
  "Email": "E-mail",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Jira Cloud",
3
2
  "Issue tracking and project management": "Acompanhamento de problemas e gerenciamento de projetos",
4
3
  "Instance URL": "Instância URL",
5
4
  "Email": "e-mail",
@@ -1,5 +1,4 @@
1
1
  {
2
- "Jira Cloud": "Jira Cloud",
3
2
  "Issue tracking and project management": "Issue tracking and project management",
4
3
  "Instance URL": "Instance URL",
5
4
  "Email": "Email",
package/src/i18n/zh.json CHANGED
@@ -1,85 +1,84 @@
1
1
  {
2
- "Jira Cloud": "Jira Cloud",
3
- "Issue tracking and project management": "問題追踪和專案管理",
4
- "Instance URL": "實例 URL",
5
- "Email": "電子郵件",
6
- "API Token": "API 令牌",
7
- "The link of your Jira instance (e.g https://example.atlassian.net)": "Jira 實例的連結 (例如 https://example.atlassian.net)",
8
- "The email you use to login to Jira": "用於登入 Jira 的電子郵件",
9
- "Your Jira API Token": "您的 Jira API 令牌",
10
- "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\n您可以從此處生成 API 令牌:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
11
- "Create Issue": "建立問題",
12
- "Update Issue": "更新問題",
13
- "Find User": "尋找用戶",
14
- "Search Issues": "搜索問題",
15
- "Assign Issue": "分配問題",
16
- "Add Attachment to Issue": "添加附件到問題",
17
- "Get Issue Attachment": "獲取問題附件",
18
- "Add Watcher to Issue": "添加觀察者到問題",
19
- "Add Issue Comment": "添加問題評論",
20
- "Update Issue Comment": "更新問題評論",
21
- "Link Issues": "鏈接問題",
22
- "List Issue Comments": "列出問題評論",
23
- "Delete Issue Comment": "刪除問題評論",
24
- "Custom API Call": "自定義API呼叫",
25
- "Creates a new issue in a project.": "在專案中建立一個新問題。",
26
- "Updates an existing issue.": "更新現有問題。",
27
- "Finds an existing user.": "尋找現有用戶。",
28
- "Search for issues with JQL": "使用 JQL 搜索問題",
29
- "Assigns an issue to a user.": "將問題分配給用戶。",
30
- "Adds an attachment to an issue.": "添加附件到問題。",
31
- "Retrieves an attachment from an issue.": "從問題中檢索附件。",
32
- "Adds a new watcher to an issue.": "添加新的觀察者到問題。",
33
- "Adds a comment to an issue.": "向問題添加評論。",
34
- "Updates a comment to a specific issue.": "更新到特定問題的評論。",
35
- "Creates a link between two issues.": "在兩個問題之間建立鏈接。",
36
- "Returns all comments for an issue.": "返回問題的所有評論。",
37
- "Deletes a comment on a specific issue.": "刪除特定問題的評論。",
38
- "Make a custom API call to a specific endpoint": "將一個自定義 API 調用到一個特定的終點",
39
- "Project ID or Key": "專案 ID 或標識",
40
- "Issue Type": "問題類型",
41
- "Fields": "字段",
42
- "Issue ID or Key": "問題 ID 或標識",
43
- "Status": "狀態",
44
- "Keyword": "關鍵字",
2
+ "Issue tracking and project management": "Issue tracking and project management",
3
+ "Instance URL": "Instance URL",
4
+ "Email": "电子邮件地址",
5
+ "API Token": "API Token",
6
+ "The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
7
+ "The email you use to login to Jira": "The email you use to login to Jira",
8
+ "Your Jira API Token": "Your Jira API Token",
9
+ "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ": "\nYou can generate your API token from:\n***https://id.atlassian.com/manage-profile/security/api-tokens***\n ",
10
+ "Create Issue": "Create Issue",
11
+ "Update Issue": "Update Issue",
12
+ "Find User": "Find User",
13
+ "Search Issues": "Search Issues",
14
+ "Assign Issue": "Assign Issue",
15
+ "Add Attachment to Issue": "Add Attachment to Issue",
16
+ "Get Issue Attachment": "Get Issue Attachment",
17
+ "Add Watcher to Issue": "Add Watcher to Issue",
18
+ "Add Issue Comment": "Add Issue Comment",
19
+ "Update Issue Comment": "Update Issue Comment",
20
+ "Link Issues": "Link Issues",
21
+ "List Issue Comments": "List Issue Comments",
22
+ "Delete Issue Comment": "Delete Issue Comment",
23
+ "Custom API Call": "自定义 API 呼叫",
24
+ "Creates a new issue in a project.": "Creates a new issue in a project.",
25
+ "Updates an existing issue.": "Updates an existing issue.",
26
+ "Finds an existing user.": "Finds an existing user.",
27
+ "Search for issues with JQL": "Search for issues with JQL",
28
+ "Assigns an issue to a user.": "Assigns an issue to a user.",
29
+ "Adds an attachment to an issue.": "Adds an attachment to an issue.",
30
+ "Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
31
+ "Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
32
+ "Adds a comment to an issue.": "Adds a comment to an issue.",
33
+ "Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
34
+ "Creates a link between two issues.": "Creates a link between two issues.",
35
+ "Returns all comments for an issue.": "Returns all comments for an issue.",
36
+ "Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
37
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
38
+ "Project ID or Key": "Project ID or Key",
39
+ "Issue Type": "Issue Type",
40
+ "Fields": "Fields",
41
+ "Issue ID or Key": "Issue ID or Key",
42
+ "Status": "状态",
43
+ "Keyword": "Keyword",
45
44
  "JQL": "JQL",
46
- "Max Results": "最大結果數",
47
- "Sanitize JQL": "清理 JQL",
48
- "Assignee": "受讓人",
49
- "Attachment": "附件",
50
- "Attachment ID": "附件 ID",
51
- "User": "用戶",
52
- "Comment Body": "評論正文",
53
- "Comment ID": "評論 ID",
54
- "First Issue": "第一個問題",
55
- "Link Type": "鏈接類型",
56
- "Second Issue": "第二個問題",
57
- "Order By": "排序",
58
- "Limit": "限制",
45
+ "Max Results": "Max Results",
46
+ "Sanitize JQL": "Sanitize JQL",
47
+ "Assignee": "Assignee",
48
+ "Attachment": "Attachment",
49
+ "Attachment ID": "Attachment ID",
50
+ "User": "用户",
51
+ "Comment Body": "Comment Body",
52
+ "Comment ID": "Comment ID",
53
+ "First Issue": "First Issue",
54
+ "Link Type": "Link Type",
55
+ "Second Issue": "Second Issue",
56
+ "Order By": "Order By",
57
+ "Limit": "Limit",
59
58
  "Method": "方法",
60
- "Headers": "信頭",
61
- "Query Parameters": "查詢參數",
62
- "Body": "正文內容",
59
+ "Headers": "信头",
60
+ "Query Parameters": "查询参数",
61
+ "Body": "正文内容",
63
62
  "Response is Binary ?": "Response is Binary ?",
64
- "No Error on Failure": "失敗時沒有錯誤",
65
- "Timeout (in seconds)": "超時(秒)",
66
- "The JQL query to use in the search": "搜索中使用的 JQL 查詢",
67
- "Maximum number of results": "最大結果數量",
68
- "Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
63
+ "No Error on Failure": "失败时没有错误",
64
+ "Timeout (in seconds)": "超时(秒)",
65
+ "The JQL query to use in the search": "The JQL query to use in the search",
66
+ "Maximum number of results": "Maximum number of results",
67
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
69
68
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
70
- "Created (Descending)": "創建時間(降序)",
71
- "Created (Ascending)": "創建時間(升序)",
72
- "GET": "GET",
73
- "POST": "POST",
69
+ "Created (Descending)": "Created (Descending)",
70
+ "Created (Ascending)": "Created (Ascending)",
71
+ "GET": "获取",
72
+ "POST": "帖子",
74
73
  "PATCH": "PATCH",
75
- "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD",
78
- "New Issue": "新的問題",
79
- "Updated Issue": "已更新問題",
80
- "Updated Issue Status": "已更新問題狀態",
81
- "Triggers when a new issue is created": "創建新問題時觸發",
82
- "Triggers when an issue is updated": "更新問題時觸發",
83
- "Triggers when an issue status is updated": "問題狀態更新時觸發",
84
- "Use to filter issues watched": "用於過濾觀察中的問題"
74
+ "PUT": "弹出",
75
+ "DELETE": "删除",
76
+ "HEAD": "黑色",
77
+ "New Issue": "New Issue",
78
+ "Updated Issue": "Updated Issue",
79
+ "Updated Issue Status": "Updated Issue Status",
80
+ "Triggers when a new issue is created": "Triggers when a new issue is created",
81
+ "Triggers when an issue is updated": "Triggers when an issue is updated",
82
+ "Triggers when an issue status is updated": "Triggers when an issue status is updated",
83
+ "Use to filter issues watched": "Use to filter issues watched"
85
84
  }