Jira

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

97 actions Integration catalog
Request access
Connect Jira once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add AttachmentJIRA_ADD_ATTACHMENT
This action allows users to upload a file and attach it to a specific Jira issue. It supports various file formats and ensures that the attachment is associated with the correct issue key.
Add CommentJIRA_ADD_COMMENT
This action adds a rich comment to a specific Jira issue, allowing Markdown formatting. Users can specify visibility restrictions for the comment if needed.
Add Users to Project RoleJIRA_ADD_USERS_TO_PROJECT_ROLE
This action adds one or more users (and optionally groups) to a specific project role in Jira. Users are identified by their Atlassian account IDs, and roles are identified by their role ID.
Add User to GroupJIRA_ADD_USER_TO_GROUP
This action adds a user to a Jira group. The user is identified by their Atlassian account ID, and the group is identified by either its name or ID.
Add Watcher to IssueJIRA_ADD_WATCHER_TO_ISSUE
This action adds a specified user as a watcher to a Jira issue. A watcher receives notifications about updates to the issue.
Add WorklogJIRA_ADD_WORKLOG
Add a worklog entry to a Jira issue to track time spent. You can specify the time worked, when it started, an optional comment, and visibility restrictions.
Analyse Jira ExpressionJIRA_ANALYSE_EXPRESSION
Analyses Jira expressions for syntax validation, type checking, and complexity analysis. Use when you need to validate Jira expression syntax before using it in automation rules, custom fields, or workflows.
Assign IssueJIRA_ASSIGN_ISSUE
This action assigns a specified Jira issue to the designated user or the project's default assignee. It also allows for unassigning the issue by not providing an account ID and supports lookup by username or email.
Bulk Create IssuesJIRA_BULK_CREATE_ISSUE
This action creates multiple Jira issues in a single API call. It allows for bulk creation of issues with various attributes, such as assignee and priority, streamlining the issue management process.
Check User PermissionsJIRA_CHECK_PERMISSIONS
Check user permissions for global and project-level operations in Jira. Use this action to verify whether a user has specific permissions at the system level or within projects. Useful for authorization checks before performing operations, or for auditing user access rights.
Create BoardJIRA_CREATE_BOARD
Creates a new Jira board (kanban, scrum, or agility) with optional filter and location configuration. Use this action when you need to set up a new board for a project or create a personal board for tracking work. The board will organize and visualize issues based on the specified filter or project context.
Create GroupJIRA_CREATE_GROUP
This action creates a new group in Jira. Groups are used to organize users and manage permissions across projects and issues.
Create IssueJIRA_CREATE_ISSUE
Creates a new issue in a specified Jira project. This includes setting parameters such as the issue type, summary, and assignee details. Note: Some projects may have custom required fields - use JIRA_GET_CREATE_METADATA_ISSUE_TYPE_FIELDS (requires projectIdOrKey and issueTypeId) to discover them if needed.
Link IssuesJIRA_CREATE_ISSUE_LINK
This action links two Jira issues based on the specified relationship type. It allows users to track dependencies and relationships between issues within their projects.
Get JQL Autocomplete DataJIRA_CREATE_JQL_AUTOCOMPLETEDATA
Retrieves JQL autocomplete reference data including reserved words, field names, and function names. Use when building JQL query editors or validating JQL syntax.
Create ProjectJIRA_CREATE_PROJECT
This action creates a new Jira project with the necessary configurations. It requires information such as the project key, name, type, and template to successfully set up a project in Jira.
Create SprintJIRA_CREATE_SPRINT
This action allows the creation of a new sprint within a specified Jira board. Users can set optional start and end dates, as well as define a primary goal for the sprint.
Create VersionJIRA_CREATE_VERSION
This action creates a new version within a specified Jira project, allowing users to manage project milestones effectively. It includes attributes such as name, description, and release dates that provide context to the version being created.
Delete AttachmentJIRA_DELETE_ATTACHMENT
This action permanently deletes a specified attachment from Jira. It requires the attachment ID to perform the delete operation.
Delete CommentJIRA_DELETE_COMMENT
This action deletes a specified comment from a Jira issue. It requires the issue ID or key along with the comment ID to perform the delete operation.
Delete IssueJIRA_DELETE_ISSUE
This action deletes a specified Jira issue. It can also delete any associated subtasks if requested.
Delete VersionJIRA_DELETE_VERSION
This action deletes a specified version in Jira. It can also optionally move issues associated with the deleted version to another specified version.
Delete WorklogJIRA_DELETE_WORKLOG
This action deletes a specific worklog entry from a Jira issue. It provides options to notify users and adjust the issue's remaining estimate as needed.
Edit IssueJIRA_EDIT_ISSUE
Updates a specified Jira issue by changing its fields or adding new information. This action allows users to modify attributes such as the summary, description, and assignee of the issue.
Evaluate Jira ExpressionJIRA_EVALUATE_JIRA_EXPRESSION
Tool to evaluate Jira expressions using the enhanced search API. Use when you need to extract or transform data from Jira using Jira expression language. Useful for complex data queries, transformations, and building custom objects from Jira data.
Bulk Fetch IssuesJIRA_FETCH_BULK_ISSUES
Tool to bulk fetch multiple Jira issues by their IDs or keys (max 100 per call). Use when you need to retrieve details for multiple issues efficiently in a single API call.
Find Users (Deprecated)JIRA_FIND_USERS
This action allows you to search for Jira users using various parameters like email or display name. It returns a list of users that match the search criteria for further operations.
Find Users 2JIRA_FIND_USERS2
Tool to find users in Jira by query string, account ID, or property search. Use when you need to search for users to assign to issues, add as watchers, or perform other user-related operations.
Find Users For PickerJIRA_FIND_USERS_FOR_PICKER
Find users for picker components by matching query against user attributes like display name and email.
Get All GroupsJIRA_GET_ALL_GROUPS
This action retrieves a single page of groups from the Jira instance. Use `start_at` and `max_results` to page through results; the response includes `has_next_page` and `next_start_at` to drive pagination.
Get All Issue Type SchemesJIRA_GET_ALL_ISSUE_TYPE_SCHEMES
This action retrieves a list of all issue type schemes from Jira. It allows for optional filtering based on specific IDs and supports pagination for large sets of data.
Get all projectsJIRA_GET_ALL_PROJECTS
Retrieves a list of all projects that the user has visibility over. This action allows filtering, sorting, and pagination of project results based on specified criteria.
Get Issue StatusesJIRA_GET_ALL_STATUSES
This action retrieves issue statuses that are associated with workflows in Jira. It provides detailed information about each status including name, description, and category. Note: This may not include statuses from team-managed (Next-Gen) projects or unused statuses.
Get All UsersJIRA_GET_ALL_USERS
This action retrieves a single page of users from the Jira instance. Use `start_at` and `max_results` to page through results; the response includes `has_next_page` and `next_start_at` to drive pagination.
Get AttachmentJIRA_GET_ATTACHMENT
Retrieves the binary content of a Jira attachment by ID. Use when you need to download a specific file attached to an issue.
Get Attachment MetaJIRA_GET_ATTACHMENT_META
Tool to retrieve Jira attachment settings including upload limits and enabled status. Use when you need to check if attachments are enabled or determine the maximum file size allowed.
Get CommentJIRA_GET_COMMENT
This action fetches a specific comment from a Jira issue by its ID. You can specify optional parameters to expand additional information in the response.
Get ComponentJIRA_GET_COMPONENTS
Tool to retrieve components from Jira projects with search and filtering. Use when you need to list or find components across projects, optionally filtered by project IDs/keys or search query.
Get Create Field Metadata for Issue TypeJIRA_GET_CREATE_METADATA_ISSUE_TYPE_FIELDS
Tool to retrieve field metadata for a specific issue type in a project. Use this to discover required fields, allowed values, and field configurations before creating issues of a specific type.
Get Current UserJIRA_GET_CURRENT_USER
This action retrieves detailed information about the currently authenticated Jira user. It provides data such as the user's display name, email address, groups, and application roles.
Get DashboardsJIRA_GET_DASHBOARDS
Tool to list and search Jira dashboards visible to the current user. Use when you need to discover available dashboards, filter by ownership or favorites, or retrieve dashboard details including permissions and popularity.
Get Favorite FiltersJIRA_GET_FAVORITE_FILTERS
Tool to retrieve favorite filters for the current user. Use when you need to discover which saved filters the user has marked as favorites.
Get fieldsJIRA_GET_FIELDS
Retrieves metadata for Jira issue fields so you can identify custom field IDs before editing an issue.
Get custom fields paginatedJIRA_GET_FIELDS_PAGINATED
Tool to retrieve Jira fields in pages. Use when you need to filter or page through custom and system fields.
Get FilterJIRA_GET_FILTER
This action retrieves a specific Jira saved filter using its ID. It returns the filter's JQL query, owner, sharing permissions, and other metadata. This enables a workflow pattern: (1) list/search filters, (2) get filter details including JQL, (3) use that JQL with JIRA_SEARCH_* actions to retrieve matching issues.
Get GroupJIRA_GET_GROUP
This action retrieves information about a specific Jira group. You can fetch the group by its name or unique ID, and optionally expand to include the list of users in the group.
Get Service Management InfoJIRA_GET_INFO
Retrieves runtime information for the Jira Service Management instance. Use when you need to check the version, build date, or license status.
Get IssueJIRA_GET_ISSUE
This action retrieves a specific Jira issue using its ID or key. Users can customize the fields and additional data included in the response to suit their specific needs.
Get Create Issue Metadata (Deprecated)JIRA_GET_ISSUE_CREATE_METADATA
DEPRECATED: Use JIRA_GET_CREATE_METADATA_ISSUE_TYPE_FIELDS instead. This action wraps the deprecated query-based GET /issue/createmeta endpoint. Tool to retrieve issue creation metadata for Jira projects (available projects, issue types, and required fields).
Get Issue Edit MetaJIRA_GET_ISSUE_EDIT_METADATA
Tool to retrieve editable fields for a Jira issue. Use before running an edit action to fetch custom field metadata and required fields.
Get Issue Link TypesJIRA_GET_ISSUE_LINK_TYPES
This action retrieves all issue link types configured in the Jira instance. It provides a comprehensive list of the relationships available for issues in your project.
Get issue pickerJIRA_GET_ISSUE_PICKER_SUGGESTIONS
Retrieves issue picker suggestions from Jira for auto-completion when searching for issues.
Get Issue PropertyJIRA_GET_ISSUE_PROPERTY
This action retrieves a specific property associated with a Jira issue using its ID or key. It allows users to access custom information stored in Jira properties.
Get Issue ResolutionsJIRA_GET_ISSUE_RESOLUTIONS
This action fetches all issue resolutions available in Jira. It retrieves resolution types such as 'Done' or 'Fixed' that can be applied to issues.
Get issue typesJIRA_GET_ISSUE_TYPES
Retrieves a list of all available Jira issue types for the user. This action allows access to Jira's issue type details that can be utilized within the application.
Get Issue WatchersJIRA_GET_ISSUE_WATCHERS
This action retrieves the list of users watching a specific Jira issue. It allows clients to understand who is interested in updates for that issue.
Get Issue Worklogs (Deprecated)JIRA_GET_ISSUE_WORKLOGS
Retrieves all worklogs associated with a specific Jira issue. This includes filtering options such as start dates and pagination for large sets of worklogs.
Get JQL autocomplete reference dataJIRA_GET_JQL_AUTOCOMPLETEDATA
Tool to retrieve JQL autocomplete reference data. Use when you need to discover available JQL fields, functions, and reserved words for building queries.
Get JQL autocomplete suggestionsJIRA_GET_JQL_AUTOCOMPLETEDATA_SUGGESTIONS
Tool to get JQL field auto-complete suggestions. Use when building JQL queries to discover valid field values or predicate options.
Get My PermissionsJIRA_GET_MY_PERMISSIONS
Tool to retrieve the user's permissions in Jira. Use when checking what actions the authenticated user can perform in a specific context (project, issue, or comment).
Showing the first 60 of 97 actions.
// agentic workflows that use jira

Start from a Jira playbook

First-party starter agents that already call Jira. Each one opens as a private, editable draft — you connect the integration and approve its actions during setup.