Add Attachment to Issue
Add an attachment to a JIRA issue by uploading a file.
Add Comment to Issue
Add a comment to an existing JIRA issue.
Create a New Issue
Create a new issue in JIRA with specified project, summary, issue type, and optional fields like description, priority, labels, and assignee.
Create a User
Create a new user in JIRA with specified email, display name and optional username.
Delete a User
Delete a user from JIRA by account ID (Cloud) or username (Server).
Delete an Issue
Delete an issue from JIRA. This operation is irreversible and will permanently remove the issue.
Get All Attachments
Retrieve all attachments from a JIRA issue.
Get All Comments
Retrieve all comments from a JIRA issue with pagination support.
Get All Issues
Search and retrieve multiple JIRA issues using JQL with pagination and field filtering support.
Get All Projects
Get all projects from JIRA with pagination support. Returns a list of project objects.
Get All Users
Get all users from JIRA with pagination support. Returns a list of user objects.
Get Issue Changelog
Get the changelog (history of changes) for a JIRA issue, including field changes, status transitions, and other modifications.
Get Issue Transitions
Get available transitions for a JIRA issue based on its current status and user permissions.
Get Issue Types
Get all issue types or issue types for a specific project from JIRA. Returns a list of issue type objects including Bug, Task, Story, Epic, etc.
Get Priorities
Get all priorities from JIRA. Returns a list of priority objects including Highest, High, Medium, Low, Lowest, etc.
Get Statuses
Get all statuses from JIRA. Returns a list of status objects including To Do, In Progress, Done, etc. with their status categories (new, indeterminate, done).
Get a Comment
Retrieve a specific comment from a JIRA issue by comment ID.
Get a User
Retrieve user information from JIRA by account ID (Cloud) or username (Server).
Get an Attachment
Retrieve metadata information for a specific JIRA attachment.
Get an Issue
Get detailed information about a specific JIRA issue by its key, with optional field filtering and expansion.
Remove a Comment
Delete a specific comment from a JIRA issue.
Remove an Attachment
Delete a specific attachment from JIRA.
Find Users
Searches for users by their name, username, or email address. Returns a list of user objects.
Update a Comment
Update an existing comment on a JIRA issue.
Update an Issue
Update fields of an existing JIRA issue.