{"id":13895,"date":"2026-06-11T16:10:43","date_gmt":"2026-06-11T14:10:43","guid":{"rendered":"https:\/\/actonic.de\/?p=13895"},"modified":"2026-06-23T13:37:38","modified_gmt":"2026-06-23T11:37:38","slug":"detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/","title":{"rendered":"Detecting personal names in Jira attachments \u2014 and being honest about the limits"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>Names are the most common form of personal data, and the hardest to find reliably. Under the GDPR, a person&#8217;s name \u2014 especially tied to other details \u2014 is personal data you&#8217;re expected to know about and be able to act on. Names turn up everywhere in Jira attachments: customer lists, signed forms, screenshots of chats, scanned letters, exported reports. But unlike an email address or a card number, a name has no fixed shape. &#8220;Mark&#8221; is a name and a verb; &#8220;Park&#8221; is a surname and a place. That ambiguity is why honest guidance about name detection looks different from the other data types in this series.<\/p>\n<p>This article covers what actually works when you want to find names in Jira attachments, where the approach is strong, and where you should set your expectations carefully rather than trust a tool to be magic.<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Why names matter \u2014 and why they&#8217;re hard<\/h2>\n<p>For compliance, names are often the thread that ties a record to a person. A spreadsheet of order numbers is low-risk until a column of customer names makes every row identifiable. A scanned contract is just paper until the signatory&#8217;s name turns it into personal data. So being able to locate names matters for data-subject requests, for minimisation, and for knowing what you actually hold.<\/p>\n<p>The difficulty is that names don&#8217;t follow a rule a machine can match cleanly. There&#8217;s no equivalent of the &#8220;@&#8221; in an email or the length of a card number. Capitalised words appear constantly in normal text. Names cross cultures and formats. A purely pattern-based search for &#8220;any name&#8221; will both over-match (flagging ordinary words) and under-match (missing names it doesn&#8217;t expect). It&#8217;s important to say that plainly: Attachment Scanner detects patterns you define, it is not a natural-language entity recogniser, and there is no built-in &#8220;name detector&#8221; that understands which words are people.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>The approach that genuinely works: known-name search<\/h2>\n<p>The strongest, most reliable use of name detection is the targeted one: you already know the name you&#8217;re looking for. This is the everyday reality of a data-subject access or deletion request \u2014 someone asks what data you hold about <em>them<\/em>. Here, pattern matching is exactly the right tool. You define the specific name (or a few spelling variants) as your pattern, scope the scan with JQL, and the app reads every supported attachment \u2014 including images and scanned PDFs via OCR \u2014 and reports every file where that name appears, with context. For finding one person across thousands of attachments, this is fast, precise, and defensible.<\/p>\n<p>It&#8217;s a different and far more dependable job than &#8220;find every name in our instance,&#8221; and it&#8217;s where this capability earns its place.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Contextual patterns for semi-structured documents<\/h2>\n<p>The second approach that works well is to anchor on the labels around names rather than the names themselves. Many documents are predictable: a form with a &#8220;Name:&#8221; field, a support export with a &#8220;Customer:&#8221; line, a letter that opens with &#8220;Dear ___.&#8221; You can write a regex that matches the label and captures what follows \u2014 for example, the words after <code>Name:<\/code> or <code>Patient:<\/code> or <code>Bearer:<\/code>. This turns an unstructured problem into a structured one, and it&#8217;s reliable precisely because you&#8217;re matching the form, not guessing at the name.<\/p>\n<p>The same logic applies to spreadsheets and CSVs with a clear name column, where the position and surrounding headers give you a dependable anchor.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>How a scan comes together<\/h2>\n<p>In practice you build a template \u2014 a name or label pattern, a JQL scope, and a scan mode \u2014 and run it on demand. A full scan reads images and all PDF types with OCR, which you need for scanned forms and screenshots; a document-only scan covers Office and text files for free. Results arrive in a dashboard where each match shows the issue key (click through to Jira), the file name, whether the text came from OCR or direct extraction, the matched text, and the surrounding context. With names especially, that context column is essential \u2014 it&#8217;s how you confirm &#8220;Mark&#8221; is a person and not the verb before you act on anything.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Setting expectations honestly<\/h2>\n<p>Open-ended name discovery will always involve some noise. Expect false positives (ordinary capitalised words, place names, product names) and accept that some unusual names will slip through. That&#8217;s not a flaw in any one tool; it&#8217;s the nature of names. The practical implication: treat broad name scans as a prioritised worklist for human review, not a finished inventory, and lean on the targeted known-name approach whenever you can, because that&#8217;s where the results are trustworthy. Being clear about this up front is more useful than a promise no pattern matcher can keep.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Remediation, privacy, and limits<\/h2>\n<p>When you confirm that a file holds names that shouldn&#8217;t be there, you can bulk-select and delete those attachments \u2014 an explicit, admin-confirmed action recorded in the audit log, never automatic. On privacy, OCR runs on dedicated EU\/EEA GPU hardware with no public AI service involved; attachments are processed in memory and discarded, and only matched snippets are stored in Atlassian&#8217;s Forge storage, isolated per site. Worth noting for this topic specifically: the app reads attachment <em>contents<\/em>, not the reporter or assignee identity fields, so it doesn&#8217;t build a profile of who touched an issue.<\/p>\n<p>The usual limits apply: on-demand scanning rather than continuous monitoring, and Jira Cloud only for now. Within those bounds \u2014 and with realistic expectations about open-ended matching \u2014 name detection is most valuable as the engine behind a clean, auditable answer to &#8220;show me everything you hold about this person.&#8221; You can <a href=\"https:\/\/marketplace.atlassian.com\/apps\/3518501310\/attachment-scanner-ocr-pii-password-detection-for-jira\">try Attachment Scanner for Jira free for 30 days<\/a> from the Atlassian Marketplace.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Names are the most common form of personal data, and the hardest to find reliably. Under the GDPR, a person&#8217;s name \u2014 especially tied to other details \u2014 is personal data you&#8217;re expected to know about and be able to act on. Names turn up everywhere in Jira attachments: customer lists, signed forms, screenshots of\u2026<\/p>\n","protected":false},"author":35,"featured_media":13902,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[238],"tags":[],"class_list":["post-13895","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-data-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Detecting personal names in Jira attachments \u2014 and being honest about the limits - Actonic \u2013 Unfolding your potential<\/title>\n<meta name=\"description\" content=\"Names are the most common PII and the hardest to detect. Learn what&#039;s realistic when scanning Jira attachments for personal names and how to get useful results.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Detecting personal names in Jira attachments \u2014 and being honest about the limits\" \/>\n<meta property=\"og:description\" content=\"Names are the most common PII and the hardest to detect. Learn what&#039;s realistic when scanning Jira attachments for personal names and how to get useful results.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-11T14:10:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T11:37:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zhenya Elfimova\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zhenya Elfimova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/\"},\"author\":{\"name\":\"Zhenya Elfimova\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"headline\":\"Detecting personal names in Jira attachments \u2014 and being honest about the limits\",\"datePublished\":\"2026-06-11T14:10:43+00:00\",\"dateModified\":\"2026-06-23T11:37:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/\"},\"wordCount\":1044,\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article4_name_detection_hero-1-1.png\",\"articleSection\":[\"Data Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/\",\"name\":\"Detecting personal names in Jira attachments \u2014 and being honest about the limits - Actonic \u2013 Unfolding your potential\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article4_name_detection_hero-1-1.png\",\"datePublished\":\"2026-06-11T14:10:43+00:00\",\"dateModified\":\"2026-06-23T11:37:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\"},\"description\":\"Names are the most common PII and the hardest to detect. Learn what's realistic when scanning Jira attachments for personal names and how to get useful results.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#primaryimage\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article4_name_detection_hero-1-1.png\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/article4_name_detection_hero-1-1.png\",\"width\":680,\"height\":350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Detecting personal names in Jira attachments \u2014 and being honest about the limits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/\",\"name\":\"Actonic \u2013 Unfolding your potential\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/actonic.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/7134b19473d8c348d0fb08d5137664a5\",\"name\":\"Zhenya Elfimova\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g\",\"caption\":\"Zhenya Elfimova\"},\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/author\\\/zhenya-elfimova\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Detecting personal names in Jira attachments \u2014 and being honest about the limits - Actonic \u2013 Unfolding your potential","description":"Names are the most common PII and the hardest to detect. Learn what's realistic when scanning Jira attachments for personal names and how to get useful results.","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:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/","og_locale":"en_US","og_type":"article","og_title":"Detecting personal names in Jira attachments \u2014 and being honest about the limits","og_description":"Names are the most common PII and the hardest to detect. Learn what's realistic when scanning Jira attachments for personal names and how to get useful results.","og_url":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2026-06-11T14:10:43+00:00","article_modified_time":"2026-06-23T11:37:38+00:00","og_image":[{"width":680,"height":350,"url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","type":"image\/png"}],"author":"Zhenya Elfimova","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zhenya Elfimova","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/"},"author":{"name":"Zhenya Elfimova","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"headline":"Detecting personal names in Jira attachments \u2014 and being honest about the limits","datePublished":"2026-06-11T14:10:43+00:00","dateModified":"2026-06-23T11:37:38+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/"},"wordCount":1044,"image":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","articleSection":["Data Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/","url":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/","name":"Detecting personal names in Jira attachments \u2014 and being honest about the limits - Actonic \u2013 Unfolding your potential","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#primaryimage"},"image":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","datePublished":"2026-06-11T14:10:43+00:00","dateModified":"2026-06-23T11:37:38+00:00","author":{"@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5"},"description":"Names are the most common PII and the hardest to detect. Learn what's realistic when scanning Jira attachments for personal names and how to get useful results.","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#primaryimage","url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","width":680,"height":350},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/detecting-personal-names-in-jira-attachments-and-being-honest-about-the-limits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/"},{"@type":"ListItem","position":2,"name":"Detecting personal names in Jira attachments \u2014 and being honest about the limits"}]},{"@type":"WebSite","@id":"https:\/\/actonic.de\/en\/#website","url":"https:\/\/actonic.de\/en\/","name":"Actonic \u2013 Unfolding your potential","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/actonic.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/7134b19473d8c348d0fb08d5137664a5","name":"Zhenya Elfimova","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5ef48c81d2e4f466924684a19236cd7f76613bcef73f93f8b0e9e390f4ee1c?s=96&d=mm&r=g","caption":"Zhenya Elfimova"},"url":"https:\/\/actonic.de\/en\/author\/zhenya-elfimova\/"}]}},"jetpack_featured_media_url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/06\/article4_name_detection_hero-1-1.png","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/comments?post=13895"}],"version-history":[{"count":0,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/13895\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media\/13902"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=13895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=13895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=13895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}