A tool for bug tracking, issue tracking, and agile project management.
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
Find Users
Searches for jira users by email, display name, or username to find account ids; essential for assigning issues, adding watchers, and other user-related operations.
JIRA_FIND_USERSGet All Issue Type Schemes
Retrieves all jira issue type schemes with optional filtering and pagination.
JIRA_GET_ALL_ISSUE_TYPE_SCHEMESGet all projects
Retrieves all visible projects using the modern paginated jira api with server-side filtering and pagination support.
JIRA_GET_ALL_PROJECTSGet Issue Statuses
Retrieves all available issue statuses from jira with details.
JIRA_GET_ALL_STATUSESGet All Users
Retrieves all users from the jira instance including active, inactive, and other user states with pagination support.
JIRA_GET_ALL_USERSGet Current User
Retrieves detailed information about the currently authenticated jira user.
JIRA_GET_CURRENT_USERGet Issue
Retrieves a jira issue by id or key with customizable fields and expansions.
JIRA_GET_ISSUEGet Issue Link Types
Retrieves all configured issue link types from jira.
JIRA_GET_ISSUE_LINK_TYPESGet Issue Property
Retrieves a custom property from a jira issue by key.
JIRA_GET_ISSUE_PROPERTYGet Issue Resolutions
Retrieves all available issue resolution types from jira.
JIRA_GET_ISSUE_RESOLUTIONSGet issue types
Retrieves 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.
JIRA_GET_ISSUE_TYPESGet Issue Type Scheme
Gets a jira issue type scheme by id with all associated issue types.
JIRA_GET_ISSUE_TYPE_SCHEMEGet Issue Watchers
Retrieves users watching a jira issue for update notifications.
JIRA_GET_ISSUE_WATCHERSGet Issue Worklogs
Retrieves worklogs for a jira issue with user permission checks.
JIRA_GET_ISSUE_WORKLOGSGet Project Versions
Retrieves all versions for a jira project with optional expansion.
JIRA_GET_PROJECT_VERSIONSGet Issue Remote Links
Retrieves links from a jira issue to external resources.
JIRA_GET_REMOTE_ISSUE_LINKSGet Transitions
Retrieves available workflow transitions for a jira issue.
JIRA_GET_TRANSITIONSGet Issue Votes
Fetches voting details for a jira issue; requires voting to be enabled in jira's general settings.
JIRA_GET_VOTESGet Worklogs
Retrieves worklogs for a specified jira issue.
JIRA_GET_WORKLOGList Boards
Retrieves paginated jira boards with filtering and sorting options.
JIRA_LIST_BOARDSList Issue Comments
Retrieves paginated comments from a jira issue with optional ordering.
JIRA_LIST_ISSUE_COMMENTSList Sprints
Retrieves paginated sprints from a jira board with optional state filtering.
JIRA_LIST_SPRINTSSearch Issues Using JQL (GET)
Searches for jira issues using jql with pagination and field selection.
JIRA_SEARCH_FOR_ISSUES_USING_JQL_GETSearch issues
Advanced jira issue search supporting structured filters and raw jql.
JIRA_SEARCH_ISSUESAdd Attachment
Uploads and attaches a file to a jira issue.
JIRA_ADD_ATTACHMENTAdd Watcher to Issue
Adds a user to an issue's watcher list by account id.
JIRA_ADD_WATCHER_TO_ISSUEBulk Create Issues
Creates multiple jira issues (up to 50 per call) with full feature support including markdown, assignee resolution, and priority handling.
JIRA_BULK_CREATE_ISSUECreate Issue
Creates a new jira issue (e.g., bug, task, story) in a specified project.
JIRA_CREATE_ISSUELink Issues
Links two jira issues using a specified link type with optional comment.
JIRA_CREATE_ISSUE_LINKCreate Project
Creates a new jira project with required lead, template, and type configuration.
JIRA_CREATE_PROJECTCreate Sprint
Creates a new sprint on a jira board with optional start/end dates and goal.
JIRA_CREATE_SPRINTCreate Version
Creates a new version for releases or milestones in a jira project.
JIRA_CREATE_VERSIONDelete Issue
Deletes a jira issue by its id or key.
JIRA_DELETE_ISSUEDelete Version
Deletes a jira version and optionally reassigns its issues.
JIRA_DELETE_VERSIONDelete Worklog
Deletes a worklog from a jira issue with estimate adjustment options.
JIRA_DELETE_WORKLOGEdit Issue
Updates an existing jira issue with field values and operations. supports direct field parameters (summary, description, assignee, priority, etc.) that are merged with the fields parameter. direct pa…
JIRA_EDIT_ISSUEMove Issues to Sprint
Moves one or more jira issues to a specified active sprint.
JIRA_MOVE_ISSUE_TO_SPRINTRemove Watcher from Issue
Removes a user from an issue's watcher list by account id.
JIRA_REMOVE_WATCHER_FROM_ISSUEAdd Comment
Adds a comment using atlassian document format (adf) for rich text to an existing jira issue.
JIRA_ADD_COMMENTDelete Comment
Deletes 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.
JIRA_DELETE_COMMENTGet Comment
Retrieves a specific comment by id from a jira issue with optional expansions.
JIRA_GET_COMMENTSearch 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
JIRA_SEARCH_FOR_ISSUES_USING_JQL_POSTSend Notification for Issue
Sends a customized email notification for a jira issue.
JIRA_SEND_NOTIFICATION_FOR_ISSUEUpdate Comment
Updates text content or visibility of an existing jira comment.
JIRA_UPDATE_COMMENTAssign Issue
Assigns a jira issue to a user, default assignee, or unassigns; supports email/name lookup.
JIRA_ASSIGN_ISSUETransition Issue
Transitions a jira issue to a different workflow state, with support for transition name lookup and user assignment by email.
JIRA_TRANSITION_ISSUE46 distinct actions, listed in full on this page — 24 to read, 14 to create & update, 6 to send & publish, 2 to manage. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
Yes — Jira exposes 17 triggers, so an agent can start work when something changes rather than waiting to be asked.
The Jira integration guide · All 58 connectable apps · The agent builder