> 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」セクションまでスクロールします。

![セキュリティ課題を追跡・管理するための 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.
