> 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/workflows-and-guides/jira-cloud-and-slack.md).

# Jira Cloud and Slack

Configure Aikido to send Slack messages and create Jira tickets when new vulnerabilities are found.

Linking your ticket management system and chat solution to Aikido will increase the visibility of new vulnerabilities, allow your team to bring vulnerability management into their development cycle, and increase the transparency for the entire organisation.

## Workflow

**Trigger**: A new vulnerability is detected by Aikido

**Actions**:

* New ticket created in Jira
* Message on Slack

## How to

* [ ] [Set-up Slack integration](/getting-started/chat-and-alerts/slack-notifications.md)
  * [ ] **Optionally**: Send notifications to different channels based on a number of parameters (severity, team): [Send alerts to multiple Slack channels](/getting-started/chat-and-alerts/send-alerts-to-multiple-slack-channels.md)
* [ ] [Set-up Jira integration](/getting-started/task-management-systems/all-supported-task-trackers/jira-cloud.md)
  * [ ] [Enable "Automated Task Creation"](/getting-started/task-management-systems/all-supported-task-trackers/jira-cloud.md#id-2-automated-task-creation)


---

# 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:

```
GET https://help.aikido.dev/workflows-and-guides/jira-cloud-and-slack.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.
