# Jira

Frends offers seamless integration with [Jira](https://www.atlassian.com/software/jira), enabling you to effortlessly connect and automate data flows between your systems and Jira.

Frends has tasks for manipulating Jira tickets like creating, updating and adding comments.

## Use cases

Below you will find typical use cases for Jira integrations and how they are implemented in Frends.

### Create a Jira issue as part of error handling subprocess

Using the Frends subprocesses and Jira [`CreateIssue`](https://docs.frends.com/tasks/tasks/jira/createissue) task you can create a reusable error handling mechanism that will create Jira tickets automatically.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-eda25655e59c4bb9d6d0d978bcdbacf0dbf965ef%2Fcreate-tickets.svg?alt=media" alt=""><figcaption><p>Create tickets</p></figcaption></figure>

### Find Jira issues and add comments

Using a schedule trigger and Jira [`AddIssueComment`](https://docs.frends.com/tasks/tasks/jira/addissuecomment) task you can create a process that finds stale issues and comments on them.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-fd03b966daa546a4047e15e662c08848e439c6a4%2Fsearch-and-comment.svg?alt=media" alt=""><figcaption><p>Listening for incoming AMQP messages</p></figcaption></figure>
