[{"data":1,"prerenderedAt":972},["ShallowReactive",2],{"/ja-jp/blog/ci-expert-and-data-analyst-ai-agents-target-development-gaps":3,"navigation-ja-jp":188,"banner-ja-jp":618,"footer-ja-jp":626,"blog-post-authors-ja-jp-Corinne Dent":868,"blog-related-posts-ja-jp-ci-expert-and-data-analyst-ai-agents-target-development-gaps":884,"blog-promotions-ja-jp":910,"next-steps-ja-jp":963},{"id":4,"title":5,"authors":6,"body":8,"category":166,"date":167,"description":168,"extension":169,"externalUrl":170,"faq":170,"featured":171,"heroImage":172,"meta":173,"navigation":171,"path":174,"seo":175,"slug":180,"stem":181,"tags":182,"template":185,"updatedDate":186,"__hash__":187},"blogPosts/ja-jp/blog/ci-expert-and-data-analyst-ai-agents-target-development-gaps.md","GitLab 18.11：CI エキスパートとデータ分析AIエージェントで開発ギャップを解消",[7],"Corinne Dent",{"type":9,"value":10,"toc":159},"minimark",[11,15,18,28,31,36,44,47,50,53,56,70,73,82,86,89,91,94,98,101,104,107,110,124,127,131,133,135,137,140,144,147],[12,13,14],"p",{},"AIが生成するコードは、それを取り巻く仕組みが追いつけないほどのスピードで増え続けています。コードが増えれば、レビュー待ちのマージリクエストが積み上がり、設定すべきパイプラインが増え、デリバリーの状況について誰も答える時間がないまま疑問だけが蓄積されていきます。 そして、現在チームが使っているほとんどのツールは、このペースに対応できるように設計されていません。",[12,16,17],{},"GitLab 18.11では、AIがほとんど手をつけてこなかった開発ライフサイクルならではのこうしたギャップに対処するため、Duo Agent Platform向けの2つの新しい基本エージェントを追加しました。",[19,20,21,25],"ul",{},[22,23,24],"li",{},"CIエキスパートエージェント（ベータ版）は、コードを書き終えてから実際にパイプラインを実行するまでの間に生じるギャップを解消します。",[22,26,27],{},"データ分析エージェント（一般提供開始）は、コードをリリースした後、そのデリバリーの実態を把握しようとする際に生じるギャップを解消します。",[12,29,30],{},"これらは、汎用アシスタントでは解決できない課題領域です。GitLabの外で動くツールでも、YAMLファイルを生成したり質問に答えたりすることはできます。しかし、そうしたツールには、これまでのパイプラインのパフォーマンス、障害が集中する箇所、実際のMRサイクルタイムといったコンテキスト情報がありません。コンテキストはGitLabの中にあり、今回追加されるエージェントも同じGitLabの中にあります。",[32,33,35],"h2",{"id":34},"ciエキスパートエージェントで素早くciをセットアップ","CIエキスパートエージェントで素早くCIをセットアップ",[12,37,38,39,43],{},"AIによってコードを書くこと自体はこれまでになく簡単になりました。しかし、そのコードを実際に実行するパイプラインに乗せるまでのプロセスは、多くのチームにとって数日、あるいは数週間後の課題として残ったまま、場合によっては永遠に後回しにされています。空白のページという問題は、エディターの中にはもうありません。今や ",[40,41,42],"code",{},".gitlab-ci.yml"," の中にあります。",[12,45,46],{},"CI設定の経験がない開発者は、YAMLでの言語検出の書き方も、適切なテストコマンドの指定方法も、プッシュ前に結果を検証する手順も知りません。チームは（今の状況に合っているかどうかにかかわらず）過去のプロジェクトから設定をコピーしてくるか、ドキュメントからサンプルを持ってきて継ぎ接ぎするか、以前に経験したことのある一人の担当者を待つか、のいずれかしかない状況になりがちです。その担当者が不在であれば、CIは「後でやる」課題になります。そして「後で」は「永遠にやらない」になります。",[12,48,49],{},"CIが実装されないまま放置されると、その影響はあらゆるところに現れます。変更は信頼できるセーフティネットなしにリリースされ、リグレッションはパイプラインではなく本番環境で発覚し、誰も「ビルドを壊した人」と呼ばれたくないために変更は大きく危険なバッチへと膨らんでいきます。やがてチームは暗闇の中で作業することを当然のこととして受け入れるようになり、ドキュメント化されていないノウハウや場当たり的なテストに頼るようになります。速くて予測可能なフィードバックループによりすべての変更が行われる環境とはほど遠い状況です。",[12,51,52],{},"ベータ版として提供開始となったCIエキスパートエージェントは、そうした悪循環を解消します。リポジトリを検査し、使用言語とフレームワークを特定した上で、実際の設定に合わせたビルドとテストのパイプラインを提案します。そして Agentic Chat上でわかりやすい言葉を使い、各判断の理由を説明します。目標は、人の手でYAMLを書くことなく、数分でパイプラインを稼働させることです。",[12,54,55],{},"CIエキスパートエージェントの機能：",[19,57,58,61,64,67],{},[22,59,60],{},"リポジトリを認識したパイプライン生成：言語、フレームワーク、テスト設定を自動検出",[22,62,63],{},"有効で実行可能なビルド・テスト設定を生成",[22,65,66],{},"Agentic Chat上で各ステップをわかりやすく説明する、初めてのパイプライン構築ガイド付きフロー",[22,68,69],{},"設定の変換なしに使えるネイティブのGitLab CIセマンティクス",[12,71,72],{},"GitLabの内部で動作し、実際のパイプラインの動作履歴にアクセスできるため、静的なサンプルだけに頼るのではなく、チームの実際の作業パターンを学習してすべての改善に活かすことができます。",[74,75],"iframe",{"src":76,"frameBorder":77,"allow":78,"referrerPolicy":79,"style":80,"title":81},"https://player.vimeo.com/video/1183458036?badge=0&autopause=0&player_id=0&app_id=58479","0","autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share","strict-origin-when-cross-origin","position:absolute;top:0;left:0;width:100%;height:100%;","CI/CD Expert Agent",[83,84],"script",{"src":85},"https://player.vimeo.com/api/player.js",[87,88],"br",{},[87,90],{},[12,92,93],{},"CIエキスパートエージェントは、Duo Agent Platformが有効な環境において、GitLab.com、Self-Managed、Dedicatedのいずれでも、Free、Premium、Ultimateの各エディションでご利用いただけます。",[32,95,97],{"id":96},"データ分析エージェントで自然言語によるgitlabデータのクエリを実現","データ分析エージェントで自然言語によるGitLabデータのクエリを実現",[12,99,100],{},"AIはチームのリリーススピードを上げました。しかし、その作業の進捗状況に関する基本的な疑問への回答は、以前よりもむしろ難しくなっています。",[12,102,103],{},"MRのレビュー完了までの滞留時間は？チームの足を引っ張っているのはどのパイプラインか？デプロイ目標は実際に達成されているか？かつてはダッシュボードをちらりと見るだけで答えられた問いです。しかしコードもチームも複雑さも増した今、データはGitLabの中に存在するにもかかわらず、アクセスするにはアナリティクスチームへの依頼、ダッシュボードリクエストの提出、あるいはGLQLの習得が必要となっています。",[12,105,106],{},"データアナリストエージェントはそのギャップを解消します。自然言語で質問するだけで、Agentic Chat上に即座に可視化された回答が返ってきます。クエリ言語も不要、ダッシュボードのリクエスト提出も不要、誰かが回答をまとめるまで待つことも不要です。",[12,108,109],{},"たとえば、このエージェントは以下のようなロールに対して、次のようなトピックに関する問いに回答できます。",[19,111,112,115,118,121],{},[22,113,114],{},"エンジニアリングマネージャー：MRサイクルタイム、プロジェクト別スループット、レビューが止まる箇所",[22,116,117],{},"デベロッパー：コントリビューションパターン、自分のMRをブロックしているフラッキーテスト、パイプラインのスピードトレンド",[22,119,120],{},"DevOpsおよびプラットフォームエンジニア：パイプラインの成功/失敗率、ランナーの使用率、デプロイ頻度",[22,122,123],{},"エンジニアリングリーダーシップ：ポートフォリオ横断のデプロイ頻度、プロジェクトの健全性メトリクス、リードタイムの比較",[12,125,126],{},"18.11で一般提供開始となったこのエージェントは、MR、イシュー、プロジェクト、パイプライン、ジョブをカバーし、ベータ版よりも対象範囲が拡大してソフトウェア開発ライフサイクル全体をカバーします。データ分析エージェントはGitLabの既存データに対してクエリを実行するため、コンテキストは常に最新の状態に保たれ、メンテナンスが必要な外部パイプラインや同期を維持すべきサードパーティツールも不要です。生成されたGitLab Query Language（GLQL）クエリはコピーしてGitLab Flavored Markdownがサポートされる場所ならどこでも使用でき、ワークアイテムやダッシュボードへの直接エクスポートも今後のロードマップに予定されています。",[74,128],{"src":129,"frameBorder":77,"allow":78,"referrerPolicy":79,"style":80,"title":130},"https://player.vimeo.com/video/1183094817?badge=0&autopause=0&player_id=0&app_id=58479","Data Analyst agent demo",[83,132],{"src":85},[87,134],{},[87,136],{},[12,138,139],{},"データ分析エージェントは、Duo Agent Platformが有効な環境において、GitLab.com、Self-Managed、DedicatedのいずれでもFree、Premium、Ultimateの各エディションでご利用いただけます。",[32,141,143],{"id":142},"_1つのプラットフォームつながったコンテキスト","1つのプラットフォーム、つながったコンテキスト",[12,145,146],{},"両エージェントはGitLabの内部で動作し、すでにそこにあるコード、パイプライン、イシュー、マージリクエストにアクセスできます。それが、プラットフォームネイティブのAIと切り離されたアシスタントとの違いです。コンテキストは常に最新に保たれ、使えば使うほど有用性が増していきます。CIエキスパートエージェントとデータ分析エージェントは、AIがコードを速く書く手助けをするだけでなく、作り上げたものを理解し、リリースし、維持するためのプラットフォームに向けた、具体的な2つの前進を体現しています。",[148,149,150],"blockquote",{},[12,151,152,158],{},[153,154,157],"a",{"href":155,"rel":156},"https://about.gitlab.com/ja-jp/gitlab-duo-agent-platform/",[],"GitLab Duo Agent Platformの無料トライアルを開始","して、これらの基本AIエージェントをぜひ体験してください。",{"title":160,"searchDepth":161,"depth":161,"links":162},"",2,[163,164,165],{"id":34,"depth":161,"text":35},{"id":96,"depth":161,"text":97},{"id":142,"depth":161,"text":143},"product","2026-04-16","GitLab 18.11で新たに追加されたGitLab Duo Agent Platformの2つの基本エージェントを使って、CIのセットアップとソフトウェア開発ライフサイクルデータのクエリを実行できます。","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1776259080/cakqnwo5ecp255lo8lzo.png",{},"/ja-jp/blog/ci-expert-and-data-analyst-ai-agents-target-development-gaps",{"config":176,"title":178,"description":179,"ogImage":172},{"noIndex":177},false,"CI エキスパートとデータアナリストエージェントで開発ギャップを解消","GitLab 18.11では、GitLab Duo Agent Platformの新たな基盤エージェントとして、CIのセットアップを支援するCI エキスパートエージェント（ベータ版）と、SDLCデータをクエリできるデータアナリストエージェント（GA）が追加されました。","ci-expert-and-data-analyst-ai-agents-target-development-gaps","ja-jp/blog/ci-expert-and-data-analyst-ai-agents-target-development-gaps",[183,184,166],"AI","features","BlogPost","2026-05-12","u0OnZH3oI6bcPYufZtSW24wLN_qEL-Bu0alQvVM9NdQ",{"logo":189,"freeTrial":194,"sales":199,"login":204,"items":209,"search":538,"minimal":571,"duo":588,"switchNav":597,"pricingDeployment":608},{"config":190},{"href":191,"dataGaName":192,"dataGaLocation":193},"/ja-jp/","gitlab logo","header",{"text":195,"config":196},"無料トライアルを開始",{"href":197,"dataGaName":198,"dataGaLocation":193},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":200,"config":201},"デモをリクエスト",{"href":202,"dataGaName":203,"dataGaLocation":193},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":205,"config":206},"サインイン",{"href":207,"dataGaName":208,"dataGaLocation":193},"https://gitlab.com/users/sign_in/","sign in",[210,239,341,346,460,516],{"text":211,"config":212,"menu":214},"プラットフォーム",{"dataNavLevelOne":213},"platform",{"type":215,"columns":216},"cards",[217,223,231],{"title":211,"description":218,"link":219},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":220,"config":221},"プラットフォームの詳細はこちら",{"href":222,"dataGaName":213,"dataGaLocation":193},"/ja-jp/platform/",{"title":224,"description":225,"link":226},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":227,"config":228},"GitLab Duoのご紹介",{"href":229,"dataGaName":230,"dataGaLocation":193},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":232,"description":233,"link":234},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":235,"config":236},"詳細はこちら",{"href":237,"dataGaName":238,"dataGaLocation":193},"/ja-jp/why-gitlab/","why gitlab",{"text":240,"left":171,"config":241,"menu":243},"製品",{"dataNavLevelOne":242},"solutions",{"type":244,"link":245,"columns":249,"feature":320},"lists",{"text":246,"config":247},"すべてのソリューションを表示",{"href":248,"dataGaName":242,"dataGaLocation":193},"/ja-jp/solutions/",[250,275,298],{"title":251,"description":252,"link":253,"items":258},"自動化","CI/CDと自動化でデプロイを加速",{"config":254},{"icon":255,"href":256,"dataGaName":257,"dataGaLocation":193},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[259,263,266,271],{"text":260,"config":261},"CI/CD",{"href":262,"dataGaLocation":193,"dataGaName":260},"/ja-jp/solutions/continuous-integration/",{"text":224,"config":264},{"href":229,"dataGaLocation":193,"dataGaName":265},"gitlab duo agent platform - product menu",{"text":267,"config":268},"ソースコード管理",{"href":269,"dataGaLocation":193,"dataGaName":270},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":272,"config":273},"自動化されたソフトウェアデリバリー",{"href":256,"dataGaLocation":193,"dataGaName":274},"Automated software delivery",{"title":276,"description":277,"link":278,"items":283},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":279},{"href":280,"dataGaName":281,"dataGaLocation":193,"icon":282},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[284,288,293],{"text":285,"config":286},"アプリケーションセキュリティテスト",{"href":280,"dataGaName":287,"dataGaLocation":193},"Application security testing",{"text":289,"config":290},"ソフトウェアサプライチェーンセキュリティ",{"href":291,"dataGaLocation":193,"dataGaName":292},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":294,"config":295},"ソフトウェアコンプライアンス",{"href":296,"dataGaName":297,"dataGaLocation":193},"/ja-jp/solutions/software-compliance/","software compliance",{"title":299,"link":300,"items":305},"測定",{"config":301},{"icon":302,"href":303,"dataGaName":304,"dataGaLocation":193},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[306,310,315],{"text":307,"config":308},"可視性と測定",{"href":303,"dataGaLocation":193,"dataGaName":309},"Visibility and Measurement",{"text":311,"config":312},"バリューストリーム管理",{"href":313,"dataGaLocation":193,"dataGaName":314},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":316,"config":317},"分析とインサイト",{"href":318,"dataGaLocation":193,"dataGaName":319},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":321,"type":244,"items":322},"GitLabが活躍する場所",[323,329,335],{"text":324,"config":325},"大企業",{"icon":326,"href":327,"dataGaLocation":193,"dataGaName":328},"Building","/ja-jp/enterprise/","enterprise",{"text":330,"config":331},"スモールビジネス",{"icon":332,"href":333,"dataGaLocation":193,"dataGaName":334},"Work","/ja-jp/small-business/","small business",{"text":336,"config":337},"公共部門",{"icon":338,"href":339,"dataGaLocation":193,"dataGaName":340},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":342,"config":343},"価格",{"href":344,"dataGaName":345,"dataGaLocation":193,"dataNavLevelOne":345},"/ja-jp/pricing/","pricing",{"text":347,"config":348,"menu":350},"関連リソース",{"dataNavLevelOne":349},"resources",{"type":244,"link":351,"columns":355,"feature":449},{"text":352,"config":353},"すべてのリソースを表示",{"href":354,"dataGaName":349,"dataGaLocation":193},"/ja-jp/resources/",[356,389,416],{"title":357,"items":358},"はじめに",[359,364,369,374,379,384],{"text":360,"config":361},"インストール",{"href":362,"dataGaName":363,"dataGaLocation":193},"/ja-jp/install/","install",{"text":365,"config":366},"クイックスタートガイド",{"href":367,"dataGaName":368,"dataGaLocation":193},"/ja-jp/get-started/","quick setup checklists",{"text":370,"config":371},"学ぶ",{"href":372,"dataGaLocation":193,"dataGaName":373},"https://university.gitlab.com/","learn",{"text":375,"config":376},"製品ドキュメント",{"href":377,"dataGaName":378,"dataGaLocation":193},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":380,"config":381},"ベストプラクティスビデオ",{"href":382,"dataGaName":383,"dataGaLocation":193},"/ja-jp/getting-started-videos/","best practice videos",{"text":385,"config":386},"インテグレーション",{"href":387,"dataGaName":388,"dataGaLocation":193},"/ja-jp/integrations/","integrations",{"title":390,"items":391},"検索する",[392,397,402,407,411],{"text":393,"config":394},"お客様成功事例",{"href":395,"dataGaName":396,"dataGaLocation":193},"/ja-jp/customers/","customer success stories",{"text":398,"config":399},"ブログ",{"href":400,"dataGaName":401,"dataGaLocation":193},"/ja-jp/blog/","blog",{"text":403,"config":404},"Demo Hub",{"href":405,"dataGaName":406,"dataGaLocation":193},"/ja-jp/demo-hub/","demo hub",{"text":408,"config":409},"The Source",{"href":410,"dataGaName":401,"dataGaLocation":193},"/ja-jp/the-source/",{"text":412,"config":413},"リモート",{"href":414,"dataGaName":415,"dataGaLocation":193},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":417,"items":418},"つなげる",[419,424,429,434,439,444],{"text":420,"config":421},"GitLabサービス",{"href":422,"dataGaName":423,"dataGaLocation":193},"/ja-jp/services/","services",{"text":425,"config":426},"コントリビュート",{"href":427,"dataGaName":428,"dataGaLocation":193},"https://contributors.gitlab.com","contribute",{"text":430,"config":431},"コミュニティ",{"href":432,"dataGaName":433,"dataGaLocation":193},"/community/","community",{"text":435,"config":436},"フォーラム",{"href":437,"dataGaName":438,"dataGaLocation":193},"https://forum.gitlab.com/","forum",{"text":440,"config":441},"イベント",{"href":442,"dataGaName":443,"dataGaLocation":193},"/events/","events",{"text":445,"config":446},"パートナー",{"href":447,"dataGaName":448,"dataGaLocation":193},"/ja-jp/partners/","partners",{"config":450,"title":453,"text":454,"link":455},{"background":451,"textColor":452},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":456,"config":457},"最新情報を読む",{"href":458,"dataGaName":459,"dataGaLocation":193},"/ja-jp/whats-new/","whats new",{"text":461,"config":462,"menu":464},"企業情報",{"dataNavLevelOne":463},"company",{"type":244,"columns":465},[466],{"items":467},[468,473,479,481,486,491,496,501,506,511],{"text":469,"config":470},"GitLabについて",{"href":471,"dataGaName":472,"dataGaLocation":193},"/ja-jp/company/","about",{"text":474,"config":475,"footerGa":478},"採用情報",{"href":476,"dataGaName":477,"dataGaLocation":193},"/jobs/","jobs",{"dataGaName":477},{"text":440,"config":480},{"href":442,"dataGaName":443,"dataGaLocation":193},{"text":482,"config":483},"経営陣",{"href":484,"dataGaName":485,"dataGaLocation":193},"/company/team/e-group/","leadership",{"text":487,"config":488},"ハンドブック",{"href":489,"dataGaName":490,"dataGaLocation":193},"https://handbook.gitlab.com/","handbook",{"text":492,"config":493},"投資家向け情報",{"href":494,"dataGaName":495,"dataGaLocation":193},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":497,"config":498},"トラストセンター",{"href":499,"dataGaName":500,"dataGaLocation":193},"/ja-jp/security/","trust center",{"text":502,"config":503},"AI Transparency Center",{"href":504,"dataGaName":505,"dataGaLocation":193},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":507,"config":508},"ニュースレター",{"href":509,"dataGaName":510,"dataGaLocation":193},"/company/contact/#contact-forms","newsletter",{"text":512,"config":513},"プレス",{"href":514,"dataGaName":515,"dataGaLocation":193},"/press/","press",{"text":517,"config":518,"menu":519},"お問い合わせ",{"dataNavLevelOne":463},{"type":244,"columns":520},[521],{"items":522},[523,528,533],{"text":524,"config":525},"お問い合わせはこちら",{"href":526,"dataGaName":527,"dataGaLocation":193},"/ja-jp/sales/","talk to sales",{"text":529,"config":530},"サポートを受ける",{"href":531,"dataGaName":532,"dataGaLocation":193},"https://support.gitlab.com/hc/en-us","support portal",{"text":534,"config":535},"カスタマーポータル",{"href":536,"dataGaName":537,"dataGaLocation":193},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":539,"login":540,"suggestions":547},"閉じる",{"text":541,"link":542},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":543,"config":544},"GitLab.com",{"href":207,"dataGaName":545,"dataGaLocation":546},"search login","search",{"text":548,"default":549},"提案",[550,552,557,559,563,567],{"text":224,"config":551},{"href":229,"dataGaName":224,"dataGaLocation":546},{"text":553,"config":554},"コード提案（AI）",{"href":555,"dataGaName":556,"dataGaLocation":546},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":260,"config":558},{"href":262,"dataGaName":260,"dataGaLocation":546},{"text":560,"config":561},"GitLab on AWS",{"href":562,"dataGaName":560,"dataGaLocation":546},"/ja-jp/partners/technology-partners/aws/",{"text":564,"config":565},"GitLab on Google Cloud",{"href":566,"dataGaName":564,"dataGaLocation":546},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":568,"config":569},"GitLabを選ぶ理由",{"href":237,"dataGaName":570,"dataGaLocation":546},"Why GitLab?",{"freeTrial":572,"mobileIcon":576,"desktopIcon":581,"secondaryButton":584},{"text":195,"config":573},{"href":574,"dataGaName":198,"dataGaLocation":575},"https://gitlab.com/-/trials/new/","nav",{"altText":577,"config":578},"GitLabアイコン",{"src":579,"dataGaName":580,"dataGaLocation":575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":577,"config":582},{"src":583,"dataGaName":580,"dataGaLocation":575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":357,"config":585},{"href":586,"dataGaName":587,"dataGaLocation":575},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":589,"mobileIcon":593,"desktopIcon":595},{"text":590,"config":591},"GitLab Duoの詳細について",{"href":229,"dataGaName":592,"dataGaLocation":575},"gitlab duo",{"altText":577,"config":594},{"src":579,"dataGaName":580,"dataGaLocation":575},{"altText":577,"config":596},{"src":583,"dataGaName":580,"dataGaLocation":575},{"button":598,"mobileIcon":603,"desktopIcon":605},{"text":599,"config":600},"/switch",{"href":601,"dataGaName":602,"dataGaLocation":575},"#contact","switch",{"altText":577,"config":604},{"src":579,"dataGaName":580,"dataGaLocation":575},{"altText":577,"config":606},{"src":607,"dataGaName":580,"dataGaLocation":575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":609,"mobileIcon":614,"desktopIcon":616},{"text":610,"config":611},"料金ページに戻る",{"href":344,"dataGaName":612,"dataGaLocation":575,"icon":613},"back to pricing","GoBack",{"altText":577,"config":615},{"src":579,"dataGaName":580,"dataGaLocation":575},{"altText":577,"config":617},{"src":583,"dataGaName":580,"dataGaLocation":575},{"title":619,"button":620,"config":624},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":235,"config":621},{"href":622,"dataGaName":623,"dataGaLocation":193},"/ja-jp/gitlab-orbit/","orbit",{"layout":625,"disabled":177},"release",{"data":627},{"text":628,"source":629,"edit":635,"contribute":640,"config":645,"items":650,"minimal":859},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":630,"config":631},"ページのソースを表示",{"href":632,"dataGaName":633,"dataGaLocation":634},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":636,"config":637},"このページを編集",{"href":638,"dataGaName":639,"dataGaLocation":634},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":641,"config":642},"ご協力をお願いします",{"href":643,"dataGaName":644,"dataGaLocation":634},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":646,"facebook":647,"youtube":648,"linkedin":649},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[651,696,749,792,826],{"title":342,"links":652,"subMenu":667},[653,657,662],{"text":654,"config":655},"プランの表示",{"href":344,"dataGaName":656,"dataGaLocation":634},"view plans",{"text":658,"config":659},"Premiumを選ぶ理由",{"href":660,"dataGaName":661,"dataGaLocation":634},"/ja-jp/pricing/premium/","why premium",{"text":663,"config":664},"Ultimateを選ぶ理由",{"href":665,"dataGaName":666,"dataGaLocation":634},"/ja-jp/pricing/ultimate/","why ultimate",[668],{"title":517,"links":669},[670,672,674,676,681,686,691],{"text":517,"config":671},{"href":526,"dataGaName":203,"dataGaLocation":634},{"text":529,"config":673},{"href":531,"dataGaName":532,"dataGaLocation":634},{"text":534,"config":675},{"href":536,"dataGaName":537,"dataGaLocation":634},{"text":677,"config":678},"ステータス",{"href":679,"dataGaName":680,"dataGaLocation":634},"https://status.gitlab.com/","status",{"text":682,"config":683},"利用規約",{"href":684,"dataGaName":685,"dataGaLocation":634},"/terms/","terms of use",{"text":687,"config":688},"プライバシーに関する声明",{"href":689,"dataGaName":690,"dataGaLocation":634},"/ja-jp/privacy/","privacy statement",{"text":692,"config":693},"Cookie 優先設定",{"dataGaName":694,"dataGaLocation":634,"id":695,"isOneTrustButton":171},"cookie preferences","ot-sdk-btn",{"title":240,"links":697,"subMenu":706},[698,702],{"text":699,"config":700},"DevSecOpsプラットフォーム",{"href":222,"dataGaName":701,"dataGaLocation":634},"devsecops platform",{"text":703,"config":704},"AI支援開発",{"href":229,"dataGaName":705,"dataGaLocation":634},"ai-assisted development",[707],{"title":708,"links":709},"トピック",[710,714,719,724,729,734,739,744],{"text":260,"config":711},{"href":712,"dataGaName":713,"dataGaLocation":634},"/ja-jp/topics/ci-cd/","cicd",{"text":715,"config":716},"GitOps",{"href":717,"dataGaName":718,"dataGaLocation":634},"/ja-jp/topics/gitops/","gitops",{"text":720,"config":721},"DevOps",{"href":722,"dataGaName":723,"dataGaLocation":634},"/ja-jp/topics/devops/","devops",{"text":725,"config":726},"バージョン管理",{"href":727,"dataGaName":728,"dataGaLocation":634},"/ja-jp/topics/version-control/","version control",{"text":730,"config":731},"DevSecOps",{"href":732,"dataGaName":733,"dataGaLocation":634},"/ja-jp/topics/devsecops/","devsecops",{"text":735,"config":736},"クラウドネイティブ",{"href":737,"dataGaName":738,"dataGaLocation":634},"/ja-jp/topics/cloud-native/","cloud native",{"text":740,"config":741},"コーディングのためのAI",{"href":742,"dataGaName":743,"dataGaLocation":634},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":745,"config":746},"エージェント型AI",{"href":747,"dataGaName":748,"dataGaLocation":634},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":750,"links":751},"ソリューション",[752,755,757,762,766,769,772,775,777,779,782,787],{"text":285,"config":753},{"href":280,"dataGaName":754,"dataGaLocation":634},"Application Security Testing",{"text":272,"config":756},{"href":256,"dataGaName":257,"dataGaLocation":634},{"text":758,"config":759},"アジャイル開発",{"href":760,"dataGaName":761,"dataGaLocation":634},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":763,"config":764},"SCM",{"href":269,"dataGaName":765,"dataGaLocation":634},"source code management",{"text":260,"config":767},{"href":262,"dataGaName":768,"dataGaLocation":634},"continuous integration & delivery",{"text":311,"config":770},{"href":313,"dataGaName":771,"dataGaLocation":634},"value stream management",{"text":715,"config":773},{"href":774,"dataGaName":718,"dataGaLocation":634},"/ja-jp/solutions/gitops/",{"text":324,"config":776},{"href":327,"dataGaName":328,"dataGaLocation":634},{"text":330,"config":778},{"href":333,"dataGaName":334,"dataGaLocation":634},{"text":780,"config":781},"公共機関",{"href":339,"dataGaName":340,"dataGaLocation":634},{"text":783,"config":784},"教育",{"href":785,"dataGaName":786,"dataGaLocation":634},"/ja-jp/solutions/education/","education",{"text":788,"config":789},"金融サービス",{"href":790,"dataGaName":791,"dataGaLocation":634},"/ja-jp/solutions/finance/","financial services",{"title":793,"links":794},"リソース",[795,797,799,801,805,807,810,812,814,816,818,820,822,824],{"text":360,"config":796},{"href":362,"dataGaName":363,"dataGaLocation":634},{"text":365,"config":798},{"href":367,"dataGaName":368,"dataGaLocation":634},{"text":370,"config":800},{"href":372,"dataGaName":373,"dataGaLocation":634},{"text":375,"config":802},{"href":803,"dataGaName":804,"dataGaLocation":634},"https://docs.gitlab.com/ja-jp","docs",{"text":398,"config":806},{"href":400,"dataGaName":401,"dataGaLocation":634},{"text":808,"config":809},"最新リリース",{"href":458,"dataGaName":459,"dataGaLocation":634},{"text":393,"config":811},{"href":395,"dataGaName":396,"dataGaLocation":634},{"text":412,"config":813},{"href":414,"dataGaName":415,"dataGaLocation":634},{"text":420,"config":815},{"href":422,"dataGaName":423,"dataGaLocation":634},{"text":425,"config":817},{"href":427,"dataGaName":428,"dataGaLocation":634},{"text":430,"config":819},{"href":432,"dataGaName":433,"dataGaLocation":634},{"text":435,"config":821},{"href":437,"dataGaName":438,"dataGaLocation":634},{"text":440,"config":823},{"href":442,"dataGaName":443,"dataGaLocation":634},{"text":445,"config":825},{"href":447,"dataGaName":448,"dataGaLocation":634},{"title":827,"links":828},"会社情報",[829,831,833,835,837,839,843,848,850,852,854],{"text":469,"config":830},{"href":471,"dataGaName":463,"dataGaLocation":634},{"text":474,"config":832},{"href":476,"dataGaName":477,"dataGaLocation":634},{"text":482,"config":834},{"href":484,"dataGaName":485,"dataGaLocation":634},{"text":487,"config":836},{"href":489,"dataGaName":490,"dataGaLocation":634},{"text":492,"config":838},{"href":494,"dataGaName":495,"dataGaLocation":634},{"text":840,"config":841},"Sustainability",{"href":842,"dataGaName":840,"dataGaLocation":634},"/sustainability/",{"text":844,"config":845},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":846,"dataGaName":847,"dataGaLocation":634},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":497,"config":849},{"href":499,"dataGaName":500,"dataGaLocation":634},{"text":507,"config":851},{"href":509,"dataGaName":510,"dataGaLocation":634},{"text":512,"config":853},{"href":514,"dataGaName":515,"dataGaLocation":634},{"text":855,"config":856},"現代奴隷制の透明性に関する声明",{"href":857,"dataGaName":858,"dataGaLocation":634},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":860},[861,863,866],{"text":682,"config":862},{"href":684,"dataGaName":685,"dataGaLocation":634},{"text":864,"config":865},"Cookieの設定",{"dataGaName":694,"dataGaLocation":634,"id":695,"isOneTrustButton":171},{"text":687,"config":867},{"href":689,"dataGaName":690,"dataGaLocation":634},[869],{"id":870,"title":7,"body":170,"config":871,"content":873,"description":170,"extension":878,"meta":879,"navigation":171,"path":880,"seo":881,"stem":882,"__hash__":883},"blogAuthors/en-us/blog/authors/corinne-dent.yml",{"template":872},"BlogAuthor",{"name":7,"config":874},{"headshot":875,"socialProof":876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1776259325/wleadycsbhxupfjk429x.jpg",{"gitlabHandle":877},"cdentpmm","yml",{},"/en-us/blog/authors/corinne-dent",{},"en-us/blog/authors/corinne-dent","gIXSYvPo4R_gcT_E81HVjh6tw7d7pqkxqMlBL5z_sow",[885,893,901],{"title":886,"description":887,"heroImage":888,"category":166,"date":889,"authors":890,"slug":892,"externalUrl":170},"「作業アイテム作成」トリガーで割り当てを自動化する方法","作業アイテムの割り当てを手作業なしで瞬時に行うAI機能について、順を追って解説するガイドです。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-07-20",[891],"Cesar Saavedra","how-to-use-a-work-item-created-trigger",{"title":894,"description":895,"heroImage":896,"category":166,"date":897,"authors":898,"slug":900,"externalUrl":170},"GitLab 19.2リリース","GitLab 19.2でリリースした最新機能を公開します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1783980535/t3gez0gpayfndrhncunf.png","2026-07-16",[899],"GitLab Japan Team","gitlab-19-2-release",{"title":902,"description":903,"heroImage":904,"category":166,"date":905,"authors":906,"slug":909,"externalUrl":170},"GitLabの制限付きアクセスが進化。シート超過を防ぎ、コストを予測可能に","GitLabの制限付きアクセス機能が、シートの超過を防ぎ、ID プロバイダーと連携し、 ライセンスコストを予測しやすくする仕組みについて解説します。\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774375772/kpaaaiqhokevxxeoxvu0.png","2026-07-06",[907,908],"Magdalena Frankiewicz","Priyanka Palanikumar","gitlab-restricted-access-improvements",{"promotions":911},[912,926,937,949],{"id":913,"categories":914,"header":916,"text":917,"button":918,"image":923},"ai-modernization",[915],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":919,"config":920},"AI成熟度スコアを確認する",{"href":921,"dataGaName":922,"dataGaLocation":401},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":924},{"src":925},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":927,"categories":928,"header":929,"text":917,"button":930,"image":934},"devops-modernization",[166,733],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":931,"config":932},"DevOps成熟度スコアを確認しましょう",{"href":933,"dataGaName":922,"dataGaLocation":401},"/ja-jp/assessments/devops-modernization-assessment/",{"config":935},{"src":936},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":938,"categories":939,"header":941,"text":917,"button":942,"image":946},"security-modernization",[940],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":943,"config":944},"セキュリティ成熟度スコアを確認しましょう",{"href":945,"dataGaName":922,"dataGaLocation":401},"/ja-jp/assessments/security-modernization-assessment/",{"config":947},{"src":948},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":950,"paths":951,"header":954,"text":955,"button":956,"image":961},"github-azure-migration",[952,953],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":957,"config":958},"GitLabとGitHubの比較を見る",{"href":959,"dataGaName":960,"dataGaLocation":401},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":962},{"src":936},{"header":964,"blurb":965,"button":966,"secondaryButton":970},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":195,"config":967},{"href":968,"dataGaName":198,"dataGaLocation":969},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":517,"config":971},{"href":526,"dataGaName":203,"dataGaLocation":969},1786803770052]