> 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/kdosukyan/connect-your-source-code/connect-github-enterprise/transferring-ownership-of-the-aikido-app-in-github-enterprise.md).

# GitHub Enterprise（Cloud & Server）でAikidoアプリの所有権を移譲する

GitHub Enterprise 環境内で Aikido GitHub App を作成すると、インストールを実行したユーザーのアカウントで設定されます。これは、事前に所有者の選択が行われていない場合の GitHub の既定のフローに従っています。

GitHub Enterprise Server 環境内の他のユーザーまたは組織に、いつでも App の所有権を移すことができます。これによって App の動作に影響はありません。

所有権を移すには、以下の手順に従ってください。

{% stepper %}
{% step %}
**GitHub App の開発者設定ページに移動する**

GitHub Server 環境で、\[設定] > \[開発者設定] > \[GitHub Apps] に移動します。\
\[編集] をクリックします。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-6ea7dd152f043eff9f2ab60a4825bff79b9ff432%2FScherm%C2%ADafbeelding%202025-12-02%20om%2010.15.04.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**詳細設定に移動する**

左側のナビゲーションで \[詳細] 設定に移動し、このセクションが表示されるまでページを一番下までスクロールします。\
\
\[所有権を移す] をクリックします<br>

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-1e8dbd3c1acb6376fcf316ff43f52f95112b2abb%2FScherm%C2%ADafbeelding%202025-12-02%20om%2010.17.15.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**所有権を移す**

ボタンをクリックしたら、App の名前を確認する必要があります。その後、所有権を移したい組織またはユーザーを選択できます。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-2d23fbb88ea66f1eecc73d1b2ee67c287554c1f7%2FScherm%C2%ADafbeelding%202025-12-02%20om%2010.17.43.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**成功**

App は新しい所有者に移されました。
{% endstep %}
{% endstepper %}


---

# 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/kdosukyan/connect-your-source-code/connect-github-enterprise/transferring-ownership-of-the-aikido-app-in-github-enterprise.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.
