# Jira - Actions
The following Jira actions can be used to execute workflows in your recipes.
# Requirements
The linked Jira account must have sufficient permissions to the respective resource in each action. Learn more with our Jira project permissions documentation.
# Assign user to issue
The Assign user to issue action assigns an issue to a Jira user. This action replaces existing assignees.
# Create comment
The Create comment action creates a comment on an existing issue.
# Create issue
The Create issue action creates a new issue in Jira.
# Create user
The Create user action creates a new user in your Jira instance. Creating a new user increases the number of Jira licenses for your organization, which affects Jira subscription fees.
# Download attachment
The Download attachment action downloads an attachment from a Jira issue. You can use this action to sync files, such as screenshots attached to tickets, between Jira and another ticket management application.
# Get changelog of an issue
The Get changelog of an issue action retrieves an issue's changelog from Jira.
# Get issue
The Get issue action retrieves an issue from Jira.
# Get issue comments (batch)
The Get issue comments (batch) action retrieves the comments belonging to an existing issue in batches.
# Get issue schema
The Get issue schema action retrieves the name and schema of all fields in a Jira object. You can use this action to replicate the schema to your database or data warehouse.
# Get user details
The Get user details action retrieves a user from Jira. This action fails if the user doesn't exist.
# Search assignable users (batch)
The Search assignable users (batch) action retrieves a list of all users that can be assigned to a specific issue. You can provide the user's login username to narrow the list down to a single user.
# Search issues (batch)
The Search issues (batch) action searches Jira for issues that exactly match the criteria you specify and retrieves the results in batches.
# Search issues by JQL (batch)
The Search issues by JQL (batch) action searches Jira for issues that match the JQL query string you provide and retrieves the results in batches.
# Update comment
The Update comment action updates a comment on an existing issue.
# Update issue
The Update issue action updates an issue in Jira.
# Update issue status
The Update issue status action updates the status of an issue in Jira.
# Upload attachment
The Upload attachment action uploads an attachment to an existing issue.
Last updated: 3/19/2026, 7:08:05 PM