{"id":33364,"date":"2019-10-31T21:52:11","date_gmt":"2019-10-31T18:52:11","guid":{"rendered":"https:\/\/prohoster.info\/blog\/integratsiya-jira-s-gitlab\/"},"modified":"2019-10-31T21:52:11","modified_gmt":"2019-10-31T18:52:11","slug":"integratsiya-jira-s-gitlab","status":"publish","type":"post","link":"https:\/\/prohoster.info\/it\/blog\/administrirovanie\/integratsiya-jira-s-gitlab","title":{"rendered":"Integrazione di Jira con GitLab","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<h3>Obiettivo<\/h3>\n<p>\nQuando si esegue un commit in git, menzioniamo nel commento un task di Jira per nome, dopodich\u00e9 accadono due cose:<\/p>\n<ul>\n<li> in GitLab il titolo del task diventa un link attivo ad esso in Jira<\/li>\n<\/ul>\n<p><\/p>\n<ul>\n<li> in Jira viene aggiunto un commento al task con i link al commit e all'utente che l'ha effettuato, oltre al testo della menzione <\/li>\n<\/ul>\n<p><noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h3>Impostazione<\/h3>\n<p><\/p>\n<ol>\n<li>Abbiamo bisogno di un utente Jira con diritti di livello write. \u00c8 possibile utilizzare un utente esistente, ma \u00e8 importante ricordare che tutti i commenti in Jira relativi alle menzioni di task da git verranno fatti a nome di questo utente. \u00c8 quindi meglio crearne uno nuovo, chiamarlo, ad esempio, GitLab e aggiungerlo in Jira con diritti di write in tutti i tuoi progetti. <\/li>\n<li>Abbiamo bisogno di un utente GitLab con diritti di amministratore in ciascun progetto che stiamo collegando. Per ogni progetto l'integrazione viene configurata separatamente. <\/li>\n<li> In GitLab apriamo il progetto, andiamo su <i>Impostazioni<\/i> -&gt; <i>Integrazioni<\/i>. Scorriamo verso il basso e vediamo <i>Servizi di progetto<\/i> con un lungo elenco di servizi che possono essere collegati.<br \/>\n<img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/9d5c33a9372adcc87ebda2773fa55fc1.jpg\" style=\"display:block;margin: 0 auto;\" \/>\n<\/li>\n<li>Troviamo in questo elenco Jira, appare un modulo<br \/>\n<img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/8f29499989fa633999fd81dc1b7ce217.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<\/p>\n<ul>\n<li> Mettiamo il segno di spunta <i>Active<\/i>, per attivare il collegamento.<\/li>\n<\/ul>\n<ul>\n<li> Come si pu\u00f2 vedere dal modulo, \u00e8 possibile configurare separatamente il comportamento desiderato per i commit e le merge request. <\/li>\n<\/ul>\n<ul>\n<li>Inserire <i>URL Web<\/i> della tua azienda in Jira, ad esempio 'https:\/\/companyname.atlassian.net' <\/li>\n<\/ul>\n<ul>\n<li><i>URL API Jira<\/i> \u2014 compilato se avete un'altra istanza Jira, altrimenti verr\u00e0 utilizzato il valore predefinito <i>URL Web<\/i>.<\/li>\n<\/ul>\n<ul>\n<li>Campi <i>Nome utente\/Email<\/i> e <i>Password\/Token<\/i> compilati in base a se state usando Jira Server o Jira Cloud. In caso di Jira Server, inserite Nome utente e password dell'utente che aggiunger\u00e0 i commenti. In caso di Jira Cloud, inserite l'email e il token che si pu\u00f2 ottenere <noindex><a rel=\"nofollow\" href=\"https:\/\/id.atlassian.com\/manage\/api-tokens\">qui<\/a><\/noindex>. <\/li>\n<\/ul>\n<ul>\n<li>Campo <i>ID di transizione<\/i>. Se volete che, ad esempio, menzionando il task esso venga automaticamente chiuso, in questo campo dovete inserire l'ID della transizione allo stato chiuso. Questo ID pu\u00f2 essere ottenuto tramite API:\n<pre><code class=\"xml\">https:\/\/companyname.atlassian.net\/rest\/api\/2\/issue\/ISSUENAME-123\/transitions <\/code><\/pre>\n<p>\n dove ISSUENAME-123 \u00e8 il nome di un task in uno stato desiderato. Riceverete un JSON con un array di transizioni da cui poter prendere l'ID necessario. <\/li>\n<\/ul>\n<p>\nDi conseguenza in GitLab <i>Impostazioni<\/i> -&gt; <i>Integrazioni<\/i> Jira ha ora un indicatore verde:<\/p>\n<p><img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/a2dc8118476ed2a5d801ec400feab070.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n <br \/>\ne nel menu del progetto apparir\u00e0 un'opzione <i>Jira<\/i>, che porta al progetto corrispondente in Jira:<\/p>\n<p><img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/cff44ee5c151e7df7957e63e4075db73.jpg\" style=\"display:block;margin: 0 auto;\" \/>\n<\/li>\n<\/ol>\n<p><\/p>\n<h3>Uso:<\/h3>\n<p>\nQuando scriviamo un commento al commit (non importa quale strumento stiamo utilizzando per lavorare con git), possiamo aggiungere il nome dei task in forma testuale (senza virgolette o simboli speciali come @)<\/p>\n<pre><code class=\"xml\">bugfix XPROJECT-123, XPROJECT-124<\/code><\/pre>\n<p>\nin risposta al compito pertinente verr\u00e0 aggiunto un commento:<\/p>\n<p><img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/6d2f7e5a13b9e00e8b8ba242be99ba34.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\ne in GitLab apparir\u00e0 un link attivo:<\/p>\n<p><img decoding=\"async\" alt=\"Integrazione di Jira con GitLab\" src=\"\/wp-content\/uploads\/2019\/05\/3a24cc8dcd948aa11488c571defeed1d.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>Fonte: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/451210\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0426\u0435\u043b\u044c \u041f\u0440\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u0435 \u0432 git \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u043c \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043a\u0430\u043a\u0443\u044e-\u043b\u0438\u0431\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0438\u0437 Jira \u043f\u043e \u0438\u043c\u0435\u043d\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0434\u0432\u0435 \u0432\u0435\u0449\u0438: \u0432 GitLab \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0435 \u0432 Jira \u0432 Jira \u043a \u0437\u0430\u0434\u0430\u0447\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438 \u043d\u0430 \u043a\u043e\u043c\u043c\u0438\u0442 \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0433\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0432\u0448\u0435\u0433\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0430\u043c \u0442\u0435\u043a\u0441\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u041d\u0430\u043c \u043d\u0443\u0436\u0435\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":25083,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-33364","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0426\u0435\u043b\u044c \u041f\u0440\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u0435 \u0432 git \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u043c \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043a\u0430\u043a\u0443\u044e-\u043b\u0438\u0431\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0438\u0437 Jira \u043f\u043e \u0438\u043c\u0435\u043d\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0434\u0432\u0435 \u0432\u0435\u0449\u0438: \u0432 GitLab \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0435 \u0432 Jira \u0432 Jira \u043a \u0437\u0430\u0434\u0430\u0447\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438 \u043d\u0430 \u043a\u043e\u043c\u043c\u0438\u0442 \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0433\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0432\u0448\u0435\u0433\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0430\u043c \u0442\u0435\u043a\u0441\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u041d\u0430\u043c \u043d\u0443\u0436\u0435\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/it\/blog\/administrirovanie\/integratsiya-jira-s-gitlab\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"it_IT\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Jira \u0441 GitLab | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0426\u0435\u043b\u044c \u041f\u0440\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u0435 \u0432 git \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u043c \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043a\u0430\u043a\u0443\u044e-\u043b\u0438\u0431\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0438\u0437 Jira \u043f\u043e \u0438\u043c\u0435\u043d\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0434\u0432\u0435 \u0432\u0435\u0449\u0438: \u0432 GitLab \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0435 \u0432 Jira \u0432 Jira \u043a \u0437\u0430\u0434\u0430\u0447\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438 \u043d\u0430 \u043a\u043e\u043c\u043c\u0438\u0442 \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0433\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0432\u0448\u0435\u0433\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0430\u043c \u0442\u0435\u043a\u0441\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u041d\u0430\u043c \u043d\u0443\u0436\u0435\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/it\/blog\/administrirovanie\/integratsiya-jira-s-gitlab\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:52:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:52:11+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Integrazione Jira con GitLab | ProHoster","description":"Obiettivo Quando facciamo un commit in git, menzioniamo nel commento un'attivit\u00e0 di Jira per nome, dopo di che avvengono due cose: in GitLab il nome dell'attivit\u00e0 si trasforma in un link attivo verso di essa in Jira, in Jira viene aggiunto un commento all'attivit\u00e0 con link al commit e all'utente che lo ha effettuato, e viene aggiunto anche il testo della menzione Configurazione Abbiamo bisogno di un utente","canonical_url":"https:\/\/prohoster.info\/it\/blog\/administrirovanie\/integratsiya-jira-s-gitlab","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"it_IT","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Jira \u0441 GitLab | ProHoster","og:description":"\u0426\u0435\u043b\u044c \u041f\u0440\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u0435 \u0432 git \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u043c \u0432 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043a\u0430\u043a\u0443\u044e-\u043b\u0438\u0431\u043e \u0437\u0430\u0434\u0430\u0447\u0443 \u0438\u0437 Jira \u043f\u043e \u0438\u043c\u0435\u043d\u0438, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0434\u0432\u0435 \u0432\u0435\u0449\u0438: \u0432 GitLab \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043d\u0435\u0435 \u0432 Jira \u0432 Jira \u043a \u0437\u0430\u0434\u0430\u0447\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438 \u043d\u0430 \u043a\u043e\u043c\u043c\u0438\u0442 \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0433\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0432\u0448\u0435\u0433\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0430\u043c \u0442\u0435\u043a\u0441\u0442 \u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u041d\u0430\u043c \u043d\u0443\u0436\u0435\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c","og:url":"https:\/\/prohoster.info\/it\/blog\/administrirovanie\/integratsiya-jira-s-gitlab","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:52:11+00:00","article:modified_time":"2019-10-31T18:52:11+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33364","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 14:56:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 11:17:01","updated":"2026-01-21 14:56:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/33364","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/comments?post=33364"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/33364\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/media\/25083"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/media?parent=33364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/categories?post=33364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/tags?post=33364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}