PipedreamHQ / PipedreamHQ/pipedream
[Components] jira_data_center
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# jira_data_center
## URLs
- https://docs.atlassian.com/software/jira/docs/api/REST/8.20.14/
## Webhook Sources
### new-issue-instant
#### Description
Emit new event when a new issue is created in Jira Data Center. Users can specify the project and issue type as optional filters.
### updated-issue-instant
#### Description
Emit new event when an issue is updated in Jira Data Center. Users can filter by project and issue type, and specify which fields to track for updates.
### new-comment-instant
#### Description
Emit new event when a new comment is added to an issue in Jira Data Center. Users can optionally filter by project and issue type.
## Actions
### create-issue
#### Description
Create a new issue in Jira Data Center. Requires project, issue type, summary, and description. Optional fields include assignee, priority, and custom fields.
### update-issue
#### Description
Update an existing issue in Jira Data Center. Requires issue ID or key. Users can modify fields such as summary, description, status, assignee, and custom fields.
### add-comment
#### Description
Add a comment to an existing issue in Jira Data Center. Requires issue ID or key and the comment text.
Contributor guide
Assessment
This issue has not been assessed yet.