> 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/all-supported-task-trackers/github-issues.md).

# GitHub Issues

This one-time setup *per workspace* allows everyone in your Aikido organization to create issues directly in GitHub Issues

Following use cases are supported :

* **Manual Ticket Addition**: Manually sync security issue tickets to GitHub Issues.
* **Automated Ticket Creation**: Automatically create and push tickets to specified GitHub Issue projects/repos.

{% hint style="warning" %}
All issues will be automatically created in the respective repo. If you wish to disable this functionality, contact us.
{% endhint %}

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* GitHub account needs to be an organisation account
* Issues need to be enabled inside GitHub

### Connecting the Aikido App to GitHub Issues <a href="#connecting-the-aikido-app-to-github-issues" id="connecting-the-aikido-app-to-github-issues"></a>

1. Navigate to [Integration Settings](https://app.aikido.dev/settings/integrations) within the Aikido app.
2. In the 'Task Trackers' section, select 'GitHub Issues'
3. **Install the Issues App inside your organisation** ([Install Link](https://github.com/apps/aikido-issues/installations/new)). This is needed in order to select your organisation.\
   ​

   <img src="/files/TvGOXeB7d0Y9KpkXhGp8" alt="GitHub issue-tracking integration setup requires authorization and organization configuration." width="375">
4. Select your organisation and repos\
   ​

   ![Aikido Issues installation prompt with user selection interface.](/files/qYHPszZRFA0AAAwadpNg)
5. When installed succesfully, you will get a notification on top of the page in GitHub. **Return to Aikido.**\
   ​

   ![Notification confirming "Aikido Issues" was updated for the specified user account.](/files/weUte9OGkBxm3EB9e13H)
6. **Select your organisation** in the modal.\
   ​

   <img src="/files/SbNln8zYwcMIinbOp0d0" alt="Dropdown menu for selecting an organization in settings." width="375">
7. **Click Save.** The status will now change to **Connected.**

   <img src="/files/T5V6NisfCP0Lu7z7nYpm" alt="GitHub issue-tracking integration successfully connected and ready for use." width="375">
8. Close the modal & open the GitHub Issues Integration page. By default all issues will be synced to the 'Default Repo'. **Contact us** if you'd like to have autosyncing issues to the respective repo.

![](/files/25o9nQosBfPUXd77lqyz)

You can set a Default Label that will be send for all Aikido Issues. These will be synced and appear in GitHub.​\
​

![Open GitHub issue for minor aws/aws-sdk-php upgrade, labeled low priority security fix.](/files/wNkzUKFYm9eqSDNd8M7K)

#### Options for Task Creation in GitHub Issues via Aikido <a href="#options-for-task-creation-in-github-issues-via-aikido" id="options-for-task-creation-in-github-issues-via-aikido"></a>

There are two different options to create new tasks from Aikido into GitHub Issues

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

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

1. Hover over any issue in your feed and click the ***+*** in the **assignee column.**\
   ​

   <img src="/files/qHdYxduZ8eHuhsF9A0fa" alt="Task management interface showing &#x22;Assignee&#x22; column with add and options buttons." width="327">

   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.\
   ​

   <img src="/files/1mYYMqMMleKdLNX3PTM1" alt="Dropdown menu with task management actions: create, snooze, ignore, copy link, adjust severity." width="221">
2. Fill in the required details in the popup modal.\
   ​

   <img src="/files/Qc9USsYja6WN8r5pYje9" alt="Form for creating a new GitHub issue task with project, assignee, and description fields." width="375">

   ​
3. The newly created task in GitHub Issues will be linked in the Aikido Issue Detail under the 'Tasks' tab (sidepanel).

![Task management dashboard showing a low-priority AWS SDK PHP upgrade task.](/files/QjRcXm9WBtM3zL96Ldsg)

### Automated Task Creation <a href="#automated-task-creation" id="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 [GitHub Integration](https://app.aikido.dev/settings/integrations/tasktracker) settings page
2. Make sure to enable '**Autocreation**' by clicking the toggle to **On.**
3. Define the criteria for automatic task creation.

You can configure all of these settings in the autocreation modal:

* **On/Off** — Enable or disable autocreation. When off, the threshold is effectively set to `None`.
* **Severity threshold** — Create tickets for issues at `Critical`, `High`, `Medium`, or `Low` and above. For example, `High` creates tickets for `High` and `Critical`.
* **Issue types** — Create tickets for all issue types, or limit them to specific types like `SCA`, `SAST`, `Secrets`, `Cloud`, `IaC`, `Malware`, or `License`.
* **Daily limit** — Set the maximum number of tickets created per day. The default is `25`. Some plans support higher limits.
* **Ticket creation mode** — Create one ticket per issue group, or create separate tickets per location or scope. Per-location mode can create more tickets.
* **Scope** — Available only in per-location mode. Target all repos or clouds, only mapped repos or teams, or specific repos or clouds with include and exclude lists.

<figure><img src="/files/j8Ks4x8224kIfTgKPXEk" alt=""><figcaption></figcaption></figure>

4. Aikido will then autonomously generate GitHub Issues based on these settings 🚀

### Automatically Close Issues in GitHub

Aikido can automatically close linked GitHub issues once the related vulnerability is resolved in Aikido, for example after a successful scan no longer reports it, or when you manually mark it solved. The GitHub issue is only closed when there are no remaining open or snoozed Aikido issues for that link (ignored issues do not block closing). You need a GitHub issue linked to the Aikido finding for this to apply.

<figure><img src="/files/7wYF8NqbRYYbSVTdKFum" alt=""><figcaption></figcaption></figure>

***


---

# 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/all-supported-task-trackers/github-issues.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.
