# Jira Cloud

*📋 Setting up automated task creation in Jira Cloud*

## Introduction <a href="#introduction" id="introduction"></a>

This one-time setup *per workspace* allows everyone in your Aikido organization to create issues directly in Jira Cloud.

Following use cases are supported :

* **Automated Ticket Creation**: Automatically create and push tickets to specified Jira projects for seamless tracking of security issues.
* **Manual Ticket Addition**: Manually add security issue tickets to Jira, ensuring targeted attention for critical vulnerabilities.

{% hint style="warning" %}
Note: the ticket creation is linked to the user who has set up the integration. We recommend creating an extra 'Aikido' user inside Jira with write access to all projects.
{% endhint %}

## Connecting the Aikido App to Jira <a href="#connecting-the-aikido-app-to-jira" id="connecting-the-aikido-app-to-jira"></a>

1. Navigate to [Integration Settings](https://app.aikido.dev/settings/integrations) within the Aikido app.
2. In the 'Task Trackers' section, select 'Jira Issues'
3. A prompt will request authorization for Jira.\
   ​

   ![Jira access unauthorized; prompt to authorize account for issue-tracking integration.](/files/TZqlIRVIfonod9yKk68L)
4. Login into your Jira account
5. Grant Aikido permission to access your Jira workspace

   ![Aikido Security requests permission to access and manage your Atlassian Jira account.](/files/vF2sflL3WnqZp2euqHdU)
6. Once authorized, Aikido is successfully connected to Jira, enhancing your task management capabilities 🚀<br>

<figure><img src="/files/nKPnqEDd4ooEppm5trGC" alt="" width="563"><figcaption></figcaption></figure>

## ​Options for Task Creation in Jira via Aikido <a href="#options-for-task-creation-in-jira-via-aikido" id="options-for-task-creation-in-jira-via-aikido"></a>

There are two different options to create new tasks from Aikido into Jira.

1. Manually create tasks from the Aikido interface
2. Automatically create new tasks via Aikido's auto creation functionality.

## 1. Manual Task Creation <a href="#id-1-manual-task-creation" id="id-1-manual-task-creation"></a>

1. Hover over any issue in your feed and click the ***+*** in the **assign column.**

   ![Task management table with “Assignee” column and options to add or edit entries.](/files/qHdYxduZ8eHuhsF9A0fa)

   Alternatively, you can click the triple dots in the last columns to open up the action menu. If you have grouped issues, the triple dot action menu is available on every subissue.

   ![Menu of task management actions: create, snooze, ignore, copy link, adjust severity.](/files/7xp9HLvMM8GGtAjHhf52)
2. Fill in the required details in the popup modal.\
   ​

   ![Jira task creation form detailing a critical security vulnerability.](/files/N2YGobr1CcXY7Bi0ws7o)
3. The newly created task in Jira will be linked in the Aikido Issue Detail under the 'Tasks' tab (sidepanel).

![Critical security task: var\_dump() may expose sensitive user information; action required.](/files/bLGFCrC1jGet4HszJo3r)

## 2. Automated Task Creation <a href="#id-2-automated-task-creation" id="id-2-automated-task-creation"></a>

{% hint style="info" %}
Aikido will automatically create tasks **every hour in bulk.** There is at the moment no option to trigger this manually.
{% endhint %}

1. Go to the [Jira Integration](https://app.aikido.dev/settings/integrations/tasktracker) settings
2. Make sure to enable '**Autocreation**' by clicking the toggle to **On.**
3. Define the criteria for automatic task creation.

   ![Autocreation settings for automatic task generation based on issue severity and daily limit.](/files/h59Ti0iClc0WP9P8pmF2)

   ​
4. Aikido will autonomously generate Jira tickets hourly until the configured daily limit of tasks is reached

### Jira Sync Information <a href="#jira-sync-information" id="jira-sync-information"></a>

Aikido automatically syncs a couple of fields to Jira

* Severity is mapped to the 'Priority field' in Jira (one way)
* Assignees are synced both ways (so updates in Jira will be reflected in Aikido too

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/jira-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
