JIRA_NEW_ISSUE_TRIGGER
Fires when someone creates a new issue in Jira. Use this to automatically notify teams, create related records, or start workflows whenever work is logged.
Jira
3 triggers and 97 actions for Jira workflows.
Each trigger lists the event it fires on, the data it sends, and a template you can use it in.
Real-time push from the source.
JIRA_NEW_ISSUE_TRIGGER
Fires when someone creates a new issue in Jira. Use this to automatically notify teams, create related records, or start workflows whenever work is logged.
JIRA_UPDATED_ISSUE_TRIGGER
Fires when an issue is modified in Jira, including changes to status, assignee, description, or any other field. Use this to keep other systems in sync, trigger notifications, or update related records based on the changes.
JIRA_NEW_PROJECT_TRIGGER
Fires when a new project is created in Jira. Use this to set up integrations, initialize project-specific resources, or notify stakeholders about the new project.
Operations are the actions a workflow can take in Jira, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage files attached to issues in your Jira workflow. Use these operations to retrieve attachment details, upload new files to issues, and access attachment metadata for organizing and tracking supporting documents.
Add Attachment
JIRA_ADD_ATTACHMENTAttach files like screenshots, documents, or design assets directly to Jira issues to keep all project documentation organized in one place.
Get Attachment
JIRA_GET_ATTACHMENTDownload a specific file that's been attached to a Jira issue, such as screenshots, documents, or designs. This lets you access and work with supporting materials without leaving your workflow.
Get Attachment Meta
JIRA_GET_ATTACHMENT_METARetrieve your Jira workspace's attachment settings including upload limits and whether attachments are currently enabled, so you can understand file constraints before uploading.
Manage comments on Jira issues throughout their lifecycle. These operations enable you to retrieve, create, update, and delete issue discussions, making them essential for collaborative workflows and automated feedback systems.
Add Comment
JIRA_ADD_COMMENTAdd comments to Jira issues using formatted text to provide updates, feedback, or clarification on your project tasks and bugs.
Delete Comment
JIRA_DELETE_COMMENTRemove unwanted or incorrect comments from your Jira issues to keep discussions clean and focused. This helps maintain clear project documentation and corrects mistakes made in issue discussions.
Get Comment
JIRA_GET_COMMENTRetrieve a specific comment from a Jira issue to view its content, author, timestamps, and other details. Use this when you need to access, display, or act on individual comments within your issue tracking system.
Retrieve information about project components used to organize and categorize issues. Use this operation to access component details when filtering issues or assigning work by functional area.
Get Component
JIRA_GET_COMPONENTSRetrieve and search for components across your Jira projects to find specific software modules or product areas. This helps you quickly locate and organize work items by their assigned components.
Search for and retrieve Jira dashboards in your instance. These operations help you locate saved dashboard configurations and access their associated data for reporting and monitoring workflows.
Get Dashboards
JIRA_GET_DASHBOARDSRetrieve a list of all Jira dashboards you have access to, with the ability to search and filter by ownership or favorites. Use this to discover available project dashboards and understand what team members are monitoring.
Validate and execute Jira expressions for dynamic calculations and data transformations. Use these operations to test complex automation logic and evaluate conditional statements within your integration workflows.
Analyse Jira Expression
JIRA_ANALYSE_EXPRESSIONValidates and checks Jira expressions for errors before using them in automation rules, workflows, or custom fields, ensuring they'll work correctly when deployed.
Evaluate Jira Expression
JIRA_EVALUATE_JIRA_EXPRESSIONEvaluates Jira expressions to extract, transform, and query data from your Jira instance using a powerful expression language. This lets you perform complex data operations and create custom outputs without manual filtering.
Access and manage saved Jira filters for quick issue searches and reporting. These operations let you retrieve existing filters and favorite filters to reuse search criteria in automated workflows.
Get Favorite Filters
JIRA_GET_FAVORITE_FILTERSRetrieves the list of saved filters that you've marked as favorites in Jira, helping you quickly access your most-used search queries and views.
Get Filter
JIRA_GET_FILTERRetrieve detailed information about a saved Jira filter, including its search query and who it's shared with, so you can reuse it across your team's workflows.
Manage Jira user groups for access control and team organization. These operations allow you to create groups, retrieve group membership, and add or remove users for coordinating permissions and assignments.
Add User to Group
JIRA_ADD_USER_TO_GROUPAssign a team member to a specific group in Jira to grant them access to projects and features associated with that group.
Create Group
JIRA_CREATE_GROUPCreates a new user group in Jira so you can organize team members and manage permissions collectively.
Get All Groups
JIRA_GET_ALL_GROUPSRetrieve a complete list of all groups available in your Jira instance, with support for pagination to handle large datasets efficiently. Use this to discover group names and IDs before assigning team members or setting permissions.
Get Group
JIRA_GET_GROUPRetrieve detailed information about a specific Jira group, including its members and permissions, to understand team access levels and group configurations.
Perform comprehensive issue management operations in Jira workflows. Create, update, delete, and retrieve issues with support for linking, voting, watching, and bulk operations to handle complex project tracking scenarios.
Assign Issue
JIRA_ASSIGN_ISSUETransfer an issue to a team member or yourself to clarify ownership and ensure the right person is working on it. This helps your team stay organized and prevents tasks from falling through the cracks.
Bulk Create Issues
JIRA_BULK_CREATE_ISSUECreate multiple Jira issues at once (up to 50 per call) with support for markdown formatting, assignees, and priority levels. This saves time when you need to add many tasks or bugs to your project simultaneously.
Create Issue
JIRA_CREATE_ISSUECreates a new issue in Jira to track bugs, tasks, stories, or other work items in your project. This helps you organize and manage work across your team or solo projects.
Edit Issue
JIRA_EDIT_ISSUEModify an existing issue in Jira by updating fields like title, description, assignee, priority, and other custom fields to keep your project information current and aligned with your team's needs.
Get Issue
JIRA_GET_ISSUERetrieve detailed information about a specific Jira issue by its ID or key, including custom fields and related data. This helps you access current issue status, assignments, and metadata without manually checking Jira.
Add Watcher to Issue
JIRA_ADD_WATCHER_TO_ISSUEEnable team members to monitor specific issues they care about by adding them as watchers, ensuring they receive updates without being assigned to the task.
Bulk Fetch Issues
JIRA_FETCH_BULK_ISSUESRetrieve details for multiple Jira issues at once by their IDs or keys, with support for up to 100 issues per request to streamline data gathering and reduce API calls.
Delete Issue
JIRA_DELETE_ISSUEPermanently removes a Jira issue from your project when it's no longer needed or was created in error. Use this to clean up your backlog and keep your project organized.
Get Issue Link Types
JIRA_GET_ISSUE_LINK_TYPESRetrieve all the different types of relationships available between issues in your Jira workspace, such as blocks, relates to, or duplicates. This helps you understand how issues can be connected and referenced within your project.
Link Issues
JIRA_CREATE_ISSUE_LINKConnect two Jira issues together with a specified relationship type, optionally adding a comment to explain the connection. This helps you organize related work, track dependencies, and show how different tasks relate to each other.
Retrieve schema information and configuration details for Jira fields, issue types, and resolutions. These operations provide the structure needed to validate data and construct dynamic create and edit operations.
Get All Issue Type Schemes
JIRA_GET_ALL_ISSUE_TYPE_SCHEMESRetrieve all issue type schemes configured in your Jira workspace to understand what issue categories are available across your projects.
Get Create Field Metadata for Issue Type
JIRA_GET_CREATE_METADATA_ISSUE_TYPE_FIELDSRetrieves detailed field information and requirements for a specific issue type in your Jira project, helping you understand what data is needed before creating tickets.
Get Create Issue Metadata
JIRA_GET_ISSUE_CREATE_METADATARetrieves the available projects, issue types, and required fields for your Jira workspace, allowing you to understand what information is needed before creating new issues.
Get custom fields paginated
JIRA_GET_FIELDS_PAGINATEDRetrieve a paginated list of all custom and system fields in Jira, allowing you to browse through large field collections efficiently without overwhelming the system.
Get fields
JIRA_GET_FIELDSRetrieve metadata about all available fields in your Jira instance, including custom field IDs and names needed for automating issue creation and updates.
Get Issue Edit Meta
JIRA_GET_ISSUE_EDIT_METADATARetrieves the editable fields and metadata for a Jira issue before making updates, helping you understand which fields can be modified and what values are valid.
Check user access rights and verify permissions within Jira. These operations validate what users can see and do, helping you enforce authorization rules in your automation workflows.
Check User Permissions
JIRA_CHECK_PERMISSIONSVerify what actions a team member can perform in Jira at the system level or within specific projects. This helps you manage access control and ensure only authorized users can perform critical operations.
Discover and retrieve information about Jira projects and their configurations. These operations help you identify available projects, access project details, and filter projects by user permissions for scoping workflows.
Create Project
JIRA_CREATE_PROJECTSet up a new Jira project with your chosen template and project lead to start tracking work and organizing tasks. This gets your team aligned on a centralized workspace for managing projects, bugs, and feature development.
Get all projects
JIRA_GET_ALL_PROJECTSFetches a complete list of all Jira projects you have access to, helping you stay organized and informed about active work areas. Use this to understand your project landscape and connect projects to other business processes.
Manage user assignments to project-level roles for fine-grained access control. Use these operations to add or remove users from roles and retrieve available project roles.
Add Users to Project Role
JIRA_ADD_USERS_TO_PROJECT_ROLEAssigns specific users and groups to predefined roles within a Jira project, controlling their access level and permissions for project tasks and workflows. This helps organize team responsibilities and ensures the right people have appropriate authority over project work.
Execute powerful issue searches using JQL (Jira Query Language) with filtering, autocomplete, and parsing support. These operations enable complex querying, approximate result counting, and suggestion features for discovering issues.
Get issue picker
JIRA_GET_ISSUE_PICKER_SUGGESTIONSSearches for Jira issues and returns auto-completion suggestions to help you quickly find and select relevant issues. Use this to streamline issue lookup when building workflows or connecting related work items.
Get JQL Autocomplete Data
JIRA_CREATE_JQL_AUTOCOMPLETEDATARetrieves autocomplete suggestions for JQL queries, including available fields, reserved words, and functions to help users build accurate search queries in Jira. This enables smart query builders and validation tools that guide users toward valid syntax.
Organize and manage Agile sprints in Jira. Create sprints, list active and past sprints, and move issues between sprints to coordinate iterative team workflows.
Create Sprint
JIRA_CREATE_SPRINTCreates a new sprint on your Jira board to organize and schedule work for a specific time period, helping you structure development cycles and track progress toward team goals.
Retrieve system-wide information about your Jira instance. Access server details and service management configuration to understand your environment's capabilities and version information.
Get Service Management Info
JIRA_GET_INFORetrieves key information about your Jira Service Management instance, including version and license status. Use this to verify your system's current state and ensure compatibility before implementing new features or integrations.
Locate and retrieve information about Jira users across your instance. These operations help you find users for assignments, build user lists for workflows, and access current user profile details.
Find Users (Deprecated)
JIRA_FIND_USERSSearch for Jira users by email or display name to retrieve their account IDs, enabling you to assign issues, add watchers, and perform other user-related tasks in your projects.
Find Users 2
JIRA_FIND_USERS2Locate specific team members or collaborators in your Jira workspace using search terms or user properties, enabling you to quickly find the right person to assign work or add to projects.
Find Users For Picker
JIRA_FIND_USERS_FOR_PICKERSearch for team members in your Jira workspace by name or email to quickly assign tasks, add reviewers, or mention people in comments and descriptions.
Get All Users
JIRA_GET_ALL_USERSRetrieve a complete list of all users in your Jira instance, including active and inactive accounts, to manage team access and permissions.
Get Current User
JIRA_GET_CURRENT_USERRetrieves the profile and account details of the logged-in Jira user, including their unique account ID needed for assigning tasks and managing issue watchers.
Manage project versions and releases in Jira for organizing issue tracking across release cycles. Create versions, retrieve version lists, and delete outdated versions to maintain release structure.
Create Version
JIRA_CREATE_VERSIONCreate new release versions or milestones in your Jira project to organize and track work across different product releases or development phases.
Delete Version
JIRA_DELETE_VERSIONRemove outdated or canceled project versions from Jira and automatically reassign any associated issues to other versions or statuses. This helps keep your project timeline clean and ensures no work gets lost when versions are retired.
Control issue state transitions and retrieve workflow information in Jira. Use these operations to move issues through workflow statuses and access available transitions and status options.
Get Issue Statuses
JIRA_GET_ALL_STATUSESRetrieve all available issue statuses from your Jira workflows to understand what status options are available for your projects. This helps you plan your workflow configuration and ensure your team uses consistent status names across projects.
Track time spent on Jira issues through worklog entries. Add, retrieve, and delete time tracking records to maintain accurate effort data and support project forecasting workflows.
Add Worklog
JIRA_ADD_WORKLOGRecord time spent working on a Jira issue to maintain accurate project timelines and track productivity across tasks. This helps you document effort for billing, resource planning, or performance analysis.
Delete Worklog
JIRA_DELETE_WORKLOGRemove time entries recorded against a Jira issue, with the option to adjust the remaining estimate to reflect the deletion. Use this when you need to correct timesheet mistakes or remove duplicate work logging entries.
Get Avatar Image
JIRA_GET_VIEW_TYPE_AVATARTool to retrieve a specific avatar image by type and ID from Jira.
Get Issue Property
JIRA_GET_ISSUE_PROPERTYRetrieves a custom property from a Jira issue by key.
Get Issue Remote Links
JIRA_GET_REMOTE_ISSUE_LINKSRetrieves links from a Jira issue to external resources.
Get Issue Resolutions
JIRA_GET_ISSUE_RESOLUTIONSRetrieves all available issue resolution types from Jira.
Get issue types
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'…
Get Issue Votes
JIRA_GET_VOTESFetches voting details for a Jira issue; requires voting to be enabled in Jira's general settings.
Get Issue Watchers
JIRA_GET_ISSUE_WATCHERSRetrieves users watching a Jira issue for update notifications.
Get Issue Worklogs (Deprecated)
JIRA_GET_ISSUE_WORKLOGSDEPRECATED: Use JIRAGETWORKLOG instead.
Get JQL autocomplete reference data
JIRA_GET_JQL_AUTOCOMPLETEDATATool to retrieve JQL autocomplete reference data.
Get JQL autocomplete suggestions
JIRA_GET_JQL_AUTOCOMPLETEDATA_SUGGESTIONSTool to get JQL field auto-complete suggestions.
Get My Permissions
JIRA_GET_MY_PERMISSIONSTool to retrieve the user's permissions in Jira.
Get Permissions
JIRA_GET_PERMISSIONSTool to retrieve all available Jira permissions.
Get Permitted Projects
JIRA_GET_PERMITTED_PROJECTSTool to retrieve projects where the current user has specific permissions.
Get Project
JIRA_GET_PROJECTRetrieves details of a Jira project by its ID or key.
Get Project Roles
JIRA_GET_PROJECT_ROLESRetrieves all available roles for a Jira project.
Get Project Type
JIRA_GET_PROJECT_TYPERetrieves detailed information about a specific Jira project type by its key.
Get Project Versions
JIRA_GET_PROJECT_VERSIONSRetrieves all versions for a Jira project with optional expansion.
Get Recent Projects
JIRA_GET_RECENT_PROJECTSRetrieves a list of projects recently accessed by the authenticated user.
Get Server Info
JIRA_GET_SERVER_INFOTool to retrieve Jira instance server information.
Get Service Desk Request Type Fields
JIRA_GET_SERVICE_DESK_REQUEST_TYPE_FIELDSTool to retrieve JSM request type field metadata for filling out portal requests.
Get System Avatars
JIRA_GET_SYSTEM_AVATARSTool to retrieve all system avatars for a specific type (issuetype, project, user, or priority).
Get Transitions
JIRA_GET_TRANSITIONSRetrieves available workflow transitions for a Jira issue.
Get Universal Avatar Type Owner
JIRA_GET_UNIVERSAL_AVATAR_TYPE_OWNERTool to retrieve all avatars (system and custom) for a specific type and entity in Jira.
Get Universal Avatar View Type
JIRA_GET_UNIVERSAL_AVATAR_VIEW_TYPETool to retrieve the default avatar image for a specific type (project, issuetype, or priority) from Jira.
Get User Locale Preference
JIRA_GET_MYPREFERENCES_LOCALETool to retrieve the locale preference of the currently authenticated Jira user.
Get Worklogs
JIRA_GET_WORKLOGRetrieves worklogs for a specified Jira issue.
List All Projects
JIRA_LIST_ALL_PROJECTSTool to list all projects accessible to the user.
List Boards
JIRA_LIST_BOARDSRetrieves paginated Jira boards with filtering and sorting options.
List Comments by IDs
JIRA_LIST_COMMENTSTool to retrieve multiple comments by their IDs in a single request.
List Groups (Picker)
JIRA_LIST_GROUPS_PICKERTool to search and list groups using Jira's picker endpoint.
List Issue Comments
JIRA_LIST_ISSUE_COMMENTSRetrieves paginated comments from a Jira issue with optional ordering.
List Jira Filters
JIRA_LIST_FILTERSTool to search and list Jira saved filters (saved searches) visible to the current user.
List Project Types
JIRA_LIST_PROJECT_TYPESRetrieves all Jira project types available in the instance.
List Sprints
JIRA_LIST_SPRINTSRetrieves paginated sprints from a Jira board with optional state filtering.
Move Issues to Sprint
JIRA_MOVE_ISSUE_TO_SPRINTMoves one or more Jira issues to a specified active sprint.
Parse JQL Queries
JIRA_PARSE_JQL_QUERIESParse and validate JQL queries, returning their abstract syntax tree structure along with any errors or warnings.
Remove User from Group
JIRA_REMOVE_USER_FROM_GROUPRemoves a user from a Jira group.
Remove User from Project Role
JIRA_REMOVE_USER_FROM_PROJECT_ROLERemoves a user or group from a project role.
Remove Watcher from Issue
JIRA_REMOVE_WATCHER_FROM_ISSUERemoves a user from an issue's watcher list by account ID.
Search Approximate Count
JIRA_SEARCH_APPROXIMATE_COUNTCount issues matching a JQL query using approximate count endpoint.
Search Dashboards
JIRA_SEARCH_DASHBOARDSTool to search for Jira dashboards with filtering, sorting, and pagination support.
Search issues
JIRA_SEARCH_ISSUESAdvanced Jira issue search supporting structured filters and raw JQL.
Search Issues Using JQL (GET)
JIRA_SEARCH_FOR_ISSUES_USING_JQL_GETSearches for Jira issues using JQL with pagination and field selection.
Search Issues Using JQL Enhanced (POST)
JIRA_SEARCH_FOR_ISSUES_USING_JQL_POSTDEPRECATED: Use JIRASEARCHISSUES instead.
Send Notification for Issue
JIRA_SEND_NOTIFICATION_FOR_ISSUESends a customized email notification for a Jira issue.
Transition Issue
JIRA_TRANSITION_ISSUETransitions a Jira issue to a different workflow state, with support for transition name lookup and user assignment by email.
Update Comment
JIRA_UPDATE_COMMENTUpdates text content or visibility of an existing Jira comment.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.