[{"data":1,"prerenderedAt":1584},["ShallowReactive",2],{"/ja-jp/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab":3,"navigation-ja-jp":802,"banner-ja-jp":1231,"footer-ja-jp":1239,"blog-post-authors-ja-jp-Abubakar Siddiq Ango":1481,"blog-related-posts-ja-jp-getting-started-with-gitlab-how-to-import-your-projects-to-gitlab":1496,"blog-promotions-ja-jp":1522,"next-steps-ja-jp":1575},{"id":4,"title":5,"authors":6,"body":8,"category":781,"date":782,"description":783,"extension":784,"externalUrl":785,"faq":785,"featured":786,"heroImage":787,"meta":788,"navigation":243,"path":789,"seo":790,"slug":794,"stem":795,"tags":796,"template":799,"updatedDate":800,"__hash__":801},"blogPosts/ja-jp/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab.md","GitLab入門：プロジェクトをGitLabにインポートする方法",[7],"Abubakar Siddiq Ango",{"type":9,"value":10,"toc":763},"minimark",[11,18,34,38,41,46,64,71,77,100,112,135,146,175,178,198,216,258,261,265,268,362,365,368,374,383,389,393,396,402,405,435,438,444,471,486,489,492,496,502,505,528,531,537,554,557,570,579,583,597,603,612,616,622,635,639,645,656,665,668,676,694,697,699,709,714,717,759],[12,13,14],"p",{},[15,16,17],"em",{},"「GitLab入門」シリーズへようこそ！このシリーズでは、GitLab\nDevSecOpsプラットフォームを初めて使う方に向けて、基本的な使い方を解説します。",[12,19,20,21,27,28,33],{},"GitLab\nDevSecOpsプラットフォームを最大限に活用するためには、プロジェクトのインポート方法を理解することがきわめて重要です。",[22,23,26],"a",{"href":24,"rel":25},"https://university.gitlab.com/pages/getting-started",[],"アカウントのセットアップ","、ユーザーの招待、ユースケースやチーム構成に応じたユーザーの",[22,29,32],{"href":30,"rel":31},"https://about.gitlab.com/blog/getting-started-with-gitlab-how-to-manage-users/",[],"整理","が完了したら、次は既存のプロジェクトをGitLabに取り込み、コラボレーションを開始します。これらのプロジェクトは、コンピューター上のローカルファイルでも、別のソースコード管理プラットフォームでホストされているものでも構いません。それでは、それぞれのインポート方法を見ていきましょう。",[35,36,37],"h2",{"id":37},"ローカルプロジェクトファイルをインポートする",[12,39,40],{},"新しいプロジェクトを作成するたびに、一から始める必要はありません。以下の手順に従うことで、既存のレガシープロジェクトやアプリケーションを、バージョン管理の有無にかかわらずGitLabに取り込めます。",[42,43,45],"h3",{"id":44},"gitプロジェクト","Gitプロジェクト",[47,48,49],"ol",{},[50,51,52,53,58,59,63],"li",{},"ローカルプロジェクトで",[22,54,57],{"href":55,"rel":56},"https://docs.gitlab.com/ja-jp/topics/git/commands/#git-init",[],"すでにGitが初期化されている","場合は、GitLabで新しいプロジェクトを作成し、プロジェクトページの右上にある「",[60,61,62],"strong",{},"コード","」ボタンをクリックして、SSHまたはHTTPSのURLを取得します。",[12,65,66],{},[67,68],"img",{"alt":69,"src":70},"GitLabでSSH/HTTPS\nURLを使用して新規プロジェクトを作成する","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097254/Blog/Content%20Images/Blog/Content%20Images/image8_aHR0cHM6_1750097252717.png",[47,72,74],{"start":73},2,[50,75,76],{},"ターミナルに切り替え、プロジェクトフォルダに移動します。",[78,79,84],"pre",{"className":80,"code":81,"language":82,"meta":83,"style":83},"language-bash shiki shiki-themes github-light","cd /project_folder  \n","bash","",[85,86,87],"code",{"__ignoreMap":83},[88,89,92,96],"span",{"class":90,"line":91},"line",1,[88,93,95],{"class":94},"sYu0t","cd",[88,97,99],{"class":98},"sYBdl"," /project_folder\n",[47,101,103],{"start":102},3,[50,104,105,106,111],{},"既存の",[22,107,110],{"href":108,"rel":109},"https://git-scm.com/book/ms/v2/Git-Basics-Working-with-Remotes",[],"Git\norigin","をバックアップします。",[78,113,115],{"className":80,"code":114,"language":82,"meta":83,"style":83},"git remote rename origin old-origin\n",[85,116,117],{"__ignoreMap":83},[88,118,119,123,126,129,132],{"class":90,"line":91},[88,120,122],{"class":121},"s7eDp","git",[88,124,125],{"class":98}," remote",[88,127,128],{"class":98}," rename",[88,130,131],{"class":98}," origin",[88,133,134],{"class":98}," old-origin\n",[47,136,138],{"start":137},4,[50,139,140,141,145],{},"新しいoriginの",[22,142,144],{"href":108,"rel":143},[],"GitLabリモート","のURLを追加します（SSHを使用する場合）。",[78,147,149],{"className":80,"code":148,"language":82,"meta":83,"style":83},"git remote add origin\n[git@gitlab.com](mailto:git@gitlab.com):gitlab-da/playground/abubakar/new-test-repo.git  \n",[85,150,151,163],{"__ignoreMap":83},[88,152,153,155,157,160],{"class":90,"line":91},[88,154,122],{"class":121},[88,156,125],{"class":98},[88,158,159],{"class":98}," add",[88,161,162],{"class":98}," origin\n",[88,164,165,169,172],{"class":90,"line":73},[88,166,168],{"class":167},"sgsFI","[git@gitlab.com](",[88,170,171],{"class":121},"mailto:git@gitlab.com",[88,173,174],{"class":167},"):gitlab-da/playground/abubakar/new-test-repo.git\n",[12,176,177],{},"（HTTPSを使用する場合）",[78,179,181],{"className":80,"code":180,"language":82,"meta":83,"style":83},"git remote add origin\nhttps://gitlab.com/gitlab-da/playground/abubakar/new-test-repo.git  \n",[85,182,183,193],{"__ignoreMap":83},[88,184,185,187,189,191],{"class":90,"line":91},[88,186,122],{"class":121},[88,188,125],{"class":98},[88,190,159],{"class":98},[88,192,162],{"class":98},[88,194,195],{"class":90,"line":73},[88,196,197],{"class":121},"https://gitlab.com/gitlab-da/playground/abubakar/new-test-repo.git\n",[47,199,201],{"start":200},5,[50,202,203,204,209,210,215],{},"すべての",[22,205,208],{"href":206,"rel":207},"https://docs.gitlab.com/ja-jp/user/project/repository/branches/",[],"ブランチ","と",[22,211,214],{"href":212,"rel":213},"https://docs.gitlab.com/ja-jp/user/project/repository/tags/",[],"タグ","をGitLabにプッシュします。",[78,217,219],{"className":80,"code":218,"language":82,"meta":83,"style":83},"git push --set-upstream origin --all  \n\ngit push --set-upstream origin --tags  \n",[85,220,221,239,245],{"__ignoreMap":83},[88,222,223,225,228,231,233,236],{"class":90,"line":91},[88,224,122],{"class":121},[88,226,227],{"class":98}," push",[88,229,230],{"class":94}," --set-upstream",[88,232,131],{"class":98},[88,234,235],{"class":94}," --all",[88,237,238],{"class":167},"  \n",[88,240,241],{"class":90,"line":73},[88,242,244],{"emptyLinePlaceholder":243},true,"\n",[88,246,247,249,251,253,255],{"class":90,"line":102},[88,248,122],{"class":121},[88,250,227],{"class":98},[88,252,230],{"class":94},[88,254,131],{"class":98},[88,256,257],{"class":94}," --tags\n",[12,259,260],{},"これで、すべてのファイル、ブランチ、タグがGitLabにプッシュされ、コラボレーションを開始できるようになります。",[42,262,264],{"id":263},"gitが未初期化のプロジェクト","Gitが未初期化のプロジェクト",[12,266,267],{},"Gitをまだ初期化していないプロジェクトの場合、以下の手順でGitを初期化し、既存のファイルをコミットしてGitLabにプッシュする必要があります。",[78,269,271],{"className":80,"code":270,"language":82,"meta":83,"style":83},"git init --initial-branch=main  \n\ngit remote add origin\ngit@gitlab.com:gitlab-da/playground/abubakar/new-test-repo.git  \n\ngit add .  \n\ngit commit -m \"Initial commit\"  \n\ngit push --set-upstream origin main  \n",[85,272,273,285,289,299,306,310,322,327,343,348],{"__ignoreMap":83},[88,274,275,277,280,283],{"class":90,"line":91},[88,276,122],{"class":121},[88,278,279],{"class":98}," init",[88,281,282],{"class":94}," --initial-branch=main",[88,284,238],{"class":167},[88,286,287],{"class":90,"line":73},[88,288,244],{"emptyLinePlaceholder":243},[88,290,291,293,295,297],{"class":90,"line":102},[88,292,122],{"class":121},[88,294,125],{"class":98},[88,296,159],{"class":98},[88,298,162],{"class":98},[88,300,301,304],{"class":90,"line":137},[88,302,303],{"class":121},"git@gitlab.com:gitlab-da/playground/abubakar/new-test-repo.git",[88,305,238],{"class":167},[88,307,308],{"class":90,"line":200},[88,309,244],{"emptyLinePlaceholder":243},[88,311,313,315,317,320],{"class":90,"line":312},6,[88,314,122],{"class":121},[88,316,159],{"class":98},[88,318,319],{"class":98}," .",[88,321,238],{"class":167},[88,323,325],{"class":90,"line":324},7,[88,326,244],{"emptyLinePlaceholder":243},[88,328,330,332,335,338,341],{"class":90,"line":329},8,[88,331,122],{"class":121},[88,333,334],{"class":98}," commit",[88,336,337],{"class":94}," -m",[88,339,340],{"class":98}," \"Initial commit\"",[88,342,238],{"class":167},[88,344,346],{"class":90,"line":345},9,[88,347,244],{"emptyLinePlaceholder":243},[88,349,351,353,355,357,359],{"class":90,"line":350},10,[88,352,122],{"class":121},[88,354,227],{"class":98},[88,356,230],{"class":94},[88,358,131],{"class":98},[88,360,361],{"class":98}," main\n",[35,363,364],{"id":364},"オンラインソースからインポートする",[12,366,367],{},"GitLab.comや他のプラットフォームにあるプロジェクトを、別のGitLabインスタンス（たとえばSelf-Managedインスタンス）に移行したい場合や、他のプラットフォームからGitLab.comに移行したい場合は、GitLabのプロジェクトインポート機能を利用できます。この機能は、新しいプロジェクトを作成する際に使用できます。",[12,369,370],{},[67,371],{"alt":372,"src":373},"新規プロジェクト作成画面","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752378521/Blog/rcilwlmji2azhylqpcpa.png",[12,375,376,377,382],{},"プロジェクトをインポートすると、ソースに応じてプロジェクトのファイルやその他の一部のコンポーネントが移行されます。Bitbucket、GitHub、Gitea、GitLabインスタンスなど、さまざまなソースからのインポートが可能です。GitLab.comでは、これらのインポートソースはデフォルトで有効になっていますが、",[22,378,381],{"href":379,"rel":380},"https://docs.gitlab.com/ja-jp/administration/settings/import_and_export_settings/#configure-allowed-import-sources",[],"Self-Managed環境では管理者によって有効化する","必要があります。以降のセクションでは、いくつかのソースについて詳しく見ていきます。",[12,384,385],{},[67,386],{"alt":387,"src":388},"サードパーティのソースからプロジェクトをインポートする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752378540/Blog/xks5zenxe5h27accwj1a.png",[35,390,392],{"id":391},"gitlabソース","GitLabソース",[12,394,395],{},"GitLab.comやGitLab\nSelf-Managedインスタンスからプロジェクトをエクスポートするには、プロジェクトの設定にある「プロジェクトのエクスポート」機能を使用できます。",[12,397,398],{},[67,399],{"alt":400,"src":401},"エクスポートプロジェクト画面","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752378558/Blog/wxkrvotrhabmc3snfyxt.png",[12,403,404],{},"エクスポート手順：",[406,407,408,415,422,429,432],"ul",{},[50,409,410,411,414],{},"プロジェクトの設定に移動し、「",[60,412,413],{},"一般","」の項目をクリックします。",[50,416,417,418,421],{},"スクロールして「",[60,419,420],{},"高度な設定","」 セクションを展開します。",[50,423,424,425,428],{},"「",[60,426,427],{},"プロジェクトのエクスポート","」を選択します。",[50,430,431],{},"次の通知が表示されます。「プロジェクトのエクスポートを開始しました。ダウンロードリンクをメールで送信し、このページで利用可能になります。」",[50,433,434],{},"エクスポートの生成が完了したら、メールに記載されたリンクを開くか、プロジェクトの設定ページを更新すると、「エクスポートをダウンロード」オプションが表示されます。",[42,436,437],{"id":437},"プロジェクトをインポートする",[12,439,440],{},[67,441],{"alt":442,"src":443},"エクスポートされたGitLabプロジェクトをインポートする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097253/Blog/Content%20Images/Blog/Content%20Images/image7_aHR0cHM6_1750097252718.png",[406,445,446,453,463,468],{},[50,447,448,449,452],{},"対象のGitLabインスタンスで「",[60,450,451],{},"新規プロジェクト","」ボタンをクリックします。",[50,454,424,455,458,459,462],{},[60,456,457],{},"プロジェクトのインポート","」を選択し、インポートソースの一覧から「",[60,460,461],{},"GitLab エクスポート","」をクリックします。",[50,464,465,466,462],{},"プロジェクト名を指定し、エクスポートファイルを選択した後、「",[60,467,457],{},[50,469,470],{},"「インポート中です」のページが表示され、完了するとインポートしたプロジェクトのページにリダイレクトされます。",[12,472,473,474,479,480,485],{},"インポートにかかる時間は、プロジェクトのサイズによって異なります。なお、プロジェクトの一部がエクスポートされなかったり、インポート後に若干の変更が生じたりする場合があります。これらの制限事項については、",[22,475,478],{"href":476,"rel":477},"https://docs.gitlab.com/ja-jp/user/project/settings/import_export/#export-a-project-and-its-data",[],"ドキュメント","をご確認ください。個々のプロジェクトではなくグループ全体を移行する場合は、",[22,481,484],{"href":482,"rel":483},"https://docs.gitlab.com/ja-jp/user/group/import/",[],"直接転送","を使用することをおすすめします。これにより、グループ全体のコピーが作成されます。",[35,487,488],{"id":488},"サードパーティプロバイダー",[12,490,491],{},"GitLabは、Bitbucket Cloud、Bitbucket\nServer、FogBugz、Gitea、GitHubからのプロジェクトのインポートに対応しています。インポート手順は、対応しているすべてのサードパーティでほぼ同じですが、認証方法が異なります。ここでは、認証方法の例をいくつかご紹介します。",[42,493,495],{"id":494},"github","GitHub",[12,497,498],{},[67,499],{"alt":500,"src":501},"GitHub認証画面","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097253/Blog/Content%20Images/Blog/Content%20Images/image6_aHR0cHM6_1750097252719.png",[12,503,504],{},"GitHubのプロジェクトをGitLabにインポートする場合、以下の3つの方法があります。",[406,506,507,514,521],{},[50,508,509],{},[22,510,513],{"href":511,"rel":512},"https://docs.gitlab.com/ja-jp/user/project/import/github/#use-github-oauth",[],"GitHub\nOAuthを使用する",[50,515,516],{},[22,517,520],{"href":518,"rel":519},"https://docs.gitlab.com/ja-jp/user/project/import/github/#use-a-github-personal-access-token",[],"GitHubのパーソナルアクセストークンを使用する",[50,522,523],{},[22,524,527],{"href":525,"rel":526},"https://docs.gitlab.com/ja-jp/user/project/import/github/#use-the-api",[],"APIを使用する",[12,529,530],{},"「GitHub\nOAuthを使用する」方法と「パーソナルアクセストークンを使用する」方法は似ていますが、GitLabがリポジトリへアクセスするための認証方法に違い\nがあります。より簡単なのはOAuthを使用する方法で、「GitHubで認証」ボタンをクリックするだけで、GitHubの認証ページにリダイレクトされ、アクセスを許可することで接続が完了します。認証後、プロジェクトの一覧が表示され、インポートするプロジェクトを選択できます。",[12,532,533],{},[67,534],{"alt":535,"src":536},"「リポジトリをGitHubからインポートする」画面","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752378579/Blog/dweaxwgtvikiauvj1juk.png",[12,538,539,540,543,544,547,548,553],{},"OAuthを使用しない場合は、",[85,541,542],{},"repo","スコープと",[85,545,546],{},"read: org","スコープを選択してGitHubのパーソナルアクセストークンを生成し、それを「インポート」ページで入力する必要があります。APIを使ってインポートする場合は、このパーソナルアクセストークンを使用することで、スクリプトやアプリケーションでGitLabの",[22,549,552],{"href":550,"rel":551},"https://docs.gitlab.com/ja-jp/api/import/#import-repository-from-github",[],"Import\nREST\nAPIエンドポイント","を利用できます。",[12,555,556],{},"次のデモ動画では、GitLabのシニアデベロッパーアドボケートを務めるFernando\nDiazが、OAuthを使ってGitHubからプロジェクトをインポートする方法を解説しています。",[558,559,562,563,238],"figure",{"className":560},[561],"video_container"," \n  ",[564,565,569],"iframe",{"src":566,"frameBorder":567,"allowFullScreen":568},"https://www.youtube.com/embed/0Id5oMl1Kqs?si=esF6wbz2j2JlhDVL","0","true"," ",[12,571,572,573,578],{},"GitLabの",[22,574,577],{"href":575,"rel":576},"https://docs.gitlab.com/ja-jp/user/project/import/github/",[],"インポートに関するドキュメント","では、前提要件、既知の問題、GitHub\nEnterpriseからのインポート手順、その他の重要な情報を参照していただけます。",[42,580,582],{"id":581},"bitbucket","Bitbucket",[12,584,585,586,591,592,596],{},"Bitbucketからプロジェクトをインポートする手順は、GitHubの例とほとんど同じです。",[22,587,590],{"href":588,"rel":589},"https://docs.gitlab.com/ja-jp/user/import/bitbucket_cloud/",[],"Bitbucket\nCloud","（BitbucketのSaaS版）を使用する場合はOAuth認証が可能ですが、",[22,593,595],{"href":594},"htthttps://docs.gitlab.com/ja-jp/user/import/bitbucket_server/","Bitbucket\nServer","（エンタープライズ向けのセルフホスト版）の場合は、URL、ユーザー名、パーソナルアクセストークンを入力する必要があります。「インポート」画面でBitbucket\nCloudを選択すると、自動的にAtlassianの認証ページ に移動し、Bitbucketの認証が行われます。",[12,598,599],{},[67,600],{"alt":601,"src":602},"Bitbucketからプロジェクトをインポートする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097253/Blog/Content%20Images/Blog/Content%20Images/image9_aHR0cHM6_1750097252720.png",[12,604,605,606,611],{},"Bitbucketのプロジェクトは、",[22,607,610],{"href":608,"rel":609},"https://docs.gitlab.com/ja-jp/api/import/",[],"GitLab Import\nAPI","を使用してインポートすることも可能です。",[42,613,615],{"id":614},"gitea","Gitea",[12,617,618],{},[67,619],{"alt":620,"src":621},"Giteaからプロジェクトをインポートする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097253/Blog/Content%20Images/Blog/Content%20Images/image10_aHR0cHM6_1750097252722.png",[12,623,624,628,629,634],{},[22,625,615],{"href":626,"rel":627},"https://docs.gitlab.com/ja-jp/user/import/gitea/",[],"からプロジェクトをインポートするには、Giteaのプラットフォーム上で",[22,630,633],{"href":631,"rel":632},"https://docs.gitea.com/next/development/api-usage#authentication-via-the-api",[],"パーソナルアクセストークン","を作成し、それをGiteaサーバーのURLとともにGitLabのインポートページで入力する必要があります。なお、OAuth認証はサポートされていません。",[42,636,638],{"id":637},"汎用リモートgitリポジトリ","汎用リモートGitリポジトリ",[12,640,641],{},[67,642],{"alt":643,"src":644},"リモートGitリポジトリからプロジェクトをインポートする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1752378589/Blog/v4ysiomfr6mqa14p5hii.png",[12,646,647,648,651,652,655],{},"お使いのGitプロバイダーがサポートされていない場合や、サポートされている方法でインポートできない場合、アクセス可能な",[85,649,650],{},"https://","または",[85,653,654],{},"git://","のURLを使ってリポジトリをインポートできます。リポジトリが公開されていない場合は、リポジトリURLに加えて、ユーザー名とパスワード（または多要素認証が必要な場合はアクセストークン）を入力する必要があります。",[12,657,658,659,664],{},"この方法は、リモートプロジェクトのコピーを維持し、同期を保つ目的にも使用できます。これを",[22,660,663],{"href":661,"rel":662},"https://docs.gitlab.com/ja-jp/user/project/repository/mirror/",[],"ミラーリング","といい、異なるプラットフォーム間でリポジトリを同期し、最新の状態を維持できます。たとえば、プライベートとパブリックのリポジトリを分けつつ、両者で同じ内容を保持できるため、内部プロジェクトをオープンソース化する際に便利です。また、異なるプラットフォームを使用する契約業者と協力していて、両者がコードベースにアクセスする必要がある場合にも活用できます。",[35,666,667],{"id":667},"まとめ",[12,669,670,671,675],{},"GitLabのインスタンス間や外部ソースからのインポートおよび移行は、どのデータをどの方法でインポートするのかを明確に計画した上で実施すべき重要なプロセスです。ほとんどのサードパーティのインポート方法では、ファイル、イシュー、マージリクエストなどのプロジェクトアイテムがインポートされますが、一部の方法には既知の問題や制限があることにご注意ください。GitLabの",[22,672,577],{"href":673,"rel":674},"https://docs.gitlab.com/ja-jp/user/import/",[],"には、サポートしているすべての方法の詳細情報が記載されており、移行を計画する際に役立ちます。",[677,678,679],"blockquote",{},[12,680,681,682,687,688,693],{},"もっとGitLabについて知りたい場合は、",[22,683,686],{"href":684,"rel":685},"https://university.gitlab.com/",[],"GitLabユニバーシティのコースに登録","するか、",[22,689,692],{"href":690,"rel":691},"https://about.gitlab.com/ja-jp/free-trial/devsecops/",[],"GitLab\nUltimateの無料トライアル","を今すぐお試しください。",[695,696],"br",{},[695,698],{},[12,700,701],{},[15,702,703,704],{},"監修：小松原 つかさ  ",[22,705,708],{"href":706,"rel":707},"https://gitlab.com/tkomatsubara",[],"@tkomatsubara",[12,710,711],{},[15,712,713],{},"（GitLab合同会社 ソリューションアーキテクト本部 シニアパートナーソリューションアーキテクト）",[35,715,716],{"id":716},"関連リンク",[406,718,719,726,732,738,745,752],{},[50,720,721],{},[22,722,725],{"href":723,"rel":724},"https://about.gitlab.com/ja-jp/blog/getting-started-with-gitlab-mastering-project-management/",[],"GitLab入門：ユーザーの管理方法",[50,727,728],{},[22,729,5],{"href":730,"rel":731},"https://about.gitlab.com/ja-jp/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab/",[],[50,733,734],{},[22,735,737],{"href":723,"rel":736},[],"GitLab入門：プロジェクト管理をマスターする",[50,739,740],{},[22,741,744],{"href":742,"rel":743},"https://about.gitlab.com/ja-jp/blog/automating-agile-workflows-with-the-gitlab-triage-gem/",[],"gitlab-triage gemを使ったアジャイルワークフローの自動化",[50,746,747],{},[22,748,751],{"href":749,"rel":750},"https://about.gitlab.com/ja-jp/blog/getting-started-with-gitlab-understanding-ci-cd/",[],"GitLab入門：CI/CDについて理解する",[50,753,754],{},[22,755,758],{"href":756,"rel":757},"https://about.gitlab.com/ja-jp/blog/getting-started-with-gitlab-working-with-ci-cd-variables/",[],"GitLab入門：CI/CD変数を使用する",[760,761,762],"style",{},"html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}",{"title":83,"searchDepth":73,"depth":73,"links":764},[765,769,770,773,779,780],{"id":37,"depth":73,"text":37,"children":766},[767,768],{"id":44,"depth":102,"text":45},{"id":263,"depth":102,"text":264},{"id":364,"depth":73,"text":364},{"id":391,"depth":73,"text":392,"children":771},[772],{"id":437,"depth":102,"text":437},{"id":488,"depth":73,"text":488,"children":774},[775,776,777,778],{"id":494,"depth":102,"text":495},{"id":581,"depth":102,"text":582},{"id":614,"depth":102,"text":615},{"id":637,"depth":102,"text":638},{"id":667,"depth":73,"text":667},{"id":716,"depth":73,"text":716},"product","2025-01-28","Bitbucket、Gitea、GitHub、GitLab Self-Managedなど、さまざまなソースからプロジェクトをインポートする方法についてご説明します。","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097248/Blog/Hero%20Images/Blog/Hero%20Images/blog-getting-started-with-gitlab-banner-0497-option4-fy25_cFwd8DYFLekdnOLmbbChp_1750097247785.png",{},"/ja-jp/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab",{"ogTitle":5,"ogImage":787,"ogDescription":783,"ogSiteName":791,"noIndex":786,"ogType":792,"ogUrl":793,"title":5,"canonicalUrls":793,"description":783},"https://about.gitlab.com","article","https://about.gitlab.com/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab","getting-started-with-gitlab-how-to-import-your-projects-to-gitlab","ja-jp/blog/getting-started-with-gitlab-how-to-import-your-projects-to-gitlab",[781,797,798],"tutorial","DevSecOps platform","BlogPost","2025-10-07","6O6G-CDAU4YD1nUtl9C73xzcULICeCPeGE9bQQTE6ig",{"logo":803,"freeTrial":808,"sales":813,"login":818,"items":823,"search":1151,"minimal":1184,"duo":1201,"switchNav":1210,"pricingDeployment":1221},{"config":804},{"href":805,"dataGaName":806,"dataGaLocation":807},"/ja-jp/","gitlab logo","header",{"text":809,"config":810},"無料トライアルを開始",{"href":811,"dataGaName":812,"dataGaLocation":807},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":814,"config":815},"デモをリクエスト",{"href":816,"dataGaName":817,"dataGaLocation":807},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":819,"config":820},"サインイン",{"href":821,"dataGaName":822,"dataGaLocation":807},"https://gitlab.com/users/sign_in/","sign in",[824,853,955,960,1073,1129],{"text":825,"config":826,"menu":828},"プラットフォーム",{"dataNavLevelOne":827},"platform",{"type":829,"columns":830},"cards",[831,837,845],{"title":825,"description":832,"link":833},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":834,"config":835},"プラットフォームの詳細はこちら",{"href":836,"dataGaName":827,"dataGaLocation":807},"/ja-jp/platform/",{"title":838,"description":839,"link":840},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":841,"config":842},"GitLab Duoのご紹介",{"href":843,"dataGaName":844,"dataGaLocation":807},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":846,"description":847,"link":848},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":849,"config":850},"詳細はこちら",{"href":851,"dataGaName":852,"dataGaLocation":807},"/ja-jp/why-gitlab/","why gitlab",{"text":854,"left":243,"config":855,"menu":857},"製品",{"dataNavLevelOne":856},"solutions",{"type":858,"link":859,"columns":863,"feature":934},"lists",{"text":860,"config":861},"すべてのソリューションを表示",{"href":862,"dataGaName":856,"dataGaLocation":807},"/ja-jp/solutions/",[864,889,912],{"title":865,"description":866,"link":867,"items":872},"自動化","CI/CDと自動化でデプロイを加速",{"config":868},{"icon":869,"href":870,"dataGaName":871,"dataGaLocation":807},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[873,877,880,885],{"text":874,"config":875},"CI/CD",{"href":876,"dataGaLocation":807,"dataGaName":874},"/ja-jp/solutions/continuous-integration/",{"text":838,"config":878},{"href":843,"dataGaLocation":807,"dataGaName":879},"gitlab duo agent platform - product menu",{"text":881,"config":882},"ソースコード管理",{"href":883,"dataGaLocation":807,"dataGaName":884},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":886,"config":887},"自動化されたソフトウェアデリバリー",{"href":870,"dataGaLocation":807,"dataGaName":888},"Automated software delivery",{"title":890,"description":891,"link":892,"items":897},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":893},{"href":894,"dataGaName":895,"dataGaLocation":807,"icon":896},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[898,902,907],{"text":899,"config":900},"アプリケーションセキュリティテスト",{"href":894,"dataGaName":901,"dataGaLocation":807},"Application security testing",{"text":903,"config":904},"ソフトウェアサプライチェーンセキュリティ",{"href":905,"dataGaLocation":807,"dataGaName":906},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":908,"config":909},"ソフトウェアコンプライアンス",{"href":910,"dataGaName":911,"dataGaLocation":807},"/ja-jp/solutions/software-compliance/","software compliance",{"title":913,"link":914,"items":919},"測定",{"config":915},{"icon":916,"href":917,"dataGaName":918,"dataGaLocation":807},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[920,924,929],{"text":921,"config":922},"可視性と測定",{"href":917,"dataGaLocation":807,"dataGaName":923},"Visibility and Measurement",{"text":925,"config":926},"バリューストリーム管理",{"href":927,"dataGaLocation":807,"dataGaName":928},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":930,"config":931},"分析とインサイト",{"href":932,"dataGaLocation":807,"dataGaName":933},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":935,"type":858,"items":936},"GitLabが活躍する場所",[937,943,949],{"text":938,"config":939},"大企業",{"icon":940,"href":941,"dataGaLocation":807,"dataGaName":942},"Building","/ja-jp/enterprise/","enterprise",{"text":944,"config":945},"スモールビジネス",{"icon":946,"href":947,"dataGaLocation":807,"dataGaName":948},"Work","/ja-jp/small-business/","small business",{"text":950,"config":951},"公共部門",{"icon":952,"href":953,"dataGaLocation":807,"dataGaName":954},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":956,"config":957},"価格",{"href":958,"dataGaName":959,"dataGaLocation":807,"dataNavLevelOne":959},"/ja-jp/pricing/","pricing",{"text":961,"config":962,"menu":964},"関連リソース",{"dataNavLevelOne":963},"resources",{"type":858,"link":965,"columns":969,"feature":1062},{"text":966,"config":967},"すべてのリソースを表示",{"href":968,"dataGaName":963,"dataGaLocation":807},"/ja-jp/resources/",[970,1002,1029],{"title":971,"items":972},"はじめに",[973,978,983,987,992,997],{"text":974,"config":975},"インストール",{"href":976,"dataGaName":977,"dataGaLocation":807},"/ja-jp/install/","install",{"text":979,"config":980},"クイックスタートガイド",{"href":981,"dataGaName":982,"dataGaLocation":807},"/ja-jp/get-started/","quick setup checklists",{"text":984,"config":985},"学ぶ",{"href":684,"dataGaLocation":807,"dataGaName":986},"learn",{"text":988,"config":989},"製品ドキュメント",{"href":990,"dataGaName":991,"dataGaLocation":807},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":993,"config":994},"ベストプラクティスビデオ",{"href":995,"dataGaName":996,"dataGaLocation":807},"/ja-jp/getting-started-videos/","best practice videos",{"text":998,"config":999},"インテグレーション",{"href":1000,"dataGaName":1001,"dataGaLocation":807},"/ja-jp/integrations/","integrations",{"title":1003,"items":1004},"検索する",[1005,1010,1015,1020,1024],{"text":1006,"config":1007},"お客様成功事例",{"href":1008,"dataGaName":1009,"dataGaLocation":807},"/ja-jp/customers/","customer success stories",{"text":1011,"config":1012},"ブログ",{"href":1013,"dataGaName":1014,"dataGaLocation":807},"/ja-jp/blog/","blog",{"text":1016,"config":1017},"Demo Hub",{"href":1018,"dataGaName":1019,"dataGaLocation":807},"/ja-jp/demo-hub/","demo hub",{"text":1021,"config":1022},"The Source",{"href":1023,"dataGaName":1014,"dataGaLocation":807},"/ja-jp/the-source/",{"text":1025,"config":1026},"リモート",{"href":1027,"dataGaName":1028,"dataGaLocation":807},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":1030,"items":1031},"つなげる",[1032,1037,1042,1047,1052,1057],{"text":1033,"config":1034},"GitLabサービス",{"href":1035,"dataGaName":1036,"dataGaLocation":807},"/ja-jp/services/","services",{"text":1038,"config":1039},"コントリビュート",{"href":1040,"dataGaName":1041,"dataGaLocation":807},"https://contributors.gitlab.com","contribute",{"text":1043,"config":1044},"コミュニティ",{"href":1045,"dataGaName":1046,"dataGaLocation":807},"/community/","community",{"text":1048,"config":1049},"フォーラム",{"href":1050,"dataGaName":1051,"dataGaLocation":807},"https://forum.gitlab.com/","forum",{"text":1053,"config":1054},"イベント",{"href":1055,"dataGaName":1056,"dataGaLocation":807},"/events/","events",{"text":1058,"config":1059},"パートナー",{"href":1060,"dataGaName":1061,"dataGaLocation":807},"/ja-jp/partners/","partners",{"config":1063,"title":1066,"text":1067,"link":1068},{"background":1064,"textColor":1065},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":1069,"config":1070},"最新情報を読む",{"href":1071,"dataGaName":1072,"dataGaLocation":807},"/ja-jp/whats-new/","whats new",{"text":1074,"config":1075,"menu":1077},"企業情報",{"dataNavLevelOne":1076},"company",{"type":858,"columns":1078},[1079],{"items":1080},[1081,1086,1092,1094,1099,1104,1109,1114,1119,1124],{"text":1082,"config":1083},"GitLabについて",{"href":1084,"dataGaName":1085,"dataGaLocation":807},"/ja-jp/company/","about",{"text":1087,"config":1088,"footerGa":1091},"採用情報",{"href":1089,"dataGaName":1090,"dataGaLocation":807},"/jobs/","jobs",{"dataGaName":1090},{"text":1053,"config":1093},{"href":1055,"dataGaName":1056,"dataGaLocation":807},{"text":1095,"config":1096},"経営陣",{"href":1097,"dataGaName":1098,"dataGaLocation":807},"/company/team/e-group/","leadership",{"text":1100,"config":1101},"ハンドブック",{"href":1102,"dataGaName":1103,"dataGaLocation":807},"https://handbook.gitlab.com/","handbook",{"text":1105,"config":1106},"投資家向け情報",{"href":1107,"dataGaName":1108,"dataGaLocation":807},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":1110,"config":1111},"トラストセンター",{"href":1112,"dataGaName":1113,"dataGaLocation":807},"/ja-jp/security/","trust center",{"text":1115,"config":1116},"AI Transparency Center",{"href":1117,"dataGaName":1118,"dataGaLocation":807},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":1120,"config":1121},"ニュースレター",{"href":1122,"dataGaName":1123,"dataGaLocation":807},"/company/contact/#contact-forms","newsletter",{"text":1125,"config":1126},"プレス",{"href":1127,"dataGaName":1128,"dataGaLocation":807},"/press/","press",{"text":1130,"config":1131,"menu":1132},"お問い合わせ",{"dataNavLevelOne":1076},{"type":858,"columns":1133},[1134],{"items":1135},[1136,1141,1146],{"text":1137,"config":1138},"お問い合わせはこちら",{"href":1139,"dataGaName":1140,"dataGaLocation":807},"/ja-jp/sales/","talk to sales",{"text":1142,"config":1143},"サポートを受ける",{"href":1144,"dataGaName":1145,"dataGaLocation":807},"https://support.gitlab.com/hc/en-us","support portal",{"text":1147,"config":1148},"カスタマーポータル",{"href":1149,"dataGaName":1150,"dataGaLocation":807},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":1152,"login":1153,"suggestions":1160},"閉じる",{"text":1154,"link":1155},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":1156,"config":1157},"GitLab.com",{"href":821,"dataGaName":1158,"dataGaLocation":1159},"search login","search",{"text":1161,"default":1162},"提案",[1163,1165,1170,1172,1176,1180],{"text":838,"config":1164},{"href":843,"dataGaName":838,"dataGaLocation":1159},{"text":1166,"config":1167},"コード提案（AI）",{"href":1168,"dataGaName":1169,"dataGaLocation":1159},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":874,"config":1171},{"href":876,"dataGaName":874,"dataGaLocation":1159},{"text":1173,"config":1174},"GitLab on AWS",{"href":1175,"dataGaName":1173,"dataGaLocation":1159},"/ja-jp/partners/technology-partners/aws/",{"text":1177,"config":1178},"GitLab on Google Cloud",{"href":1179,"dataGaName":1177,"dataGaLocation":1159},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":1181,"config":1182},"GitLabを選ぶ理由",{"href":851,"dataGaName":1183,"dataGaLocation":1159},"Why GitLab?",{"freeTrial":1185,"mobileIcon":1189,"desktopIcon":1194,"secondaryButton":1197},{"text":809,"config":1186},{"href":1187,"dataGaName":812,"dataGaLocation":1188},"https://gitlab.com/-/trials/new/","nav",{"altText":1190,"config":1191},"GitLabアイコン",{"src":1192,"dataGaName":1193,"dataGaLocation":1188},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":1190,"config":1195},{"src":1196,"dataGaName":1193,"dataGaLocation":1188},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":971,"config":1198},{"href":1199,"dataGaName":1200,"dataGaLocation":1188},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":1202,"mobileIcon":1206,"desktopIcon":1208},{"text":1203,"config":1204},"GitLab Duoの詳細について",{"href":843,"dataGaName":1205,"dataGaLocation":1188},"gitlab duo",{"altText":1190,"config":1207},{"src":1192,"dataGaName":1193,"dataGaLocation":1188},{"altText":1190,"config":1209},{"src":1196,"dataGaName":1193,"dataGaLocation":1188},{"button":1211,"mobileIcon":1216,"desktopIcon":1218},{"text":1212,"config":1213},"/switch",{"href":1214,"dataGaName":1215,"dataGaLocation":1188},"#contact","switch",{"altText":1190,"config":1217},{"src":1192,"dataGaName":1193,"dataGaLocation":1188},{"altText":1190,"config":1219},{"src":1220,"dataGaName":1193,"dataGaLocation":1188},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":1222,"mobileIcon":1227,"desktopIcon":1229},{"text":1223,"config":1224},"料金ページに戻る",{"href":958,"dataGaName":1225,"dataGaLocation":1188,"icon":1226},"back to pricing","GoBack",{"altText":1190,"config":1228},{"src":1192,"dataGaName":1193,"dataGaLocation":1188},{"altText":1190,"config":1230},{"src":1196,"dataGaName":1193,"dataGaLocation":1188},{"title":1232,"button":1233,"config":1237},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":849,"config":1234},{"href":1235,"dataGaName":1236,"dataGaLocation":807},"/ja-jp/gitlab-orbit/","orbit",{"layout":1238,"disabled":786},"release",{"data":1240},{"text":1241,"source":1242,"edit":1248,"contribute":1253,"config":1258,"items":1263,"minimal":1472},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":1243,"config":1244},"ページのソースを表示",{"href":1245,"dataGaName":1246,"dataGaLocation":1247},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":1249,"config":1250},"このページを編集",{"href":1251,"dataGaName":1252,"dataGaLocation":1247},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":1254,"config":1255},"ご協力をお願いします",{"href":1256,"dataGaName":1257,"dataGaLocation":1247},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":1259,"facebook":1260,"youtube":1261,"linkedin":1262},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[1264,1309,1362,1405,1439],{"title":956,"links":1265,"subMenu":1280},[1266,1270,1275],{"text":1267,"config":1268},"プランの表示",{"href":958,"dataGaName":1269,"dataGaLocation":1247},"view plans",{"text":1271,"config":1272},"Premiumを選ぶ理由",{"href":1273,"dataGaName":1274,"dataGaLocation":1247},"/ja-jp/pricing/premium/","why premium",{"text":1276,"config":1277},"Ultimateを選ぶ理由",{"href":1278,"dataGaName":1279,"dataGaLocation":1247},"/ja-jp/pricing/ultimate/","why ultimate",[1281],{"title":1130,"links":1282},[1283,1285,1287,1289,1294,1299,1304],{"text":1130,"config":1284},{"href":1139,"dataGaName":817,"dataGaLocation":1247},{"text":1142,"config":1286},{"href":1144,"dataGaName":1145,"dataGaLocation":1247},{"text":1147,"config":1288},{"href":1149,"dataGaName":1150,"dataGaLocation":1247},{"text":1290,"config":1291},"ステータス",{"href":1292,"dataGaName":1293,"dataGaLocation":1247},"https://status.gitlab.com/","status",{"text":1295,"config":1296},"利用規約",{"href":1297,"dataGaName":1298,"dataGaLocation":1247},"/terms/","terms of use",{"text":1300,"config":1301},"プライバシーに関する声明",{"href":1302,"dataGaName":1303,"dataGaLocation":1247},"/ja-jp/privacy/","privacy statement",{"text":1305,"config":1306},"Cookie 優先設定",{"dataGaName":1307,"dataGaLocation":1247,"id":1308,"isOneTrustButton":243},"cookie preferences","ot-sdk-btn",{"title":854,"links":1310,"subMenu":1319},[1311,1315],{"text":1312,"config":1313},"DevSecOpsプラットフォーム",{"href":836,"dataGaName":1314,"dataGaLocation":1247},"devsecops platform",{"text":1316,"config":1317},"AI支援開発",{"href":843,"dataGaName":1318,"dataGaLocation":1247},"ai-assisted development",[1320],{"title":1321,"links":1322},"トピック",[1323,1327,1332,1337,1342,1347,1352,1357],{"text":874,"config":1324},{"href":1325,"dataGaName":1326,"dataGaLocation":1247},"/ja-jp/topics/ci-cd/","cicd",{"text":1328,"config":1329},"GitOps",{"href":1330,"dataGaName":1331,"dataGaLocation":1247},"/ja-jp/topics/gitops/","gitops",{"text":1333,"config":1334},"DevOps",{"href":1335,"dataGaName":1336,"dataGaLocation":1247},"/ja-jp/topics/devops/","devops",{"text":1338,"config":1339},"バージョン管理",{"href":1340,"dataGaName":1341,"dataGaLocation":1247},"/ja-jp/topics/version-control/","version control",{"text":1343,"config":1344},"DevSecOps",{"href":1345,"dataGaName":1346,"dataGaLocation":1247},"/ja-jp/topics/devsecops/","devsecops",{"text":1348,"config":1349},"クラウドネイティブ",{"href":1350,"dataGaName":1351,"dataGaLocation":1247},"/ja-jp/topics/cloud-native/","cloud native",{"text":1353,"config":1354},"コーディングのためのAI",{"href":1355,"dataGaName":1356,"dataGaLocation":1247},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":1358,"config":1359},"エージェント型AI",{"href":1360,"dataGaName":1361,"dataGaLocation":1247},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":1363,"links":1364},"ソリューション",[1365,1368,1370,1375,1379,1382,1385,1388,1390,1392,1395,1400],{"text":899,"config":1366},{"href":894,"dataGaName":1367,"dataGaLocation":1247},"Application Security Testing",{"text":886,"config":1369},{"href":870,"dataGaName":871,"dataGaLocation":1247},{"text":1371,"config":1372},"アジャイル開発",{"href":1373,"dataGaName":1374,"dataGaLocation":1247},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":1376,"config":1377},"SCM",{"href":883,"dataGaName":1378,"dataGaLocation":1247},"source code management",{"text":874,"config":1380},{"href":876,"dataGaName":1381,"dataGaLocation":1247},"continuous integration & delivery",{"text":925,"config":1383},{"href":927,"dataGaName":1384,"dataGaLocation":1247},"value stream management",{"text":1328,"config":1386},{"href":1387,"dataGaName":1331,"dataGaLocation":1247},"/ja-jp/solutions/gitops/",{"text":938,"config":1389},{"href":941,"dataGaName":942,"dataGaLocation":1247},{"text":944,"config":1391},{"href":947,"dataGaName":948,"dataGaLocation":1247},{"text":1393,"config":1394},"公共機関",{"href":953,"dataGaName":954,"dataGaLocation":1247},{"text":1396,"config":1397},"教育",{"href":1398,"dataGaName":1399,"dataGaLocation":1247},"/ja-jp/solutions/education/","education",{"text":1401,"config":1402},"金融サービス",{"href":1403,"dataGaName":1404,"dataGaLocation":1247},"/ja-jp/solutions/finance/","financial services",{"title":1406,"links":1407},"リソース",[1408,1410,1412,1414,1418,1420,1423,1425,1427,1429,1431,1433,1435,1437],{"text":974,"config":1409},{"href":976,"dataGaName":977,"dataGaLocation":1247},{"text":979,"config":1411},{"href":981,"dataGaName":982,"dataGaLocation":1247},{"text":984,"config":1413},{"href":684,"dataGaName":986,"dataGaLocation":1247},{"text":988,"config":1415},{"href":1416,"dataGaName":1417,"dataGaLocation":1247},"https://docs.gitlab.com/ja-jp","docs",{"text":1011,"config":1419},{"href":1013,"dataGaName":1014,"dataGaLocation":1247},{"text":1421,"config":1422},"最新リリース",{"href":1071,"dataGaName":1072,"dataGaLocation":1247},{"text":1006,"config":1424},{"href":1008,"dataGaName":1009,"dataGaLocation":1247},{"text":1025,"config":1426},{"href":1027,"dataGaName":1028,"dataGaLocation":1247},{"text":1033,"config":1428},{"href":1035,"dataGaName":1036,"dataGaLocation":1247},{"text":1038,"config":1430},{"href":1040,"dataGaName":1041,"dataGaLocation":1247},{"text":1043,"config":1432},{"href":1045,"dataGaName":1046,"dataGaLocation":1247},{"text":1048,"config":1434},{"href":1050,"dataGaName":1051,"dataGaLocation":1247},{"text":1053,"config":1436},{"href":1055,"dataGaName":1056,"dataGaLocation":1247},{"text":1058,"config":1438},{"href":1060,"dataGaName":1061,"dataGaLocation":1247},{"title":1440,"links":1441},"会社情報",[1442,1444,1446,1448,1450,1452,1456,1461,1463,1465,1467],{"text":1082,"config":1443},{"href":1084,"dataGaName":1076,"dataGaLocation":1247},{"text":1087,"config":1445},{"href":1089,"dataGaName":1090,"dataGaLocation":1247},{"text":1095,"config":1447},{"href":1097,"dataGaName":1098,"dataGaLocation":1247},{"text":1100,"config":1449},{"href":1102,"dataGaName":1103,"dataGaLocation":1247},{"text":1105,"config":1451},{"href":1107,"dataGaName":1108,"dataGaLocation":1247},{"text":1453,"config":1454},"Sustainability",{"href":1455,"dataGaName":1453,"dataGaLocation":1247},"/sustainability/",{"text":1457,"config":1458},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1459,"dataGaName":1460,"dataGaLocation":1247},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":1110,"config":1462},{"href":1112,"dataGaName":1113,"dataGaLocation":1247},{"text":1120,"config":1464},{"href":1122,"dataGaName":1123,"dataGaLocation":1247},{"text":1125,"config":1466},{"href":1127,"dataGaName":1128,"dataGaLocation":1247},{"text":1468,"config":1469},"現代奴隷制の透明性に関する声明",{"href":1470,"dataGaName":1471,"dataGaLocation":1247},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1473},[1474,1476,1479],{"text":1295,"config":1475},{"href":1297,"dataGaName":1298,"dataGaLocation":1247},{"text":1477,"config":1478},"Cookieの設定",{"dataGaName":1307,"dataGaLocation":1247,"id":1308,"isOneTrustButton":243},{"text":1300,"config":1480},{"href":1302,"dataGaName":1303,"dataGaLocation":1247},[1482],{"id":1483,"title":7,"body":785,"config":1484,"content":1486,"description":785,"extension":1490,"meta":1491,"navigation":243,"path":1492,"seo":1493,"stem":1494,"__hash__":1495},"blogAuthors/en-us/blog/authors/abubakar-siddiq-ango.yml",{"template":1485},"BlogAuthor",{"name":7,"config":1487},{"headshot":1488,"ctfId":1489},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango","yml",{},"/en-us/blog/authors/abubakar-siddiq-ango",{},"en-us/blog/authors/abubakar-siddiq-ango","u5Jv4JxCpfmcGQuXEU4Lr5xVBJP9LAB2NkXRMLeYwPE",[1497,1505,1513],{"title":1498,"description":1499,"heroImage":1500,"category":781,"date":1501,"authors":1502,"slug":1504,"externalUrl":785},"「作業アイテム作成」トリガーで割り当てを自動化する方法","作業アイテムの割り当てを手作業なしで瞬時に行うAI機能について、順を追って解説するガイドです。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-07-20",[1503],"Cesar Saavedra","how-to-use-a-work-item-created-trigger",{"title":1506,"description":1507,"heroImage":1508,"category":781,"date":1509,"authors":1510,"slug":1512,"externalUrl":785},"GitLab 19.2リリース","GitLab 19.2でリリースした最新機能を公開します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1783980535/t3gez0gpayfndrhncunf.png","2026-07-16",[1511],"GitLab Japan Team","gitlab-19-2-release",{"title":1514,"description":1515,"heroImage":1516,"category":781,"date":1517,"authors":1518,"slug":1521,"externalUrl":785},"GitLabの制限付きアクセスが進化。シート超過を防ぎ、コストを予測可能に","GitLabの制限付きアクセス機能が、シートの超過を防ぎ、ID プロバイダーと連携し、 ライセンスコストを予測しやすくする仕組みについて解説します。\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774375772/kpaaaiqhokevxxeoxvu0.png","2026-07-06",[1519,1520],"Magdalena Frankiewicz","Priyanka Palanikumar","gitlab-restricted-access-improvements",{"promotions":1523},[1524,1538,1549,1561],{"id":1525,"categories":1526,"header":1528,"text":1529,"button":1530,"image":1535},"ai-modernization",[1527],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1531,"config":1532},"AI成熟度スコアを確認する",{"href":1533,"dataGaName":1534,"dataGaLocation":1014},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1536},{"src":1537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1539,"categories":1540,"header":1541,"text":1529,"button":1542,"image":1546},"devops-modernization",[781,1346],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1543,"config":1544},"DevOps成熟度スコアを確認しましょう",{"href":1545,"dataGaName":1534,"dataGaLocation":1014},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1547},{"src":1548},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1550,"categories":1551,"header":1553,"text":1529,"button":1554,"image":1558},"security-modernization",[1552],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1555,"config":1556},"セキュリティ成熟度スコアを確認しましょう",{"href":1557,"dataGaName":1534,"dataGaLocation":1014},"/ja-jp/assessments/security-modernization-assessment/",{"config":1559},{"src":1560},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1562,"paths":1563,"header":1566,"text":1567,"button":1568,"image":1573},"github-azure-migration",[1564,1565],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1569,"config":1570},"GitLabとGitHubの比較を見る",{"href":1571,"dataGaName":1572,"dataGaLocation":1014},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1574},{"src":1548},{"header":1576,"blurb":1577,"button":1578,"secondaryButton":1582},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":809,"config":1579},{"href":1580,"dataGaName":812,"dataGaLocation":1581},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":1130,"config":1583},{"href":1139,"dataGaName":817,"dataGaLocation":1581},1786803770714]