Add AttachmentUploads and attaches a file to a jira issue.
Add CommentAdds a comment using atlassian document format (adf) for rich text to an existing jira issue.
Add Watcher to IssueAdds a user to an issue's watcher list by account id.
Assign IssueAssigns a jira issue to a user, default assignee, or unassigns; supports email/name lookup.
Bulk Create IssuesCreates multiple jira issues (up to 50 per call) with full feature support including markdown, assignee resolution, and priority handling.
Create IssueCreates a new jira issue (e.
Link IssuesLinks two jira issues using a specified link type with optional comment.
Create ProjectCreates a new jira project with required lead, template, and type configuration.
Create SprintCreates a new sprint on a jira board with optional start/end dates and goal.
Create VersionCreates a new version for releases or milestones in a jira project.
Delete CommentDeletes a specific comment from a jira issue using its id and the issue's id/key; requires user permission to delete comments on the issue.
Delete IssueDeletes a jira issue by its id or key.
Delete VersionDeletes a jira version and optionally reassigns its issues.
Delete WorklogDeletes a worklog from a jira issue with estimate adjustment options.
Edit IssueUpdates an existing jira issue with field values and operations.
Find UsersSearches for jira users by email, display name, or username to find account ids; essential for assigning issues, adding watchers, and other user-related operations.
Get All Issue Type SchemesRetrieves all jira issue type schemes with optional filtering and pagination.
Get all projectsRetrieves all visible projects using the modern paginated jira api with server-side filtering and pagination support.
Get Issue StatusesRetrieves all available issue statuses from jira with details.
Get All UsersRetrieves all users from the jira instance including active, inactive, and other user states with pagination support.
Get CommentRetrieves a specific comment by id from a jira issue with optional expansions.
Get Current UserRetrieves detailed information about the currently authenticated jira user.
Get IssueRetrieves a jira issue by id or key with customizable fields and expansions.
Get Issue Link TypesRetrieves all configured issue link types from jira.
Get Issue PropertyRetrieves a custom property from a jira issue by key.
Get Issue ResolutionsRetrieves all available issue resolution types from jira.
Get issue typesRetrieves all jira issue types available to the user using the modern api v3 endpoint; results vary based on 'administer jira' global or 'browse projects' project permissions.
Get Issue Type SchemeGets a jira issue type scheme by id with all associated issue types.
Get Issue WatchersRetrieves users watching a jira issue for update notifications.
Get Issue WorklogsRetrieves worklogs for a jira issue with user permission checks.
Get Project VersionsRetrieves all versions for a jira project with optional expansion.
Get Issue Remote LinksRetrieves links from a jira issue to external resources.
Get TransitionsRetrieves available workflow transitions for a jira issue.
Get Issue VotesFetches voting details for a jira issue; requires voting to be enabled in jira's general settings.
Get WorklogsRetrieves worklogs for a specified jira issue.
List BoardsRetrieves paginated jira boards with filtering and sorting options.
List Issue CommentsRetrieves paginated comments from a jira issue with optional ordering.
List SprintsRetrieves paginated sprints from a jira board with optional state filtering.
Move Issues to SprintMoves one or more jira issues to a specified active sprint.
Remove Watcher from IssueRemoves a user from an issue's watcher list by account id.
Search Issues Using JQL (GET)Searches for jira issues using jql with pagination and field selection.
Search Issues Using JQL (POST)Searches for jira issues using jql via post request for complex queries; ideal for lengthy jql queries that might exceed url character limits
Search issuesAdvanced jira issue search supporting structured filters and raw jql.
Send Notification for IssueSends a customized email notification for a jira issue.
Transition IssueTransitions a jira issue to a different workflow state, with support for transition name lookup and user assignment by email.
Update CommentUpdates text content or visibility of an existing jira comment.