@activepieces/piece-jira-cloud 0.3.8 → 0.3.10

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-jira-cloud",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {},
6
6
  "files": [
@@ -114,21 +114,29 @@
114
114
  "New Comment": "New Comment",
115
115
  "Issue Assigned": "Issue Assigned",
116
116
  "New Attachment on Issue": "New Attachment on Issue",
117
+ "New Issue Type": "New Issue Type",
118
+ "New Project": "New Project",
119
+ "New Priority": "New Priority",
117
120
  "Triggers when a new issue is created": "Triggers when a new issue is created",
118
121
  "Triggers when an issue is updated": "Triggers when an issue is updated",
119
122
  "Triggers when an issue status is updated": "Triggers when an issue status is updated",
120
123
  "Fires whenever someone adds a new comment to a Jira issue. Great for getting notified in Slack or Teams, syncing customer replies, or reacting to feedback automatically.": "Fires whenever someone adds a new comment to a Jira issue. Great for getting notified in Slack or Teams, syncing customer replies, or reacting to feedback automatically.",
121
124
  "Fires when a Jira issue is assigned to someone. Use it to ping people in Slack/Teams the moment work lands on them, auto-create a to-do when tickets hit your queue, or track hand-offs between teammates.": "Fires when a Jira issue is assigned to someone. Use it to ping people in Slack/Teams the moment work lands on them, auto-create a to-do when tickets hit your queue, or track hand-offs between teammates.",
122
125
  "Fires when a file is attached to a Jira issue. Great for auto-saving screenshots to Google Drive, forwarding customer uploads to support tools, or archiving documents in S3.": "Fires when a file is attached to a Jira issue. Great for auto-saving screenshots to Google Drive, forwarding customer uploads to support tools, or archiving documents in S3.",
126
+ "Triggers when a new issue type is created in a project": "Triggers when a new issue type is created in a project",
127
+ "Triggers when a new project is created": "Triggers when a new project is created",
128
+ "Triggers when a new priority is created": "Triggers when a new priority is created",
123
129
  "Only watch these issues (optional)": "Only watch these issues (optional)",
124
130
  "Auto-fix the filter": "Auto-fix the filter",
125
131
  "Only when assigned to me": "Only when assigned to me",
126
132
  "Assignee (optional)": "Assignee (optional)",
133
+ "Project": "Project",
127
134
  "Use to filter issues watched": "Use to filter issues watched",
128
135
  "Leave empty to watch comments on **every** issue in your Jira.\n\nTo narrow it down, paste a Jira filter here. A few ready-to-use examples:\n\n- `project = \"SUPPORT\"` — only issues in the Support project\n- `assignee = currentUser()` — only issues assigned to you\n- `status != Done` — skip closed issues\n- `labels = \"vip\"` — only issues tagged `vip`\n- `project = \"SUPPORT\" AND priority = High` — combine conditions with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build the filter visually, ": "Leave empty to watch comments on **every** issue in your Jira.\n\nTo narrow it down, paste a Jira filter here. A few ready-to-use examples:\n\n- `project = \"SUPPORT\"` — only issues in the Support project\n- `assignee = currentUser()` — only issues assigned to you\n- `status != Done` — skip closed issues\n- `labels = \"vip\"` — only issues tagged `vip`\n- `project = \"SUPPORT\" AND priority = High` — combine conditions with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build the filter visually, then copy the query here.",
129
136
  "Keep this on. If your filter references something you can't access (a private project, a deleted field), Jira will automatically clean it up instead of erroring.": "Keep this on. If your filter references something you can't access (a private project, a deleted field), Jira will automatically clean it up instead of erroring.",
130
137
  "Only trigger when the issue is assigned to the user who set up this connection. Overrides the Assignee field below.": "Only trigger when the issue is assigned to the user who set up this connection. Overrides the Assignee field below.",
131
138
  "Pick a teammate to watch. Leave empty to trigger on assignments to anyone. Ignored if \"Only when assigned to me\" is checked.": "Pick a teammate to watch. Leave empty to trigger on assignments to anyone. Ignored if \"Only when assigned to me\" is checked.",
132
139
  "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `priority = High` — only high-priority issues\n- `labels = \"vip\"` — only issues tagged `vip`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here.": "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `priority = High` — only high-priority issues\n- `labels = \"vip\"` — only issues tagged `vip`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here.",
133
- "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `issuetype = Bug` — only bugs\n- `labels = \"screenshot-needed\"` — only issues tagged `screenshot-needed`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here.": "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `issuetype = Bug` — only bugs\n- `labels = \"screenshot-needed\"` — only issues tagged `screenshot-needed`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here."
140
+ "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `issuetype = Bug` — only bugs\n- `labels = \"screenshot-needed\"` — only issues tagged `screenshot-needed`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here.": "Narrow down which issues to watch. Leave empty to watch every issue in your Jira.\n\nReady-to-use examples:\n\n- `project = \"SUPPORT\"` — only the Support project\n- `issuetype = Bug` — only bugs\n- `labels = \"screenshot-needed\"` — only issues tagged `screenshot-needed`\n- `project = \"SUPPORT\" AND status != Done` — combine with `AND`\n\nNot sure what to write? Open Jira → Filters → Advanced search, build a filter visually, then copy the query here.",
141
+ "Select the project to watch for new issue types": "Select the project to watch for new issue types"
134
142
  }