@skillful-ai/piece-jira
v0.0.1
Published
This library provides Activepieces integration with Jira Cloud, allowing you to interact with Jira projects, issues, users, boards, and sprints.
Keywords
Readme
Jira Cloud Piece
This library provides Activepieces integration with Jira Cloud, allowing you to interact with Jira projects, issues, users, boards, and sprints.
Features
Actions
Core Issue Management
- Create Issue: Creates a new issue in a Jira project
- Update Issue: Updates an existing Jira issue
- Search Issues: Search for issues using JQL queries
- Get All Issues in Project: Retrieves all issues within a specific project
User Management
- Find User: Finds an existing user by keyword
- Get Account ID: Retrieves account ID for a user based on email or display name
- Get All Users: Retrieves all users in the Jira instance
Project & Board Management
- Get All Projects: Retrieves all projects available in the Jira account
- Get Board ID: Retrieves board ID associated with a project key
- Get Sprint ID: Retrieves sprints associated with a board ID
Issue Operations
- Assign Issue: Assigns an issue to a user
- Add Comment to Issue: Adds a comment to an issue
- Update Issue Comment: Updates an existing comment
- Delete Issue Comment: Deletes a comment
- List Issue Comments: Lists all comments for an issue
- Add Attachment to Issue: Adds an attachment to an issue
- Get Issue Attachment: Retrieves issue attachments
- Add Watcher to Issue: Adds a watcher to an issue
- Link Issues: Links two issues together
Utilities
- Markdown to Jira Format: Converts markdown to Jira format
- Custom API Call: Make custom API calls to Jira
Triggers
- New Issue: Triggers when a new issue is created
- Updated Issue: Triggers when an issue is updated
- Updated Issue Status: Triggers when an issue status changes
Authentication
The piece uses Jira Cloud authentication with:
- Instance URL (e.g., https://example.atlassian.net)
- Email address
- API Token (generated from https://id.atlassian.com/manage-profile/security/api-tokens)
Building
Run nx build pieces-jira to build the library.
