{"id":5123,"date":"2020-07-20T16:42:00","date_gmt":"2020-07-20T14:42:00","guid":{"rendered":"https:\/\/www.almtoolbox.com\/blog\/?p=5123"},"modified":"2020-07-26T19:04:57","modified_gmt":"2020-07-26T17:04:57","slug":"creating-gitlab-branch-from-jira-server","status":"publish","type":"post","link":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/","title":{"rendered":"Creating GitLab Branches from Jira"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-1-1024x495.jpg\" alt=\"create gitlab branch from within jira dashboard\" class=\"wp-image-5133\" width=\"700\" height=\"NaN\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1-1024x495.jpg 1024w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1-300x145.jpg 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1-150x73.jpg 150w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1-768x372.jpg 768w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1-1536x743.jpg 1536w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-1.jpg 1914w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Many projects use GitLab together with Jira. In such a combination, GitLab is used for git repository management, code review (by merge requests [MRs]) and CI\/CD, while Jira manages development tasks, bugs and planning.<\/p>\n\n\n\n<p>GitLab provides a basic integration with Jira, which allows you to create links between Jira issues and GitLab commits and MRs, helping you keep traceability between code and tasks. <\/p>\n\n\n\n<p>This integration also lets you close Jira issues by GitLab commits and MRs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What if I want to create a branch from within Jira?<\/h3>\n\n\n\n<p>However many developers would like to have yet another capability: to create a <strong>GitLab branch<\/strong> (actually a git branch) from within the Jira UI, so that the branch is associated with that issue. <\/p>\n\n\n\n<p>For example, the name of the branch could contain the Jira&#8217;s Issue ID and its title. Thus the developers would know what problem is being solved using that branch.<\/p>\n\n\n\n<p>Moreover, some developers want to work more quickly and just create a branch by 2-mouse-clicks without leaving the context of the Jira UI.<\/p>\n\n\n\n<p>GitLab is aware of this requirement, but there&#8217;s no solution at this moment.<br>As far as we know, they plan to implement it at some point for cloud only (GitLab cloud and Jira cloud) , not for on-prem GitLab (self-hosted) and Jira Server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">There&#8217;s a solution<\/h3>\n\n\n\n<p>We at ALM-Toolbox have the know-how of both Jira and GitLab APIs and webhooks, and we have already developed similar capabilities for some of our self-hosted customers (as we support dozens of customers who use both GitLab and Jira). We can do it for other customers as well, designed to their exact specifications.<\/p>\n\n\n\n<p>Below is an example what a GitLab branch creation UI looks on Jira Server screen (click to enlarge):<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1-1024x496.jpg\" alt=\"create git branch from within Jira dashboard\" class=\"wp-image-5156\" width=\"700\" height=\"339\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-enlarge-1-1024x496.jpg 1024w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-enlarge-1-300x145.jpg 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-enlarge-1-150x73.jpg 150w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-enlarge-1-768x372.jpg 768w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/GitLab-CC-enlarge-1.jpg 1436w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/a><figcaption>You can create a branch from within Jira UI (in side-bar)<\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"357\" height=\"263\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/create-branch-enlarged.jpg\" alt=\"\" class=\"wp-image-5159\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/create-branch-enlarged.jpg 357w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/create-branch-enlarged-300x221.jpg 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/07\/create-branch-enlarged-150x111.jpg 150w\" sizes=\"auto, (max-width: 357px) 100vw, 357px\" \/><figcaption><em><strong>Create Branch<\/strong><\/em> button<\/figcaption><\/figure><\/div>\n\n\n\n<p>After you click on the <strong><em>Create Branch<\/em><\/strong> button, you will see a window where you can edit the branch name, select the source branch (or just use the default one) and continue to the actual branch creation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What else?<\/h3>\n\n\n\n<p>We can also make it possible to create GitLab Merge Requests (MRs) directly from the Jira UI and to allow Jira status transition only when the relevant MR is merged.<\/p>\n\n\n\n<div class=\"\" style=\"border: 1px solid #eacd85; background: #FFFACD; padding: 1.1em 1.2em; border-radius: 4px;\">\n<p>Do you need a similar solution aligned to your needs? <br>Contact us for more information: <a rel=\"noreferrer noopener\" href=\"mailto:devops@almtoolbox.com\" target=\"_blank\">devops@almtoolbox.com<\/a> or call us +31 85 064 4633 \/ 866-503-1471\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Related links:<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Our <a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/gitlab\" target=\"_blank\">GitLab website<\/a><\/li><li>Our <a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/jira\" target=\"_blank\">Jira website<\/a><\/li><li>Working from home? <a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/blog\/working-from-home-remote-tools-methodologies\/\" target=\"_blank\">Tools and Methodologies to support remote work<\/a> <\/li><\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many projects use GitLab together with Jira. In such a combination, GitLab is used for git repository management, code review (by merge requests [MRs]) and CI\/CD, while Jira manages development tasks, bugs and planning. GitLab provides a basic integration with Jira, which allows you to create links between Jira issues and GitLab commits and MRs, [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":5156,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[150,166,127],"tags":[250,149],"class_list":["post-5123","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-git","category-gitlab","category-jira","tag-git-branch","tag-integration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating GitLab Branches from Jira - ALMtoolbox News<\/title>\n<meta name=\"description\" content=\"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.\" \/>\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\/creating-gitlab-branch-from-jira-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating GitLab Branches from Jira - ALMtoolbox News\" \/>\n<meta property=\"og:description\" content=\"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\" \/>\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=\"2020-07-20T14:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-26T17:04:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1436\" \/>\n\t<meta property=\"og:image:height\" content=\"695\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Noa Harel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Noa Harel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\"},\"author\":{\"name\":\"Noa Harel\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a\"},\"headline\":\"Creating GitLab Branches from Jira\",\"datePublished\":\"2020-07-20T14:42:00+00:00\",\"dateModified\":\"2020-07-26T17:04:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\"},\"wordCount\":421,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\",\"keywords\":[\"git-branch\",\"Integration\"],\"articleSection\":[\"Git\",\"GitLab\",\"JIRA\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\",\"name\":\"Creating GitLab Branches from Jira - ALMtoolbox News\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\",\"datePublished\":\"2020-07-20T14:42:00+00:00\",\"dateModified\":\"2020-07-26T17:04:57+00:00\",\"description\":\"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg\",\"width\":1436,\"height\":695,\"caption\":\"GitLab jira integration create branch\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.almtoolbox.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating GitLab Branches from Jira\"}]},{\"@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\/a7d03132957d034fc2fc5454501a204a\",\"name\":\"Noa Harel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"caption\":\"Noa Harel\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating GitLab Branches from Jira - ALMtoolbox News","description":"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.","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\/creating-gitlab-branch-from-jira-server\/","og_locale":"en_US","og_type":"article","og_title":"Creating GitLab Branches from Jira - ALMtoolbox News","og_description":"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.","og_url":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/","og_site_name":"ALMtoolbox News","article_publisher":"https:\/\/www.facebook.com\/almtoolbox.israel\/","article_published_time":"2020-07-20T14:42:00+00:00","article_modified_time":"2020-07-26T17:04:57+00:00","og_image":[{"width":1436,"height":695,"url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg","type":"image\/jpeg"}],"author":"Noa Harel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Noa Harel","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#article","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/"},"author":{"name":"Noa Harel","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a"},"headline":"Creating GitLab Branches from Jira","datePublished":"2020-07-20T14:42:00+00:00","dateModified":"2020-07-26T17:04:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/"},"wordCount":421,"commentCount":0,"publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg","keywords":["git-branch","Integration"],"articleSection":["Git","GitLab","JIRA"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/","url":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/","name":"Creating GitLab Branches from Jira - ALMtoolbox News","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg","datePublished":"2020-07-20T14:42:00+00:00","dateModified":"2020-07-26T17:04:57+00:00","description":"Many developers want to create a GitLab branch from within the Jira dashboard, so a branch is associated with an issue. Here we explains how to gain it.","breadcrumb":{"@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#primaryimage","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/07\/GitLab-CC-enlarge-1.jpg","width":1436,"height":695,"caption":"GitLab jira integration create branch"},{"@type":"BreadcrumbList","@id":"https:\/\/www.almtoolbox.com\/blog\/creating-gitlab-branch-from-jira-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.almtoolbox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Creating GitLab Branches from Jira"}]},{"@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\/a7d03132957d034fc2fc5454501a204a","name":"Noa Harel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","caption":"Noa Harel"}}]}},"_links":{"self":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5123","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/comments?post=5123"}],"version-history":[{"count":30,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5123\/revisions"}],"predecessor-version":[{"id":5285,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5123\/revisions\/5285"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media\/5156"}],"wp:attachment":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media?parent=5123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/categories?post=5123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/tags?post=5123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}