> 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の「フィード」にある各検出項目ごとに、GitLab Issueを作成してリンクできます。

フィードで進捗を追いながら、チケットが誰に割り当てられているかを確認できます。

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

次へ移動 <https://app.aikido.dev/settings/integrations> そして、「タスクトラッカー」セクションまでスクロールダウンします。

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

「接続」をクリック

![Issue追跡のためのGitLab認証プロンプト。続行するにはユーザーの許可を待っています。](/files/4e326cc630e8fdb144de68fd205ff98abc02a325)

「GitLabを認証」をクリック

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

そして、連携を有効にしたい「グループ」を選択します。

「保存」をクリックすると接続完了です。

![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>

へ移動 [フィード](https://app.aikido.dev/queue)に移動し、任意のセキュリティ検出項目を開きます。「担当者」列で、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.
