{"id":5559,"date":"2019-08-13T08:48:12","date_gmt":"2019-08-13T06:48:12","guid":{"rendered":"https:\/\/www.almtoolbox.com\/blog\/?p=5559"},"modified":"2020-12-30T10:02:05","modified_gmt":"2020-12-30T08:02:05","slug":"jira-gitlab-ci-cd-integration","status":"publish","type":"post","link":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/","title":{"rendered":"Is it possible to use Jira + GitLab + GitLab CI\/CD?"},"content":{"rendered":"<p>Recently we witnessed a growing interest in GitLab and especially in its advanced built-in CI\/CD component. To answer that interest, we have written a few papers on that topic and held several meetings (all of them recorded). As a result we were asked a number of questions about GitLab CI\/CD.<\/p>\n<p>In this post I want to address two of those questions:<\/p>\n<p>Whether it is possible to integrate Jira with GitLab?<\/p>\n<p>Whether it is possible to integrate Jira with GitLab CI\/CD?<\/p>\n<p><b>The answer is a resolute Yes.<\/b><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-5569\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\" alt=\"jira gitlab integration logos\" width=\"501\" height=\"227\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2019\/08\/jira-old-logo-gitlab-flow.jpg 895w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2019\/08\/jira-old-logo-gitlab-flow-300x136.jpg 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2019\/08\/jira-old-logo-gitlab-flow-150x68.jpg 150w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2019\/08\/jira-old-logo-gitlab-flow-768x348.jpg 768w\" sizes=\"auto, (max-width: 501px) 100vw, 501px\" \/><\/p>\n<p>We have studied that issue and will show the way to do it.<\/p>\n<p>The connection is possible both in the self-hosted version (i.e. on-premises on your own data center or in a private cloud hosting) and in the public cloud version (aka &#8220;gitlab dot com&#8221;). In fact the connection is possible in all GitLab CI\/CD and Jira distribution forms.<\/p>\n<p>Based on our experience, we recommend building a plan on how you are going to use those features. In particular your development procedures, use of CI\/CD, user training, etc.<\/p>\n<p>&nbsp;<\/p>\n<h3>How will it all work together?<\/h3>\n<p>The following diagram shows the process we have built and often present to companies, which we advise on the development flows and CI\/CD pipelines.<\/p>\n<p>This process is very basic and is supposed to be modified according to projects\u2019 specific needs, but it already shows all \u201cclassic quartet\u201d (see the link below) steps.<\/p>\n<div id=\"attachment_5562\" style=\"width: 710px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/12\/jira-gitlab-flow.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-5562\" class=\"wp-image-5562\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/12\/jira-gitlab-flow.png\" alt=\"jira gitlab ci\/cd flow\" width=\"700\" height=\"377\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/12\/jira-gitlab-flow.png 1002w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/12\/jira-gitlab-flow-300x162.png 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/12\/jira-gitlab-flow-150x81.png 150w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/12\/jira-gitlab-flow-768x414.png 768w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/a><p id=\"caption-attachment-5562\" class=\"wp-caption-text\">A basic flow (click to enlarge)<\/p><\/div>\n<h3>Here is an explanation of this diagram:<\/h3>\n<ol>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">The group leader creates an issue in JIRA to fix a bug or develop a feature and assigns it to a developer. The issue is in the \u201cTo Do\u201d status.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">The developer starts working. He moves the issue to status \u201cDoing\u201d, then creates a branch and clones or pulls the repo to his workstation.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">After the feature is developed\/the bug is fixed, the developer pushes his work to the GitLab server, which triggers a CI pipeline.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">If the pipeline succeeds, the developer creates a Merge Request, thus starting a code review.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">As a result of the code review, the developer may be requested to do a number of changes before the Merge Request is merged,\u00a0 with each change triggering a CI pipeline.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">At last, the Pull Request is merged into the master branch, and again a CI pipeline runs to check the merge result.<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">Some changes may be needed on the master branch, after which the software is marked as a new baseline and the JIRA issue is marked as \u201cDone\u201d<\/span><\/li>\n<li dir=\"ltr\" style=\"font-weight: 400; text-align: left;\"><span style=\"font-weight: 400;\">Note that there can be many variations on this flow. E.g., there can be an additional JIRA status, \u201cQA Testing\u201d to which the issue moves when a Pull Request is merged.<\/span><\/li>\n<\/ol>\n<h3>Summing up (and adding some points we have learned in our tests):<\/h3>\n<ul>\n<li>It is possible to integrate Jira with GitLab CI\/CD (thus taking advantage of all GitLab CI\/CD features).<\/li>\n<li>Yes you also integrate Jira with GitLab (in the past we had written a paper on that topic and published a video demonstrating that integration).<\/li>\n<li>Alternatively, you can use GitLab as an all-in-one tool, which replaces Jira<\/li>\n<\/ul>\n<div class=\"alm-box alm-contact\">\n<h4><\/h4>\n<p><em><span style=\"font-weight: 400;\">ALM-Toolbox offers ALM and DevOps solutions including git, GitLab, Jira, Kubernetes, GitHub, Jenkins, Bitbucket and more. <\/span><\/em><em><span style=\"font-weight: 400;\">We help customers build end-to-end solutions\u00a0including dev, test and prod environments; moving to containers and to the cloud.<br \/>\nWe provide consulting, licenses, private hosting in the cloud, training, add-on development and we support and sell variety of DevOps and ALM tools.<br \/>\nQuestions? Contact us: <a href=\"mailto:devops@almtoolbox.com\" target=\"_blank\" rel=\"noopener noreferrer\">devops@almtoolbox.com<\/a> or +972-722-240-5222 \/ 1-866-503-147<\/span><\/em><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<h3>Related Links:<\/h3>\n<ul>\n<li>Our <a href=\"https:\/\/www.almtoolbox.com\/gitlab\" target=\"_blank\" rel=\"noopener noreferrer\">GitLab website<\/a><\/li>\n<li><a href=\"https:\/\/www.almtoolbox.com\/blog_he\/gitlab-ci-cd-demo\/\" target=\"_blank\" rel=\"noopener noreferrer\">Demo: GitLab CI\/CD in action<\/a><\/li>\n<li><a href=\"https:\/\/www.almtoolbox.com\/blog\/new-gitlab-ci-cd-workshop\/\" target=\"_blank\" rel=\"noopener noreferrer\">Workshop: GitLab CI\/CD + Kubernetes<\/a><\/li>\n<li><a href=\"https:\/\/www.almtoolbox.com\/blog\/new-integration-between-gitlab-and-jira\/\" target=\"_blank\" rel=\"noopener noreferrer\">New Integration Between GitLab and Jira<\/a><\/li>\n<li><a href=\"https:\/\/www.almtoolbox.com\/blog\/gitlab-code-review-white-paper\/\" target=\"_blank\" rel=\"noopener noreferrer\">White paper: Code Review with GitLab<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Recently we witnessed a growing interest in GitLab and especially in its advanced built-in CI\/CD component. To answer that interest, we have written a few papers on that topic and held several meetings (all of them recorded). As a result we were asked a number of questions about GitLab CI\/CD. In this post I want [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":5569,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[150,166,172,127],"tags":[],"class_list":["post-5559","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-git","category-gitlab","category-gitlab-ci","category-jira"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News<\/title>\n<meta name=\"description\" content=\"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News\" \/>\n<meta property=\"og:description\" content=\"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\" \/>\n<meta property=\"og:site_name\" content=\"ALMtoolbox News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/almtoolbox.israel\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-13T06:48:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-30T08:02:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"895\" \/>\n\t<meta property=\"og:image:height\" content=\"406\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tamir Gefen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Dikla\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tamir Gefen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\"},\"author\":{\"name\":\"Tamir Gefen\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63\"},\"headline\":\"Is it possible to use Jira + GitLab + GitLab CI\/CD?\",\"datePublished\":\"2019-08-13T06:48:12+00:00\",\"dateModified\":\"2020-12-30T08:02:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\"},\"wordCount\":642,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\",\"articleSection\":[\"Git\",\"GitLab\",\"GitLab CI\",\"JIRA\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\",\"name\":\"Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\",\"datePublished\":\"2019-08-13T06:48:12+00:00\",\"dateModified\":\"2020-12-30T08:02:05+00:00\",\"description\":\"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg\",\"width\":895,\"height\":406,\"caption\":\"jira gitlab integration logos\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.almtoolbox.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Is it possible to use Jira + GitLab + GitLab CI\/CD?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"name\":\"ALMtoolbox News\",\"description\":\"All the news of ALMtoolbox\",\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\",\"name\":\"ALMtoolbox\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"width\":410,\"height\":190,\"caption\":\"ALMtoolbox\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/almtoolbox.israel\/\",\"https:\/\/www.linkedin.com\/company\/almtoolbox\/\",\"https:\/\/www.youtube.com\/user\/GoMidjets\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63\",\"name\":\"Tamir Gefen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g\",\"caption\":\"Tamir Gefen\"},\"sameAs\":[\"https:\/\/x.com\/Dikla\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News","description":"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/","og_locale":"en_US","og_type":"article","og_title":"Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News","og_description":"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?","og_url":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/","og_site_name":"ALMtoolbox News","article_publisher":"https:\/\/www.facebook.com\/almtoolbox.israel\/","article_published_time":"2019-08-13T06:48:12+00:00","article_modified_time":"2020-12-30T08:02:05+00:00","og_image":[{"width":895,"height":406,"url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg","type":"image\/jpeg"}],"author":"Tamir Gefen","twitter_card":"summary_large_image","twitter_creator":"@Dikla","twitter_misc":{"Written by":"Tamir Gefen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#article","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/"},"author":{"name":"Tamir Gefen","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63"},"headline":"Is it possible to use Jira + GitLab + GitLab CI\/CD?","datePublished":"2019-08-13T06:48:12+00:00","dateModified":"2020-12-30T08:02:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/"},"wordCount":642,"commentCount":0,"publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg","articleSection":["Git","GitLab","GitLab CI","JIRA"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/","url":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/","name":"Is it possible to use Jira + GitLab + GitLab CI\/CD? - ALMtoolbox News","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg","datePublished":"2019-08-13T06:48:12+00:00","dateModified":"2020-12-30T08:02:05+00:00","description":"In this post we address two questions: Whether it is possible to integrate Jira with GitLab and GitLab CI\/CD?","breadcrumb":{"@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#primaryimage","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2019\/08\/jira-old-logo-gitlab-flow.jpg","width":895,"height":406,"caption":"jira gitlab integration logos"},{"@type":"BreadcrumbList","@id":"https:\/\/www.almtoolbox.com\/blog\/jira-gitlab-ci-cd-integration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.almtoolbox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Is it possible to use Jira + GitLab + GitLab CI\/CD?"}]},{"@type":"WebSite","@id":"https:\/\/www.almtoolbox.com\/blog\/#website","url":"https:\/\/www.almtoolbox.com\/blog\/","name":"ALMtoolbox News","description":"All the news of ALMtoolbox","publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.almtoolbox.com\/blog\/#organization","name":"ALMtoolbox","url":"https:\/\/www.almtoolbox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","width":410,"height":190,"caption":"ALMtoolbox"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/almtoolbox.israel\/","https:\/\/www.linkedin.com\/company\/almtoolbox\/","https:\/\/www.youtube.com\/user\/GoMidjets"]},{"@type":"Person","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63","name":"Tamir Gefen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g","caption":"Tamir Gefen"},"sameAs":["https:\/\/x.com\/Dikla"]}]}},"_links":{"self":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/comments?post=5559"}],"version-history":[{"count":12,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5559\/revisions"}],"predecessor-version":[{"id":5573,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5559\/revisions\/5573"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media\/5569"}],"wp:attachment":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media?parent=5559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/categories?post=5559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/tags?post=5559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}