list_projects
List Projects
List Jira projects accessible to the authenticated user. Supports pagination for large project lists.
list_projects
List Jira projects accessible to the authenticated user. Supports pagination for large project lists.
create_filter
Create a saved JQL filter in Jira. Filters can be used to quickly access frequently used search queries.
search_users
Search for Jira users by name, username, or email. Useful for finding account IDs needed when assigning issues or other operations.
search_issues
Search for Jira issues using JQL (Jira Query Language). Returns matching issues with their key fields. Supports pagination and field selection.
list_boards
List Jira boards (Scrum or Kanban). Optionally filter by board type or project.
move_issues_to_sprint
Move one or more issues to a specific sprint. Issues will be removed from their current sprint and added to the target sprint.
create_issue
Create a new Jira issue in a specified project. Supports setting all standard fields including summary, description, assignee, priority, labels, components, and custom fields. Use the **issueTypeName** field for common types like "Task", "Bug", "Story", "Epic", or "Sub-task".
link_issues
Create a link between two Jira issues. Common link types include "Blocks", "Cloners", "Duplicate", and "Relates". The outward issue is the source and the inward issue is the target. For example, with "Blocks": outward issue **blocks** inward issue.
get_issue
Retrieve detailed information about a Jira issue by its key or ID. Returns the full issue data including all fields, status, assignee, reporter, comments, and changelog. Optionally expand additional information like transitions, rendered fields, or changelog.
list_sprints
List sprints for a given board. Optionally filter by sprint state (active, future, or closed).
add_comment
Add a comment to a Jira issue. Supports plain text or Atlassian Document Format (ADF) for rich text comments.
update_version
Update a project version's details, release it, or archive it.
list_versions
List versions (releases) for a Jira project. Returns version details including release status and dates.
get_transitions
Get the available workflow transitions for an issue. Returns the transition IDs and names needed to move an issue to a new status via the Update Issue tool.
list_favourite_filters
List the authenticated user's favourite saved JQL filters.
create_sprint
Create a new sprint on a Scrum board. Optionally set start/end dates and a sprint goal.
update_issue
Update an existing Jira issue's fields, transition it to a new status, or reassign it. Combines field updates, workflow transitions, and assignment into a single flexible tool. Only provided fields will be updated.
create_version
Create a new version (release) in a Jira project for release management.
list_issue_link_types
List all available issue link types in the Jira instance (e.g., "Blocks", "Duplicate", "Relates").
log_work
Log time spent on a Jira issue. Provide time as a human-readable string (e.g., "2h 30m") or in seconds. Optionally include a start timestamp and comment.
list_comments
List comments on a Jira issue with pagination support.
delete_issue
Permanently delete a Jira issue. Optionally delete all sub-tasks along with the parent issue. This action cannot be undone.
list_worklogs
List worklogs for a Jira issue with pagination support.
delete_filter
Delete a saved Jira JQL filter owned by the authenticated user.
get_filter
Retrieve a saved Jira JQL filter by ID.
delete_issue_link
Delete an existing link between two Jira issues by issue link ID. Use Get Issue with fields=["issuelinks"] to find link IDs.
delete_comment
Delete a comment from a Jira issue.
update_filter
Update a saved Jira JQL filter's name, description, query, or favourite state.
delete_worklog
Delete a worklog from a Jira issue.
update_comment
Update an existing comment on a Jira issue. Supports plain text or Atlassian Document Format (ADF) bodies.
delete_version
Delete a Jira project version. Optionally move affected or fixed issues to replacement versions.
update_worklog
Update time spent, start time, or comment for an existing Jira issue worklog.
Create, read, update, and delete issues across projects. Search issues using JQL queries. Manage projects, boards, sprints, and epics for agile workflows. Log work time, add comments and attachments, and transition issues through workflow statuses. Create and manage project versions/releases, issue links, filters, and dashboards. Query users, groups, and permissions. Receive webhooks for issue, comment, sprint, project, board, user, and configuration change events.
Common questions about connecting Jira to AI agents with Metorial.