> 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/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/gitlab-issues.md).

# GitLab Issues

Aikido を GitLab に接続すると、Aikido で見つかったセキュリティ検出結果のために issue を作成できます。Aikido の「Feed」にある各検出結果ごとに、GitLab issue を作成してリンクできます。

Feed で、そのチケットが誰に割り当てられているかを追跡できるようになります。

### 1. 連携を設定する <a href="#id-1-set-up-integration" id="id-1-set-up-integration"></a>

移動先 <https://app.aikido.dev/settings/integrations> そして、「Task trackers」セクションまでスクロールします。

![セキュリティ issue の追跡と管理のための GitLab 連携。接続して GitLab issue を作成します。](/files/1de9cc62178593cd758f8e743aa6e82c7f3d32d4)

「Connect」をクリック

![issue トラッキングのための GitLab 認可プロンプト。続行するにはユーザーの許可を待機しています。](/files/4e326cc630e8fdb144de68fd205ff98abc02a325)

「Authorize GitLab」をクリック

![Aikido Issues が GitLab ユーザーの API とアカウントデータにアクセスするための認可プロンプト。](/files/ccbb5c4b5fa5501df710800b63cff0ee47f3409b)

そして、連携を有効にしたい「Group」を選択します。

「Save」をクリックすると接続されます。

![GitLab の issue トラッキング連携の状態: 接続済み。](/files/4503ca26e2da74d17c7ade8d4e79de8921a842e1)

### 2. Aikido 内で検出結果から GitLab issue を作成する <a href="#id-2-create-a-gitlab-issue-for-a-finding-inside-aikido" id="id-2-create-a-gitlab-issue-for-a-finding-inside-aikido"></a>

次の [Feed](https://app.aikido.dev/queue)、そして任意のセキュリティ検出結果に移動します。「Assignee」列で、GitLab Issue を誰かに割り当てることができます。

![プラスアイコンをクリックして、新しいタスクの担当者を割り当てます。](/files/40c88bbba7b85d4e63775bb42b4413326bae197b)

クリックすると、ポップアップが開きます。

![GitLab でセキュリティ修正を割り当て、要約するためのタスク作成フォーム。](/files/f5ca43b84909e346f676d2cd1b792d8a70d1e45e)

Issue タスクを作成すると、Aikido の UI でこれが明確に表示されます

![ユーザー「roelanddel」に割り当てられたオープンタスクがプロジェクト管理ダッシュボードに表示されています。](/files/5f57d524f6a6290f519308fa7bd08396ddee8024)

完了です！

### &#x20;<a href="#set-up-gitlab-issues-integration" id="set-up-gitlab-issues-integration"></a>

***


---

# 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/docs/docs-ja/hajimeni/task-management-systems/all-supported-task-trackers/gitlab-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.
