@activepieces/piece-jira-cloud 0.1.9 → 0.1.11
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 +4 -10
- package/src/i18n/zh.json +77 -77
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-jira-cloud",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
-
"@ai-sdk/google": "2.0.6",
|
|
7
|
-
"@ai-sdk/openai": "2.0.12",
|
|
8
|
-
"@ai-sdk/provider": "2.0.0",
|
|
9
|
-
"@ai-sdk/replicate": "1.0.3",
|
|
10
5
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "5.0.12",
|
|
12
6
|
"axios": "1.8.3",
|
|
13
7
|
"axios-retry": "4.4.1",
|
|
14
8
|
"dayjs": "1.11.9",
|
|
@@ -19,9 +13,9 @@
|
|
|
19
13
|
"nanoid": "3.3.8",
|
|
20
14
|
"semver": "7.6.0",
|
|
21
15
|
"zod": "3.25.76",
|
|
22
|
-
"@activepieces/pieces-common": "0.
|
|
23
|
-
"@activepieces/pieces-framework": "0.18.
|
|
24
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
17
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
18
|
+
"@activepieces/shared": "0.19.1",
|
|
25
19
|
"tslib": "2.8.1"
|
|
26
20
|
},
|
|
27
21
|
"overrides": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Jira Cloud": "Jira Cloud",
|
|
3
|
-
"Issue tracking and project management": "
|
|
4
|
-
"Instance URL": "
|
|
5
|
-
"Email": "
|
|
6
|
-
"API Token": "API
|
|
7
|
-
"The link of your Jira instance (e.g https://example.atlassian.net)": "Jira
|
|
8
|
-
"The email you use to login to Jira": "
|
|
9
|
-
"Your Jira API Token": "
|
|
10
|
-
"\nYou can generate your API token from:\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": "
|
|
25
|
-
"Creates a new issue in a project.": "
|
|
26
|
-
"Updates an existing issue.": "
|
|
27
|
-
"Finds an existing user.": "
|
|
28
|
-
"Search for issues with 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": "
|
|
39
|
-
"Project ID or Key": "
|
|
40
|
-
"Issue Type": "
|
|
41
|
-
"Fields": "
|
|
42
|
-
"Issue ID or Key": "
|
|
43
|
-
"Status": "
|
|
44
|
-
"Keyword": "
|
|
3
|
+
"Issue tracking and project management": "Issue tracking and project management",
|
|
4
|
+
"Instance URL": "Instance URL",
|
|
5
|
+
"Email": "电子邮件地址",
|
|
6
|
+
"API Token": "API Token",
|
|
7
|
+
"The link of your Jira instance (e.g https://example.atlassian.net)": "The link of your Jira instance (e.g https://example.atlassian.net)",
|
|
8
|
+
"The email you use to login to Jira": "The email you use to login to Jira",
|
|
9
|
+
"Your Jira API Token": "Your Jira API Token",
|
|
10
|
+
"\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 ",
|
|
11
|
+
"Create Issue": "Create Issue",
|
|
12
|
+
"Update Issue": "Update Issue",
|
|
13
|
+
"Find User": "Find User",
|
|
14
|
+
"Search Issues": "Search Issues",
|
|
15
|
+
"Assign Issue": "Assign Issue",
|
|
16
|
+
"Add Attachment to Issue": "Add Attachment to Issue",
|
|
17
|
+
"Get Issue Attachment": "Get Issue Attachment",
|
|
18
|
+
"Add Watcher to Issue": "Add Watcher to Issue",
|
|
19
|
+
"Add Issue Comment": "Add Issue Comment",
|
|
20
|
+
"Update Issue Comment": "Update Issue Comment",
|
|
21
|
+
"Link Issues": "Link Issues",
|
|
22
|
+
"List Issue Comments": "List Issue Comments",
|
|
23
|
+
"Delete Issue Comment": "Delete Issue Comment",
|
|
24
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
25
|
+
"Creates a new issue in a project.": "Creates a new issue in a project.",
|
|
26
|
+
"Updates an existing issue.": "Updates an existing issue.",
|
|
27
|
+
"Finds an existing user.": "Finds an existing user.",
|
|
28
|
+
"Search for issues with JQL": "Search for issues with JQL",
|
|
29
|
+
"Assigns an issue to a user.": "Assigns an issue to a user.",
|
|
30
|
+
"Adds an attachment to an issue.": "Adds an attachment to an issue.",
|
|
31
|
+
"Retrieves an attachment from an issue.": "Retrieves an attachment from an issue.",
|
|
32
|
+
"Adds a new watcher to an issue.": "Adds a new watcher to an issue.",
|
|
33
|
+
"Adds a comment to an issue.": "Adds a comment to an issue.",
|
|
34
|
+
"Updates a comment to a specific issue.": "Updates a comment to a specific issue.",
|
|
35
|
+
"Creates a link between two issues.": "Creates a link between two issues.",
|
|
36
|
+
"Returns all comments for an issue.": "Returns all comments for an issue.",
|
|
37
|
+
"Deletes a comment on a specific issue.": "Deletes a comment on a specific issue.",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
39
|
+
"Project ID or Key": "Project ID or Key",
|
|
40
|
+
"Issue Type": "Issue Type",
|
|
41
|
+
"Fields": "Fields",
|
|
42
|
+
"Issue ID or Key": "Issue ID or Key",
|
|
43
|
+
"Status": "状态",
|
|
44
|
+
"Keyword": "Keyword",
|
|
45
45
|
"JQL": "JQL",
|
|
46
|
-
"Max Results": "
|
|
47
|
-
"Sanitize JQL": "
|
|
48
|
-
"Assignee": "
|
|
49
|
-
"Attachment": "
|
|
50
|
-
"Attachment ID": "
|
|
51
|
-
"User": "
|
|
52
|
-
"Comment Body": "
|
|
53
|
-
"Comment ID": "
|
|
54
|
-
"First Issue": "
|
|
55
|
-
"Link Type": "
|
|
56
|
-
"Second Issue": "
|
|
57
|
-
"Order By": "
|
|
58
|
-
"Limit": "
|
|
46
|
+
"Max Results": "Max Results",
|
|
47
|
+
"Sanitize JQL": "Sanitize JQL",
|
|
48
|
+
"Assignee": "Assignee",
|
|
49
|
+
"Attachment": "Attachment",
|
|
50
|
+
"Attachment ID": "Attachment ID",
|
|
51
|
+
"User": "用户",
|
|
52
|
+
"Comment Body": "Comment Body",
|
|
53
|
+
"Comment ID": "Comment ID",
|
|
54
|
+
"First Issue": "First Issue",
|
|
55
|
+
"Link Type": "Link Type",
|
|
56
|
+
"Second Issue": "Second Issue",
|
|
57
|
+
"Order By": "Order By",
|
|
58
|
+
"Limit": "Limit",
|
|
59
59
|
"Method": "方法",
|
|
60
|
-
"Headers": "
|
|
61
|
-
"Query Parameters": "
|
|
62
|
-
"Body": "
|
|
60
|
+
"Headers": "信头",
|
|
61
|
+
"Query Parameters": "查询参数",
|
|
62
|
+
"Body": "正文内容",
|
|
63
63
|
"Response is Binary ?": "Response is Binary ?",
|
|
64
|
-
"No Error on Failure": "
|
|
65
|
-
"Timeout (in seconds)": "
|
|
66
|
-
"The JQL query to use in the search": "
|
|
67
|
-
"Maximum number of results": "
|
|
68
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
64
|
+
"No Error on Failure": "失败时没有错误",
|
|
65
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
66
|
+
"The JQL query to use in the search": "The JQL query to use in the search",
|
|
67
|
+
"Maximum number of results": "Maximum number of results",
|
|
68
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
69
69
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
70
|
-
"Created (Descending)": "
|
|
71
|
-
"Created (Ascending)": "
|
|
72
|
-
"GET": "
|
|
73
|
-
"POST": "
|
|
70
|
+
"Created (Descending)": "Created (Descending)",
|
|
71
|
+
"Created (Ascending)": "Created (Ascending)",
|
|
72
|
+
"GET": "获取",
|
|
73
|
+
"POST": "帖子",
|
|
74
74
|
"PATCH": "PATCH",
|
|
75
|
-
"PUT": "
|
|
76
|
-
"DELETE": "
|
|
77
|
-
"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": "
|
|
75
|
+
"PUT": "弹出",
|
|
76
|
+
"DELETE": "删除",
|
|
77
|
+
"HEAD": "黑色",
|
|
78
|
+
"New Issue": "New Issue",
|
|
79
|
+
"Updated Issue": "Updated Issue",
|
|
80
|
+
"Updated Issue Status": "Updated Issue Status",
|
|
81
|
+
"Triggers when a new issue is created": "Triggers when a new issue is created",
|
|
82
|
+
"Triggers when an issue is updated": "Triggers when an issue is updated",
|
|
83
|
+
"Triggers when an issue status is updated": "Triggers when an issue status is updated",
|
|
84
|
+
"Use to filter issues watched": "Use to filter issues watched"
|
|
85
85
|
}
|