CATEGORIES
« Hide
All Integrations424Built-In12Artificial Intelligence27Commerce22Communication55CRM46Delivery Management1Developer Tools87Education9Finance26Hosting27Human Resources6Issue Tracking13Marketing107Media53Productivity87SAAS62Security8Social27Storage21Support19Task Management46

Jira

Jira is a widely used project management and issue tracking software developed by Atlassian. Its purpose is to provide teams with a robust and collaborative platform to plan, track, and manage tasks and projects efficiently. Jira offers various automation features through its automation engine, Jira Automation, allowing users to create custom rules and workflows that automate repetitive tasks and streamline processes. This automation is particularly valuable for software development teams, project managers, and IT professionals, as it automates tasks like issue assignment, status updates, and notifications, ultimately improving team productivity and project execution. With Jiras automation capabilities, teams can focus more on their core tasks and decision-making, while routine tasks are handled seamlessly, contributing to a more efficient and organized work environment.

Triggers

Trigger components allow you to start an automation flow when an event happens in the app.

New Event Added

Emit new event when an event with subscribed event source triggered, See the docs.

Issue Created

Emit new event when an issue is created. Note that Jira supports only one webhook, if more sources are needed please use New Event source and select multiple events.

Issue Deleted

Emit new event when an issue is deleted. Note that Jira supports only one webhook, if more sources are needed please use New Event source and select multiple events.

Actions

Action components allow you to perform operations on the app.

Add Attachments to Issue

Add attachments to an issue in Jira. See the docs.

Add Comment To Issue

Adds a new comment to an issue. See the docs.

Assign Issue

Assigns an issue to a user. See the docs.

Create Issue

Creates an issue in Jira. See Docs.

Create Project

Creates a new project in Jira. See docs here.

Delete Project

Deletes a project. See Docs.

Get All Users

Gets the list of all users. See the docs.

Get Project Issue Types

Get all issue types for a project. See docs here.

Get Issue

Gets the details for an issue in Jira. See the docs.

Get Task

Gets the status of a long-running asynchronous task in Jira. See the docs.

Get User

Gets the information of a user in Jira. See Docs.

List Issue Comments

Lists all comments for an issue. See the docs.

Transition Issue

Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen. See the docs.

Update Comment

Updates a comment in Jira. See docs here.

Update Issue

Updates an issue. See the docs.