@pipedream/jira_service_desk 2.1.0 → 2.1.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.
@@ -4,13 +4,14 @@ export default {
4
4
  key: "jira_service_desk-create-comment-on-request",
5
5
  name: "Create Comment on Request",
6
6
  description: "Create a comment on a customer request. [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-comment-post)",
7
- version: "0.1.2",
7
+ version: "0.1.3",
8
8
  annotations: {
9
9
  destructiveHint: false,
10
10
  openWorldHint: true,
11
11
  readOnlyHint: false,
12
12
  },
13
13
  type: "action",
14
+ ai: "optimized",
14
15
  props: {
15
16
  jiraServiceDesk,
16
17
  cloudId: {
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import { ConfigurationError } from "@pipedream/platform";
3
2
  import jiraServiceDesk from "../../jira_service_desk.app.mjs";
4
3
  import constants from "../../common/constants.mjs";
@@ -15,13 +14,14 @@ export default {
15
14
  + " Worked example: on service desk `1`, request type `4` (\"Onboard new employees\") requires `summary` and also accepts a `duedate`, so call with Summary `Joseph Wilson starts on September 1`, Description `Needs a laptop and an email account`, and Additional Field Values `{ \"duedate\": \"2026-09-01\" }`."
16
15
  + " Returns the created request including its `issueKey` and `issueId`."
17
16
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-post)",
18
- version: "1.0.2",
17
+ version: "1.0.3",
19
18
  annotations: {
20
19
  destructiveHint: false,
21
20
  openWorldHint: true,
22
21
  readOnlyHint: false,
23
22
  },
24
23
  type: "action",
24
+ ai: "optimized",
25
25
  props: {
26
26
  jiraServiceDesk,
27
27
  cloudId: {
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import path from "path";
3
2
  import fs from "fs";
4
3
  import stream from "stream";
@@ -13,8 +12,9 @@ export default {
13
12
  key: "jira_service_desk-download-issue-attachment",
14
13
  name: "Download Issue Attachment",
15
14
  description: "Download the binary content of a Jira Service Desk attachment to the file-stash directory, returning the saved path plus the attachment metadata (`filename`, `mimeType`, `size`). Run **List Issue Attachments** first to obtain the attachment `id`, then pass both it and the same `issueIdOrKey` here. Example: passing `issueIdOrKey` `IT-42` and `attachmentId` `10042` downloads `screenshot.png` to `/tmp/10042-screenshot.png` and returns `{ \"filedata\": [\"10042-screenshot.png\", \"/tmp/10042-screenshot.png\"], \"attachment\": { \"id\": \"10042\", \"filename\": \"screenshot.png\", \"mimeType\": \"image/png\", \"size\": 84213 } }`. [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-attachment-attachmentid-get)",
16
- version: "0.0.1",
15
+ version: "0.0.2",
17
16
  type: "action",
17
+ ai: "optimized",
18
18
  annotations: {
19
19
  readOnlyHint: true,
20
20
  destructiveHint: false,
@@ -8,8 +8,9 @@ export default {
8
8
  + " Use this to identify who is logged in, or to filter requests by the current user's `account_id`."
9
9
  + " No `cloudId` required — this uses the Atlassian Identity API directly."
10
10
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/)",
11
- version: "0.0.5",
11
+ version: "0.0.6",
12
12
  type: "action",
13
+ ai: "optimized",
13
14
  annotations: {
14
15
  destructiveHint: false,
15
16
  openWorldHint: true,
@@ -10,8 +10,9 @@ export default {
10
10
  + " Use **List Sites** first to obtain the required `cloudId`."
11
11
  + " Use **List My Requests** to find the `issueKey` of a request (e.g. `IT-42`)."
12
12
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-get)",
13
- version: "0.2.2",
13
+ version: "0.2.3",
14
14
  type: "action",
15
+ ai: "optimized",
15
16
  annotations: {
16
17
  destructiveHint: false,
17
18
  openWorldHint: true,
@@ -11,8 +11,9 @@ export default {
11
11
  + " Use **List Sites** first to obtain the required `cloudId`."
12
12
  + " Use **List My Requests** to find the `issueKey` (e.g. `IT-42`)."
13
13
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-status-get)",
14
- version: "1.1.2",
14
+ version: "1.1.3",
15
15
  type: "action",
16
+ ai: "optimized",
16
17
  annotations: {
17
18
  destructiveHint: false,
18
19
  openWorldHint: true,
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import { ConfigurationError } from "@pipedream/platform";
3
2
  import jiraServiceDesk from "../../jira_service_desk.app.mjs";
4
3
 
@@ -6,8 +5,9 @@ export default {
6
5
  key: "jira_service_desk-list-issue-attachments",
7
6
  name: "List Issue Attachments",
8
7
  description: "List metadata for every attachment on a Jira Service Desk request. `issueIdOrKey` accepts either a Jira issue key (e.g. `IT-42`) or a numeric Jira issue ID (e.g. `10001`). Results are paginated automatically up to `maxResults`. Returns `{ attachments, truncated }`, where each attachment includes `id`, `filename`, `size` (bytes), `mimeType`, and `content` (an opaque reference URL whose exact shape varies by account access level and is **not** directly fetchable through this connection's authentication), and `truncated` is `true` when more attachments remained unfetched. Use **Download Issue Attachment** with an attachment `id` and the same `issueIdOrKey` to fetch the binary content — do not call `content` directly. If this connection has customer-level access rather than agent access, only public attachments are returned; internal attachments exist but won't appear here. Returns `{ attachments: [], truncated: false }` (no error) when the request exists but has no visible attachments. Example: issue `IT-42` with one attachment returns `{ \"attachments\": [{ \"id\": \"10042\", \"filename\": \"screenshot.png\", \"size\": 84213, \"mimeType\": \"image/png\", \"content\": \"<opaque reference URL>\" }], \"truncated\": false }`. [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-attachment-get)",
9
- version: "0.0.1",
8
+ version: "0.0.2",
10
9
  type: "action",
10
+ ai: "optimized",
11
11
  annotations: {
12
12
  readOnlyHint: true,
13
13
  destructiveHint: false,
@@ -13,8 +13,9 @@ export default {
13
13
  + " `requestStatus`: `OPEN_REQUESTS` (default), `CLOSED_REQUESTS`, or `ALL_REQUESTS`."
14
14
  + " `requestOwnership`: `OWNED_REQUESTS` (default) or `PARTICIPATED_REQUESTS`."
15
15
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-get)",
16
- version: "1.1.2",
16
+ version: "1.1.3",
17
17
  type: "action",
18
+ ai: "optimized",
18
19
  annotations: {
19
20
  destructiveHint: false,
20
21
  openWorldHint: true,
@@ -11,8 +11,9 @@ export default {
11
11
  + " Use **List Sites** first to obtain the required `cloudId`."
12
12
  + " Use **List My Requests** or **Get Request** to find the `issueKey` (e.g. `IT-42`)."
13
13
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-transition-get)",
14
- version: "1.1.2",
14
+ version: "1.1.3",
15
15
  type: "action",
16
+ ai: "optimized",
16
17
  annotations: {
17
18
  destructiveHint: false,
18
19
  openWorldHint: true,
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import app from "../../jira_service_desk.app.mjs";
3
2
 
4
3
  export default {
@@ -12,8 +11,9 @@ export default {
12
11
  + " Also returns `canRaiseOnBehalfOf` and `canAddRequestParticipants`, which tell you whether the `raiseOnBehalfOf` and `requestParticipants` arguments of **Create Request** are usable with this account."
13
12
  + " Hidden fields are only visible to service desk administrators."
14
13
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-requesttype-requesttypeid-field-get)",
15
- version: "0.0.3",
14
+ version: "0.0.4",
16
15
  type: "action",
16
+ ai: "optimized",
17
17
  annotations: {
18
18
  destructiveHint: false,
19
19
  openWorldHint: true,
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import app from "../../jira_service_desk.app.mjs";
3
2
 
4
3
  export default {
@@ -15,8 +14,9 @@ export default {
15
14
  + " Types with `canCreateRequest: false` cannot be used to raise a request."
16
15
  + " Then call **List Request Type Fields** to see what the chosen type requires."
17
16
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-requesttype-get)",
18
- version: "0.0.3",
17
+ version: "0.0.4",
19
18
  type: "action",
19
+ ai: "optimized",
20
20
  annotations: {
21
21
  destructiveHint: false,
22
22
  openWorldHint: true,
@@ -1,4 +1,3 @@
1
- // x-pd-ai: optimized
2
1
  import app from "../../jira_service_desk.app.mjs";
3
2
 
4
3
  export default {
@@ -12,8 +11,9 @@ export default {
12
11
  + " Returns `{ serviceDesks, truncated }`, where `truncated` is `true` when more desks remained unfetched."
13
12
  + " Example: a site with one desk returns `{ \"serviceDesks\": [{ \"id\": \"1\", \"projectName\": \"Support\", \"projectKey\": \"SUP\" }], \"truncated\": false }`."
14
13
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-get)",
15
- version: "0.0.3",
14
+ version: "0.0.4",
16
15
  type: "action",
16
+ ai: "optimized",
17
17
  annotations: {
18
18
  destructiveHint: false,
19
19
  openWorldHint: true,
@@ -8,8 +8,9 @@ export default {
8
8
  + " **Call this tool first** to obtain the `cloudId` (returned as `id`) required by every other Jira Service Desk tool."
9
9
  + " Each site includes its `id` (cloudId), `name`, and `url`."
10
10
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#3-1-get-the-cloudid-for-your-site)",
11
- version: "0.0.5",
11
+ version: "0.0.6",
12
12
  type: "action",
13
+ ai: "optimized",
13
14
  annotations: {
14
15
  destructiveHint: false,
15
16
  openWorldHint: true,
@@ -10,8 +10,9 @@ export default {
10
10
  + " Use **List My Requests** or **Get Request** to find the `issueKey` (e.g. `IT-42`)."
11
11
  + " Optionally include a comment to explain the transition."
12
12
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-transition-post)",
13
- version: "0.1.2",
13
+ version: "0.1.3",
14
14
  type: "action",
15
+ ai: "optimized",
15
16
  annotations: {
16
17
  destructiveHint: false,
17
18
  openWorldHint: true,
@@ -11,8 +11,9 @@ export default {
11
11
  + " `fields` is a JSON object of field name-value pairs."
12
12
  + " Example: `{\"summary\": \"Updated title\", \"priority\": {\"name\": \"High\"}}`."
13
13
  + " [See the documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put)",
14
- version: "0.1.2",
14
+ version: "0.1.3",
15
15
  type: "action",
16
+ ai: "optimized",
16
17
  annotations: {
17
18
  destructiveHint: false,
18
19
  openWorldHint: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/jira_service_desk",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Pipedream Jira Service Desk Components",
5
5
  "main": "jira_service_desk.app.mjs",
6
6
  "keywords": [