{"id":14087,"date":"2026-08-05T12:28:47","date_gmt":"2026-08-05T10:28:47","guid":{"rendered":"https:\/\/actonic.de\/?p=14087"},"modified":"2026-08-05T12:46:04","modified_gmt":"2026-08-05T10:46:04","slug":"jira-version-workload-report-replacement","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/","title":{"rendered":"Jira&#8217;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes"},"content":{"rendered":"<div class=\"wpb-content-wrapper\" id=\"wpb-content-root\"><p>[vc_row][vc_column][vc_column_text css=&#8221;&#8221;]Atlassian is retiring Jira&#8217;s built-in <strong>Version Workload Report<\/strong> and \u2014 in Atlassian&#8217;s own words \u2014 replacing it &#8220;would require an additional solution&#8221;. Community answers suggest approximating it with saved filters and statistics gadgets, but none of those reproduce the report&#8217;s core view: <em>remaining work in a release, broken down by person and work type<\/em>.<\/p>\n<p>In Report Builder this is a five-minute configuration, no template required.[\/vc_column_text][heading title=&#8221;What the Version Workload Report showed&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]For a selected fix version: the total remaining estimate of unresolved work, arranged as a matrix of <strong>users \u00d7 work types<\/strong>, with per-user and per-work-type totals \u2014 the release manager&#8217;s &#8220;who still has how much of what&#8221; view.<\/p>\n<p>[\/vc_column_text][heading title=&#8221;Why burndowns and gadgets don&#8217;t answer this question&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]Most of what Jira offers for <strong>tracking release progress<\/strong> answers a different question:<\/p>\n<ul>\n<li>The <strong>Release Burndown<\/strong> and Version Report project <em>when<\/em> the release will finish based on team velocity \u2014 they never show <em>who<\/em> carries the remaining work.<\/li>\n<li><strong>Issue Statistics and Pie Chart gadgets<\/strong> grouped by assignee count issues in a <code>fixVersion<\/code> filter \u2014 they cannot sum the remaining estimate per person.<\/li>\n<\/ul>\n<p>The Version Workload Report was the only native view of remaining work in a fix version by assignee \u2014 which is exactly what the matrix below rebuilds.<\/p>\n<p>[\/vc_column_text][heading title=&#8221;Recreate it as a Report Builder matrix&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<ol>\n<li>Create a <strong>blank URT report<\/strong> \u2014 the default Matrix visualization is exactly what you need.<\/li>\n<li>Rows: <strong>Assignee<\/strong>. Columns: <strong>Issue Type<\/strong>.<\/li>\n<li>Measure: <strong>Sum of Remaining Estimate<\/strong>, &#8220;Pretty&#8221; format (&#8220;2d 4h&#8221;).<\/li>\n<li>Scope (JQL mode): <code>fixVersion = \"1.5\" AND resolution IS EMPTY<\/code>.<\/li>\n<\/ol>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14134&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border_circle&#8221; onclick=&#8221;link_image&#8221; css=&#8221;&#8221;][vc_column_text css=&#8221;&#8221;]The matrix row and column totals reproduce the old report&#8217;s per-user and per-work-type roll-ups, and every cell drills down to the exact issues behind the number \u2014 either inside the report or straight into the Jira Issue Navigator.<\/p>\n<p>[\/vc_column_text][heading title=&#8221;Then go further than the old report could&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<ul>\n<li><strong>All versions at once:<\/strong> add <strong>Fix Version<\/strong> as the first row dimension above Assignee and drop the version clause from the scope. One report tracks every open release; the retired report showed one version at a time.<\/li>\n<li><strong>Progress, not just remaining:<\/strong> add <strong>Sum of Time Spent<\/strong> and a <strong>Progress by Time<\/strong> bar to see how far each person&#8217;s slice of the release has come.<\/li>\n<li><strong>On the dashboard:<\/strong> save the report and add it to a Jira dashboard as a Report Builder gadget \u2014 the old report never left its project page.<\/li>\n<li><strong>Different slices:<\/strong> swap Issue Type for Priority, Component, or any other field \u2014 the matrix is fully configurable.<\/li>\n<\/ul>\n<p><strong>Why this beats the gadget workarounds:<\/strong> Issue Statistics and Pie Chart gadgets count issues; they cannot sum remaining estimates per assignee. This matrix shows real time values, with totals, drill-down and a dashboard presence \u2014 the three things the community threads about this retirement keep asking for.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14136&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;&#8221;][heading title=&#8221;Frequently asked&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]<strong>Can&#8217;t I just use the Release Burndown?<\/strong> It answers &#8220;when will we finish&#8221; (velocity projection across sprints), not &#8220;who still has how much work&#8221;. The two views complement each other; only this one shows per-person remaining estimates.<\/p>\n<p><strong>Do sub-tasks count?<\/strong> Enable the &#8220;fetch child issues&#8221; scope option to include them; Jira&#8217;s \u03a3 aggregate time fields are also available if you prefer parent-level roll-ups.<\/p>\n<p><strong>Can I filter to one team?<\/strong> Yes \u2014 extend the JQL scope, or add a filter directly on the Assignee dimension.<\/p>\n<p><strong>Does it work for unestimated issues?<\/strong> Issues without a remaining estimate contribute nothing to the sums; add a <strong>Count of Issues<\/strong> measure alongside to spot unestimated work hiding in a cell.<\/p>\n<p>[\/vc_column_text][heading title=&#8221;Related guides&#8221; heading=&#8221;h2&#8243;][vc_column_text css=&#8221;&#8221;]<\/p>\n<ul>\n<li><a href=\"https:\/\/actonic.de\/en\/capacity-planning-in-jira-the-complete-2026-resource-planning-guide\/\">Capacity Planning in Jira: The Complete 2026 Resource Planning Guide<\/a><\/li>\n<li><a href=\"\/en\/jira-user-workload-report-replacement\/\">Jira&#8217;s User Workload Report is retiring \u2014 how to replace it with Report Builder<\/a><\/li>\n<li><a href=\"\/en\/jira-time-tracking-report-replacement\/\">Jira&#8217;s Time Tracking Report is retiring \u2014 how to rebuild it in Report Builder<\/a><\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Jira&#8217;s Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder in five minutes.<\/p>\n","protected":false},"author":33,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_is_cornerstone":"","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_meta-robots-adv":"","_yoast_wpseo_bctitle":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":0,"_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":0,"_yoast_wpseo_schema_page_type":"","_yoast_wpseo_schema_article_type":"","footnotes":"","_yoast_wpseo_keywordsynonyms":"[\"remaining work per assignee, fix version report, release workload, remaining estimate by user and issue type, release progress by assignee, release burndown alternative\"]","_yoast_wpseo_focuskeywords":"","_yoast_wpseo_estimated-reading-time-minutes":"3","_yoast_wpseo_primary_category":null},"categories":[234,240],"tags":[279,280,351],"class_list":["post-14087","post","type-post","status-publish","format-standard","hentry","category-articles-atlassian-cloud","category-articles-time-resource-management","tag-atlassian-en","tag-jira-en","tag-release-notes-report-builder-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Jira Version Workload Report Retiring? 5-Minute Replacement<\/title>\n<meta name=\"description\" content=\"Jira&#039;s Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.\" \/>\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\/jira-version-workload-report-replacement\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jira&#039;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes\" \/>\n<meta property=\"og:description\" content=\"Jira&#039;s Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-05T10:28:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T10:46:04+00:00\" \/>\n<meta name=\"author\" content=\"Rustem Shiriiazdanov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rustem Shiriiazdanov\" \/>\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:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/\"},\"author\":{\"name\":\"Rustem Shiriiazdanov\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/315396086623b0d7b90e64da0a72acc6\"},\"headline\":\"Jira&#8217;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes\",\"datePublished\":\"2026-08-05T10:28:47+00:00\",\"dateModified\":\"2026-08-05T10:46:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/\"},\"wordCount\":730,\"publisher\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#organization\"},\"keywords\":[\"Atlassian\",\"Jira\",\"Release Notes Report Builder\"],\"articleSection\":[\"Atlassian Cloud\",\"Time- &amp; Resource Management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/\",\"name\":\"Jira Version Workload Report Retiring? 5-Minute Replacement\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"datePublished\":\"2026-08-05T10:28:47+00:00\",\"dateModified\":\"2026-08-05T10:46:04+00:00\",\"description\":\"Jira's Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/jira-version-workload-report-replacement\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jira&#8217;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/\",\"name\":\"Actonic \u2013 Unfolding your potential\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#organization\"},\"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\":\"Organization\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#organization\",\"name\":\"Actonic GmbH\",\"alternateName\":\"Actonic\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/actonic_logo_compact_rgb_800px_for-profiles_round.jpg\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/actonic_logo_compact_rgb_800px_for-profiles_round.jpg\",\"width\":800,\"height\":800,\"caption\":\"Actonic GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/marketplace.atlassian.com\\\/vendors\\\/1214306\\\/actonic-products-gmbh\",\"https:\\\/\\\/trust.actonic.de\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/315396086623b0d7b90e64da0a72acc6\",\"name\":\"Rustem Shiriiazdanov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g\",\"caption\":\"Rustem Shiriiazdanov\"},\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/author\\\/rustem-shiriiazdanov\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Jira Version Workload Report Retiring? 5-Minute Replacement","description":"Jira's Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.","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\/jira-version-workload-report-replacement\/","og_locale":"en_US","og_type":"article","og_title":"Jira's Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes","og_description":"Jira's Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.","og_url":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2026-08-05T10:28:47+00:00","article_modified_time":"2026-08-05T10:46:04+00:00","author":"Rustem Shiriiazdanov","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rustem Shiriiazdanov","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/"},"author":{"name":"Rustem Shiriiazdanov","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/315396086623b0d7b90e64da0a72acc6"},"headline":"Jira&#8217;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes","datePublished":"2026-08-05T10:28:47+00:00","dateModified":"2026-08-05T10:46:04+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/"},"wordCount":730,"publisher":{"@id":"https:\/\/actonic.de\/en\/#organization"},"keywords":["Atlassian","Jira","Release Notes Report Builder"],"articleSection":["Atlassian Cloud","Time- &amp; Resource Management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/","url":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/","name":"Jira Version Workload Report Retiring? 5-Minute Replacement","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"datePublished":"2026-08-05T10:28:47+00:00","dateModified":"2026-08-05T10:46:04+00:00","description":"Jira's Version Workload Report is retiring. Recreate remaining work per assignee and issue type for any fix version in Report Builder \u2014 in 5 minutes.","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/jira-version-workload-report-replacement\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Jira&#8217;s Version Workload Report is retiring \u2014 how to recreate it in Report Builder in 5 minutes"}]},{"@type":"WebSite","@id":"https:\/\/actonic.de\/en\/#website","url":"https:\/\/actonic.de\/en\/","name":"Actonic \u2013 Unfolding your potential","description":"","publisher":{"@id":"https:\/\/actonic.de\/en\/#organization"},"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":"Organization","@id":"https:\/\/actonic.de\/en\/#organization","name":"Actonic GmbH","alternateName":"Actonic","url":"https:\/\/actonic.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/actonic.de\/wp-content\/uploads\/2020\/03\/actonic_logo_compact_rgb_800px_for-profiles_round.jpg","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2020\/03\/actonic_logo_compact_rgb_800px_for-profiles_round.jpg","width":800,"height":800,"caption":"Actonic GmbH"},"image":{"@id":"https:\/\/actonic.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/marketplace.atlassian.com\/vendors\/1214306\/actonic-products-gmbh","https:\/\/trust.actonic.de\/"]},{"@type":"Person","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/315396086623b0d7b90e64da0a72acc6","name":"Rustem Shiriiazdanov","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29c0c269fe1dd9f12ceb4fba71e920c8b71d0f6e2ab048efb0b9468914cef19e?s=96&d=mm&r=g","caption":"Rustem Shiriiazdanov"},"url":"https:\/\/actonic.de\/en\/author\/rustem-shiriiazdanov\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/14087","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\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/comments?post=14087"}],"version-history":[{"count":8,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/14087\/revisions"}],"predecessor-version":[{"id":14138,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/14087\/revisions\/14138"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=14087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=14087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=14087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}