> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/getting-started/task-management-systems/advanced-functionalities/link-existing-tasks.md).

# Link Existing Tasks

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

Aikido supports the linking of existing Task Tracker (e.g. Jira, Clickup) tickets to Aikido issues, crucial for integrating already flagged security concerns in Jira that are not yet connected to Aikido.

> Note: This functionality is only available for **Jira Cloud & Data Center, Linear, ClickUp** and **AzureDevops Boards integrations**. Contact us if you are using another integration and would love to see this functionality available too!

### How to Link an Existing Task <a href="#how-to-link-an-existing-task" id="how-to-link-an-existing-task"></a>

*Following example is for Jira. Functionality is similar for other task trackers.*

**Step 1:** Click on '**Add Task**'. For issue groups: located at the top of the sidebar or in the action menu. For subissues: triple dots menu on subissue level.\
​

![Task management interfaces showing action menus for workflow and issue handling.](/files/AEZHx4YunCPPF32PTg8x)

**Step 2:** Select 'Link to Existing Jira Ticket' at the top of the modal.

**Step 3**.Select your project and search for the name of the existing Jira ticket. You can also just paste the URL into the search bar.\
​\
​

![Interface for linking an existing Jira task by selecting project and task details.](/files/fJbAil2WYuOFKERyVK7c)

​**Step 4:** Click 'Link Jira Task' to finalize the linking process.\
​

**Step 5:** Once linked, Aikido will automatically sync any updates in assignee and status from Jira, ensuring both platforms are up to date.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/getting-started/task-management-systems/advanced-functionalities/link-existing-tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
