> 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-self-managed.md).

# GitLab Issues Self-Managed

AikidoはGitLab Self-Managed（オンプレミス）に接続できるため、Aikidoで見つかったセキュリティ検出結果に対してIssueを作成できます。Aikidoの「Feed」にある各検出結果ごとに、GitLabのIssueを作成してリンクできます。

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

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

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

<figure><img src="/files/12c5934aa148d8deae7a5cd9102b4263697dc26d" alt="" width="375"><figcaption></figcaption></figure>

**手順2。** 「Connect」をクリックし、サーバーのベースURL、PAT、Group IDを入力してください

<figure><img src="/files/7539fdd0e73b346165f48369fee0b1d4cb10d7ff" alt="" width="373"><figcaption></figcaption></figure>

**手順3。** 「Save」をクリックすると接続されます。モーダルを閉じると、設定ページにリダイレクトされます。

### 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)、任意のセキュリティ検出結果へ移動します。「Assignee」列では、GitLab Issueを誰かに割り当てる機能があります。

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

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

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

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

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

これで完了です！

***


---

# 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-self-managed.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.
