Skip to content

[Components] Jira Service Desk #8017

@pipedream-component-development

Description

jira_service_desk

URLs

Polling Sources

new-request-created

Create a source that triggers when a new customer request is created.

request-updated

Create a source that triggers when a customer request is updated.

Actions

create-request

Create an action that creates a customer request. A separate component method should be created to call the axios module, instead of calling it directly within the run method. This separate method should receive the $ variable from the run method, in order to pass it as the first parameter to axios. When calling a component method with multiple parameters, you should pass them as a single object, using the Javascript spread syntax and destructuring when able. Do not use return await when returning a call to the axios module, instead simply return it without the await keyword.

comment-on-request

Create an action that creates comment on a customer request. A separate component method should be created to call the axios module, instead of calling it directly within the run method. This separate method should receive the $ variable from the run method, in order to pass it as the first parameter to axios. When calling a component method with multiple parameters, you should pass them as a single object, using the Javascript spread syntax and destructuring when able. Do not use return await when returning a call to the axios module, instead simply return it without the await keyword.

Metadata

Metadata

Assignees

Labels

actionNew Action RequesttriagedFor maintainers: This issue has been triaged by a Pipedream employeetrigger / sourceNew trigger / source request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions