Available now

46 things your agent can do in Jira

A tool for bug tracking, issue tracking, and agile project management.

Project Mgmt & Dev17 triggersSign in with your account (OAuth)

Every action, grouped by what it does

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.

Read

24
  • 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_USERS
  • Get All Issue Type Schemes

    Retrieves all jira issue type schemes with optional filtering and pagination.

    JIRA_GET_ALL_ISSUE_TYPE_SCHEMES
  • Get all projects

    Retrieves all visible projects using the modern paginated jira api with server-side filtering and pagination support.

    JIRA_GET_ALL_PROJECTS
  • Get Issue Statuses

    Retrieves all available issue statuses from jira with details.

    JIRA_GET_ALL_STATUSES
  • Get All Users

    Retrieves all users from the jira instance including active, inactive, and other user states with pagination support.

    JIRA_GET_ALL_USERS
  • Get Current User

    Retrieves detailed information about the currently authenticated jira user.

    JIRA_GET_CURRENT_USER
  • Get Issue

    Retrieves a jira issue by id or key with customizable fields and expansions.

    JIRA_GET_ISSUE
  • Get Issue Link Types

    Retrieves all configured issue link types from jira.

    JIRA_GET_ISSUE_LINK_TYPES
  • Get Issue Property

    Retrieves a custom property from a jira issue by key.

    JIRA_GET_ISSUE_PROPERTY
  • Get Issue Resolutions

    Retrieves all available issue resolution types from jira.

    JIRA_GET_ISSUE_RESOLUTIONS
  • Get 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_TYPES
  • Get Issue Type Scheme

    Gets a jira issue type scheme by id with all associated issue types.

    JIRA_GET_ISSUE_TYPE_SCHEME
  • Get Issue Watchers

    Retrieves users watching a jira issue for update notifications.

    JIRA_GET_ISSUE_WATCHERS
  • Get Issue Worklogs

    Retrieves worklogs for a jira issue with user permission checks.

    JIRA_GET_ISSUE_WORKLOGS
  • Get Project Versions

    Retrieves all versions for a jira project with optional expansion.

    JIRA_GET_PROJECT_VERSIONS
  • Get Issue Remote Links

    Retrieves links from a jira issue to external resources.

    JIRA_GET_REMOTE_ISSUE_LINKS
  • Get Transitions

    Retrieves available workflow transitions for a jira issue.

    JIRA_GET_TRANSITIONS
  • Get Issue Votes

    Fetches voting details for a jira issue; requires voting to be enabled in jira's general settings.

    JIRA_GET_VOTES
  • Get Worklogs

    Retrieves worklogs for a specified jira issue.

    JIRA_GET_WORKLOG
  • List Boards

    Retrieves paginated jira boards with filtering and sorting options.

    JIRA_LIST_BOARDS
  • List Issue Comments

    Retrieves paginated comments from a jira issue with optional ordering.

    JIRA_LIST_ISSUE_COMMENTS
  • List Sprints

    Retrieves paginated sprints from a jira board with optional state filtering.

    JIRA_LIST_SPRINTS
  • Search Issues Using JQL (GET)

    Searches for jira issues using jql with pagination and field selection.

    JIRA_SEARCH_FOR_ISSUES_USING_JQL_GET
  • Search issues

    Advanced jira issue search supporting structured filters and raw jql.

    JIRA_SEARCH_ISSUES

Create & update

14
  • Add Attachment

    Uploads and attaches a file to a jira issue.

    JIRA_ADD_ATTACHMENT
  • Add Watcher to Issue

    Adds a user to an issue's watcher list by account id.

    JIRA_ADD_WATCHER_TO_ISSUE
  • Bulk 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_ISSUE
  • Create Issue

    Creates a new jira issue (e.g., bug, task, story) in a specified project.

    JIRA_CREATE_ISSUE
  • Link Issues

    Links two jira issues using a specified link type with optional comment.

    JIRA_CREATE_ISSUE_LINK
  • Create Project

    Creates a new jira project with required lead, template, and type configuration.

    JIRA_CREATE_PROJECT
  • Create Sprint

    Creates a new sprint on a jira board with optional start/end dates and goal.

    JIRA_CREATE_SPRINT
  • Create Version

    Creates a new version for releases or milestones in a jira project.

    JIRA_CREATE_VERSION
  • Delete Issue

    Deletes a jira issue by its id or key.

    JIRA_DELETE_ISSUE
  • Delete Version

    Deletes a jira version and optionally reassigns its issues.

    JIRA_DELETE_VERSION
  • Delete Worklog

    Deletes a worklog from a jira issue with estimate adjustment options.

    JIRA_DELETE_WORKLOG
  • Edit 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_ISSUE
  • Move Issues to Sprint

    Moves one or more jira issues to a specified active sprint.

    JIRA_MOVE_ISSUE_TO_SPRINT
  • Remove Watcher from Issue

    Removes a user from an issue's watcher list by account id.

    JIRA_REMOVE_WATCHER_FROM_ISSUE

Send & publish

6
  • Add Comment

    Adds a comment using atlassian document format (adf) for rich text to an existing jira issue.

    JIRA_ADD_COMMENT
  • Delete 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_COMMENT
  • Get Comment

    Retrieves a specific comment by id from a jira issue with optional expansions.

    JIRA_GET_COMMENT
  • 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

    JIRA_SEARCH_FOR_ISSUES_USING_JQL_POST
  • Send Notification for Issue

    Sends a customized email notification for a jira issue.

    JIRA_SEND_NOTIFICATION_FOR_ISSUE
  • Update Comment

    Updates text content or visibility of an existing jira comment.

    JIRA_UPDATE_COMMENT

Manage

2
  • Assign Issue

    Assigns a jira issue to a user, default assignee, or unassigns; supports email/name lookup.

    JIRA_ASSIGN_ISSUE
  • Transition Issue

    Transitions a jira issue to a different workflow state, with support for transition name lookup and user assignment by email.

    JIRA_TRANSITION_ISSUE

About connecting Jira

What can an AI agent do in Jira?

46 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.

How do I connect Jira?

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.

Can an agent react to something happening in Jira?

Yes — Jira exposes 17 triggers, so an agent can start work when something changes rather than waiting to be asked.

Others in Project Mgmt & Dev

The Jira integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy