{"id":5758,"date":"2021-10-22T12:16:34","date_gmt":"2021-10-22T10:16:34","guid":{"rendered":"https:\/\/www.actonic.de\/ein-bericht-fuer-alle-faelle-so-nutzen-sie-den-report-builder-universal-report\/"},"modified":"2026-08-19T14:04:19","modified_gmt":"2026-08-19T12:04:19","slug":"how-to-create-jira-pivot-table-report","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/","title":{"rendered":"How to Build a Jira Pivot Table Report with Universal Visual Builder"},"content":{"rendered":"<div class=\"wpb-content-wrapper\" id=\"wpb-content-root\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<p>A Jira pivot table report groups your issues by any two or more Jira fields and calculates a value for each intersection. In <strong>Report Builder<\/strong>, you build one with the <strong>Universal Visual Builder<\/strong>: click <strong>New Report<\/strong>, choose <strong>Basic Charts and Reports \u2192 Blank Universal Visual Builder<\/strong>, set the scope, then add grouping fields to rows and columns and pick what each cell should calculate. No code, no JQL required.<\/p>\n<div style=\"background-color: #f4f5f7; border-left: 4px solid #0052cc; padding: 16px 20px; margin: 0 0 28px;\">\n<p><strong>At a glance<\/strong><\/p>\n<p><strong>What you build:<\/strong> a Jira pivot table \u2014 or a simple table, pie, donut, bar or number chart \u2014 grouped by any standard or custom Jira field.<br \/>\n<strong>Who it is for:<\/strong> Jira admins, project managers, Scrum masters and PMO teams who have outgrown Jira&#8217;s built-in reports.<br \/>\n<strong>You will need:<\/strong> Report Builder installed in Jira, and permission to browse the projects you want to report on.<br \/>\n<strong>Time required:<\/strong> about five minutes for a first working report.<\/p>\n<\/div>\n<h2>Why Jira&#8217;s built-in reports hit a wall<\/h2>\n<p>Jira has no native pivot table. The closest built-in option is the <strong>Two-Dimensional Filter Statistics<\/strong> gadget, and it carries two limitations that are documented in Atlassian&#8217;s own guidance and turn up in a long trail of Community threads:<\/p>\n<ul>\n<li><strong>Exactly two dimensions.<\/strong> One field on the X axis, one on the Y axis. There is no way to nest a third or fourth grouping.<\/li>\n<li><strong>Only fields with a fixed set of values.<\/strong> Select lists, multi-selects, user and group pickers, versions. Numeric fields are excluded \u2014 which means <strong>Story Points, Original Estimate and other number fields cannot be used as axes at all<\/strong>, because they would produce an unbounded list of values.<\/li>\n<\/ul>\n<p>That second limit is why &#8220;sum story points by epic and assignee&#8221; is one of the most repeated unanswered questions in the Atlassian Community. It is not a configuration mistake; the native gadget genuinely cannot do it.<\/p>\n<p>The Universal Visual Builder removes both constraints. You can add as many grouping fields as you need to rows and columns, use any Jira field type including custom fields, and apply real aggregations \u2014 Sum, Average, Median, Minimum, Maximum, Count \u2014 to numeric data. The rest of this guide walks through building one.<\/p>\n<h2>What is the Universal Visual Builder?<\/h2>\n<p>The <strong>Universal Visual Builder<\/strong> (formerly the <em>Universal Report<\/em>) is Report Builder&#8217;s general-purpose report editor, created from the <strong>Blank Universal Visual Builder<\/strong> option under <strong>Basic Charts and Reports<\/strong>. It turns Jira issues into pivot tables and charts using three familiar business-intelligence concepts:<\/p>\n<ul>\n<li><strong>Scope<\/strong> \u2014 which Jira issues are analysed.<\/li>\n<li><strong>Grouping fields<\/strong> (dimensions) \u2014 how the data is split across rows and columns.<\/li>\n<li><strong>Cell content<\/strong> \u2014 what is calculated or displayed for each group.<\/li>\n<\/ul>\n<p>Because it accepts every Jira field type, the same builder covers progress tracking, project status, workload distribution, time-in-status analysis and KPI summaries without writing a line of code.<\/p>\n<h2>Before you start<\/h2>\n<ul>\n<li>Report Builder is installed in your Jira instance (Cloud, Data Center or Server).<\/li>\n<li>You can browse the Jira projects whose issues you want to report on.<\/li>\n<li>Optional: a saved Jira filter or a JQL query, if you already know exactly which issues belong in the report.<\/li>\n<\/ul>\n<h2>Step 1: Create a new report in Jira<\/h2>\n<p>Click <strong>New Report<\/strong>.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14047&#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]<\/p>\n<p style=\"text-align: center;\"><em>The New Report menu in Report Builder for Jira<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p>In the report type selection, choose <strong>Basic Charts and Reports \u2192 Blank Universal Visual Builder<\/strong>. Report Builder creates the new report automatically.<\/p>\n<h2>Step 2: Understand the default pivot table<\/h2>\n<p>A newly created Universal Visual Builder report contains a <strong>Pivot Table<\/strong> by default.<\/p>\n<p>The scope is pre-set to the <strong>last Jira project you worked with<\/strong>, so there is already data on screen and you can start configuring immediately instead of selecting a project first.<\/p>\n<h2>Step 3: Set the report scope \u2014 projects, filters or JQL<\/h2>\n<p>The scope controls which Jira issues feed the report. To change it, click <strong>Scope<\/strong>.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14049&#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]<\/p>\n<p style=\"text-align: center;\"><em>Setting a Jira report scope with projects, filters, conditions and JQL<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p>You can define the data source by:<\/p>\n<ul>\n<li>adding one or more Jira projects;<\/li>\n<li>selecting saved Jira filters;<\/li>\n<li>defining additional issue filtering conditions;<\/li>\n<li>using <strong>JQL<\/strong> for a fully custom scope.<\/li>\n<\/ul>\n<p>JQL is available for people who want it, but nothing above requires it \u2014 combining a few projects and conditions covers most reports.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14051&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221; css=&#8221;&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><em>Several Jira projects combined into a single report scope<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h2>Step 4: Choose a Jira chart type<\/h2>\n<p>Open <strong>Set Chart and Fields<\/strong>, then click the current visualization type to see the options.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14053&#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]<\/p>\n<p style=\"text-align: center;\"><em>Jira chart types available in the Universal Visual Builder<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<table>\n<tr>\n<th>Visualization<\/th>\n<th>What it shows<\/th>\n<\/tr>\n<tr>\n<td><strong>Pivot Table Vertical<\/strong><\/td>\n<td>A pivot table with the main grouping arranged vertically.<\/td>\n<\/tr>\n<tr>\n<td><strong>Pivot Table Horizontal<\/strong><\/td>\n<td>A pivot table with the main grouping arranged horizontally.<\/td>\n<\/tr>\n<tr>\n<td><strong>Simple Table<\/strong><\/td>\n<td>A straightforward list of the data, without pivot-table grouping.<\/td>\n<\/tr>\n<tr>\n<td><strong>Pie Chart<\/strong><\/td>\n<td>Data as segments of a pie \u2014 easy comparison of the relative size of categories.<\/td>\n<\/tr>\n<tr>\n<td><strong>Donut Chart<\/strong><\/td>\n<td>The same idea as a pie chart, displayed as a ring.<\/td>\n<\/tr>\n<tr>\n<td><strong>Number Chart<\/strong><\/td>\n<td>Calculated values as cards with prominent numbers \u2014 useful for KPIs, totals and counts.<\/td>\n<\/tr>\n<tr>\n<td><strong>Bar Chart<\/strong><\/td>\n<td>Values as bars, for visual comparison between categories.<\/td>\n<\/tr>\n<\/table>\n<h3>Show the data table next to a chart<\/h3>\n<p>For <strong>Pie<\/strong>, <strong>Donut<\/strong> and <strong>Bar<\/strong> charts, enable <strong>Show Table<\/strong> to display the underlying data table alongside the visualization, positioned <strong>Left<\/strong>, <strong>Right<\/strong> or <strong>Bottom<\/strong>. Stakeholders get the visual; analysts get the exact numbers behind it, in the same report.<\/p>\n<h2>Step 5: Group your Jira data by any field<\/h2>\n<p>Grouping fields \u2014 <strong>dimensions<\/strong> in BI terminology \u2014 split and organize the report. Add them to <strong>Rows<\/strong> or <strong>Columns<\/strong>, in any number, using any Jira field type including custom fields.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14057&#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]<\/p>\n<p style=\"text-align: center;\"><em>Adding a Jira field as a grouping dimension<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h3>How to add a field<\/h3>\n<ol>\n<li>Click <strong>Add Field<\/strong> under the <strong>Rows<\/strong> or <strong>Columns<\/strong> grouping.<\/li>\n<li>Browse the available Jira fields, or use the search box.<\/li>\n<li>Select the field.<\/li>\n<\/ol>\n<p>It is added to the corresponding grouping automatically. Add further dimensions to build nested groupings \u2014 this is the step the native two-dimensional gadget cannot match.<\/p>\n<h2>Step 6: Configure a grouping field<\/h2>\n<p>Once a field sits in <strong>Rows<\/strong> or <strong>Columns<\/strong>, you can control how it is displayed and how its values are organized. The available options depend on the Jira field type.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14059&#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]<\/p>\n<p style=\"text-align: center;\"><em>Configuration options for a grouping field<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h3>Rename a field<\/h3>\n<p>Change a field&#8217;s displayed name without touching the underlying Jira field, so the report can use clearer, audience-appropriate labels. You can also choose whether the field name appears in the report headers at all.<\/p>\n<h3>Bucket field values<\/h3>\n<p>Fields can be <strong>bucketed<\/strong> to combine values into larger groups \u2014 useful when you do not need every individual value on its own row.<\/p>\n<h3>Select a format<\/h3>\n<p>Depending on the field type, you can choose how values are formatted. Date fields, for example, can be displayed using different date-based formats and groupings, which is how you produce per-month or per-quarter breakdowns.<\/p>\n<h3>Filter a grouping field<\/h3>\n<p>Apply a filter directly to one grouping field to control which of its values appear \u2014 narrowing a single dimension without changing the overall report scope.<\/p>\n<h3>Show empty and null values<\/h3>\n<p>Choose whether the grouping includes <strong>empty rows<\/strong> and <strong>null values<\/strong> \u2014 issues where the selected field has no value. Worth turning on deliberately: unassigned or unestimated issues are often exactly what a report needs to surface, and excluding them silently understates the problem.<\/p>\n<h3>Add conditional formatting<\/h3>\n<p><strong>Conditional Formatting<\/strong> highlights particular values or cells based on conditions you define.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14061&#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]<\/p>\n<p style=\"text-align: center;\"><em>Conditional formatting rules applied to a grouping field<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p>It can change the <strong>border color<\/strong>, <strong>cell color<\/strong>, <strong>text color<\/strong> and <strong>text font<\/strong> \u2014 so breaches, overloads and outliers are visible at a glance rather than found by reading.<\/p>\n<h2>Step 7: Define cell content \u2014 measures, fields, subtables and subcharts<\/h2>\n<p><strong>Cell Content<\/strong> is what actually appears in the table or chart. Rows and columns decide <em>how<\/em> data is grouped; Cell Content decides <em>what is calculated or displayed<\/em> for those groups. Click <strong>Add Cell Content<\/strong> to open the options.<\/p>\n<h3>Add measures<\/h3>\n<p>Report Builder offers measures for measurable Jira fields, and the available measures depend on the field you pick.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14063&#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]<\/p>\n<p style=\"text-align: center;\"><em>Choosing a measure for cell content<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p>Numerical fields provide the standard aggregations: <strong>Average<\/strong>, <strong>Minimum<\/strong>, <strong>Maximum<\/strong>, <strong>Count<\/strong>, <strong>Sum<\/strong> and <strong>Median<\/strong>.<\/p>\n<p>Other Jira data brings its own specialized measures. <strong>Time in Assignee<\/strong>, <strong>Time in Status<\/strong>, <strong>Issue Status History<\/strong> and similar historical or time-based information have dedicated measures built for that kind of data, rather than generic number crunching.<\/p>\n<h3>Add Jira fields and field values as cell content<\/h3>\n<p>Cell Content is not restricted to calculated measures \u2014 you can add <strong>Jira fields and their values<\/strong> directly. A cell becomes a <strong>container for additional data and visualizations<\/strong>, holding:<\/p>\n<ul>\n<li>a calculated measure;<\/li>\n<li>values from Jira fields;<\/li>\n<li>a <strong>subtable<\/strong> inside the main visualization;<\/li>\n<li>a <strong>subchart<\/strong> inside the main visualization.<\/li>\n<\/ul>\n<p>The main visualization supplies the structure while individual cells carry the detail \u2014 a level of nesting that spreadsheet exports and dashboard gadgets do not offer.<\/p>\n<h2>Step 8: Example \u2014 a subtable with a subchart inside a pivot table<\/h2>\n<p>This example uses Cell Content to put a detailed breakdown inside every cell of the parent table.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14065&#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]<\/p>\n<p style=\"text-align: center;\"><em>Subtable (nested list table) inside a parent Jira pivot table<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<ol>\n<li>Add the <strong>Priority<\/strong> field to Cell Content and set it to display values as a <strong>vertical list<\/strong>.<\/li>\n<li>Add <strong>Count of Issues<\/strong> as additional content, displayed as a <strong>subchart<\/strong>.<\/li>\n<\/ol>\n<p>Each parent cell now shows every priority value with its issue count \u2014 a mini-report per cell instead of one aggregated number.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14067&#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]<\/p>\n<p style=\"text-align: center;\"><em>Subtable (nested pivot table) inside a parent Jira pivot table<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p>Switching the subchart&#8217;s visualization type to a pivot table also unlocks the drill-down options available to the parent chart.<\/p>\n<h2>Step 9: Style the report<\/h2>\n<p>The <strong>Styling<\/strong> tab controls the report&#8217;s appearance and scrolling behaviour.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;14069&#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]<\/p>\n<p style=\"text-align: center;\"><em>Styling options for a Jira report<\/em><\/p>\n<p>[\/vc_column_text][vc_column_text css=&#8221;&#8221;]<\/p>\n<h3>Fonts<\/h3>\n<p>Adjust <strong>font size<\/strong> and <strong>font weight<\/strong> to make a dense report more compact or a shared one more readable.<\/p>\n<h3>Cell alignment<\/h3>\n<p>Set <strong>horizontal<\/strong> and <strong>vertical alignment<\/strong> for content inside cells \u2014 left, center, right or another position depending on the alignment type.<\/p>\n<h3>Pin totals and headers<\/h3>\n<p>On large reports, pin <strong>total rows<\/strong>, <strong>total columns<\/strong> and <strong>headers<\/strong> so they stay on screen while you scroll in either direction. Without this, a wide pivot table becomes unreadable past the first screen \u2014 you lose track of which column you are looking at.<\/p>\n<h2>Five Jira pivot table reports you can build this way<\/h2>\n<p>Each of these is the same nine steps with different fields. The first one is the report Jira cannot produce natively.<\/p>\n<table>\n<tr>\n<th>Report<\/th>\n<th>Rows<\/th>\n<th>Columns<\/th>\n<th>Cell content<\/th>\n<\/tr>\n<tr>\n<td><strong>Story points by epic and assignee<\/strong><\/td>\n<td>Epic Link<\/td>\n<td>Assignee<\/td>\n<td>Sum of Story Points<\/td>\n<\/tr>\n<tr>\n<td><strong>Team workload by status<\/strong><\/td>\n<td>Assignee<\/td>\n<td>Status<\/td>\n<td>Count of issues<\/td>\n<\/tr>\n<tr>\n<td><strong>Priority mix per project<\/strong><\/td>\n<td>Project<\/td>\n<td>Priority<\/td>\n<td>Count of issues<\/td>\n<\/tr>\n<tr>\n<td><strong>Intake trend by month<\/strong><\/td>\n<td>Created, formatted by month<\/td>\n<td>Issue Type<\/td>\n<td>Count of issues<\/td>\n<\/tr>\n<tr>\n<td><strong>Time in status by assignee<\/strong><\/td>\n<td>Assignee<\/td>\n<td>Status<\/td>\n<td>Time in Status measure<\/td>\n<\/tr>\n<\/table>\n<p>For the first report, add <strong>Epic Link<\/strong> to Rows, <strong>Assignee<\/strong> to Columns, then add <strong>Story Points<\/strong> as Cell Content and choose the <strong>Sum<\/strong> measure. Enable pinned headers if you have many epics. This is the exact combination the Two-Dimensional Filter Statistics gadget rejects, because Story Points is a numeric field.<\/p>\n<h2>Frequently asked questions<\/h2>\n<h3>Does Jira have a native pivot table?<\/h3>\n<p>No. Jira has no built-in pivot table. The Two-Dimensional Filter Statistics gadget is the closest native equivalent, but it is limited to two dimensions and only accepts fields with a fixed set of values. Pivot tables in Jira require a Marketplace app.<\/p>\n<h3>Can I sum story points by epic and assignee in Jira?<\/h3>\n<p>Not with native gadgets \u2014 numeric fields such as Story Points cannot be used in the Two-Dimensional Filter Statistics gadget. In the Universal Visual Builder, put Epic Link in Rows, Assignee in Columns and Story Points with the Sum measure in Cell Content.<\/p>\n<h3>Why can&#8217;t I select Story Points in the Two-Dimensional Filter Statistics gadget?<\/h3>\n<p>The gadget only supports fields with a defined, finite set of values \u2014 select lists, multi-selects, user and group pickers, versions. Numeric fields would generate an unbounded list of axis values, so they are excluded by design.<\/p>\n<h3>Can a Jira report group by more than two fields?<\/h3>\n<p>Yes, in the Universal Visual Builder. You can add as many grouping fields as you need to Rows and Columns to create nested groupings. The native gadget is capped at two.<\/p>\n<h3>Can I build a Jira report without JQL?<\/h3>\n<p>Yes. Select projects, saved Jira filters or filtering conditions in the Scope configuration. JQL is available for custom scopes but is never required.<\/p>\n<h3>Can I report on Jira custom fields?<\/h3>\n<p>Yes. All Jira field types are supported \u2014 standard and custom \u2014 both as grouping dimensions and as cell content.<\/p>\n<h3>What is the difference between a grouping field and cell content?<\/h3>\n<p>Grouping fields in Rows and Columns determine <em>how<\/em> the data is split. Cell Content determines <em>what<\/em> is calculated or displayed for each of those groups.<\/p>\n<h3>Which aggregations are available?<\/h3>\n<p>Numerical fields support Average, Minimum, Maximum, Count, Sum and Median. Time-based and historical data \u2014 Time in Status, Time in Assignee, Issue Status History \u2014 has its own dedicated measures.<\/p>\n<h3>Can I show a Jira chart and its data table at the same time?<\/h3>\n<p>Yes. Enable Show Table on a Pie, Donut or Bar chart and place the table Left, Right or Bottom.<\/p>\n<h3>Can one report cell contain its own chart?<\/h3>\n<p>Yes. Cell Content can hold a subtable or a subchart, so each cell of the parent visualization becomes its own mini-report.<\/p>\n<h3>How do I include Jira issues with empty field values?<\/h3>\n<p>Enable empty rows and null values in the grouping field configuration, so issues with missing or unassigned values appear instead of being dropped.<\/p>\n<h3>How do I keep headers visible in a large Jira report?<\/h3>\n<p>Use the Styling tab to pin total rows, total columns and headers.<\/p>\n<h3>Is the Universal Visual Builder the same as the Universal Report?<\/h3>\n<p>Yes. The feature was previously called the Universal Report and is now the Universal Visual Builder, reached via <strong>Basic Charts and Reports \u2192 Blank Universal Visual Builder<\/strong>. Older documentation, videos and blog posts may still use the former name; the functionality described in this guide is the same feature.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Overcome limitations of pre-installed Jira reporting? Are you looking for effortless ways to create customized reports? Actonic&#8217;s new Report Builder will make it possible. Learn here how to use it.<\/p>\n","protected":false},"author":15,"featured_media":14023,"comment_status":"open","ping_status":"open","sticky":false,"template":"single_cta.php","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":"[\"jira pivot table report, sum story points by epic and assignee, jira group by two fields, two-dimensional filter statistics limitations, jira report custom field, no-code jira reports\"]","_yoast_wpseo_focuskeywords":"","_yoast_wpseo_estimated-reading-time-minutes":"1","_yoast_wpseo_primary_category":null},"categories":[240],"tags":[324,291],"class_list":["post-5758","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-time-resource-management","tag-jira-reporting-en","tag-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>How to Build a Jira Pivot Table Report with Universal Visual Builder - Actonic \u2013 Unfolding your potential<\/title>\n<meta name=\"description\" content=\"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder&#039;s Universal Visual Builder\" \/>\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\/how-to-create-jira-pivot-table-report\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Build a Jira Pivot Table Report with Universal Visual Builder\" \/>\n<meta property=\"og:description\" content=\"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder&#039;s Universal Visual Builder\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-22T10:16:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-19T12:04:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2460\" \/>\n\t<meta property=\"og:image:height\" content=\"1700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Patricia Modispacher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Patricia Modispacher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/\"},\"author\":{\"name\":\"Patricia Modispacher\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/c700b8aadff4de9c01f096c78149a808\"},\"headline\":\"How to Build a Jira Pivot Table Report with Universal Visual Builder\",\"datePublished\":\"2021-10-22T10:16:34+00:00\",\"dateModified\":\"2026-08-19T12:04:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/\"},\"wordCount\":2652,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Report-Builder-v-7.13-multicharts-and-best-formatting.png\",\"keywords\":[\"Jira reporting\",\"Report Builder\"],\"articleSection\":[\"Time- &amp; Resource Management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/\",\"name\":\"How to Build a Jira Pivot Table Report with Universal Visual Builder - Actonic \u2013 Unfolding your potential\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Report-Builder-v-7.13-multicharts-and-best-formatting.png\",\"datePublished\":\"2021-10-22T10:16:34+00:00\",\"dateModified\":\"2026-08-19T12:04:19+00:00\",\"description\":\"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder's Universal Visual Builder\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#primaryimage\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Report-Builder-v-7.13-multicharts-and-best-formatting.png\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Report-Builder-v-7.13-multicharts-and-best-formatting.png\",\"width\":2460,\"height\":1700,\"caption\":\"Report Builder pivot table in dark mode with pie charts inside the cells and the Configure panel open on the Style section\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/how-to-create-jira-pivot-table-report\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Build a Jira Pivot Table Report with Universal Visual Builder\"}]},{\"@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\\\/c700b8aadff4de9c01f096c78149a808\",\"name\":\"Patricia Modispacher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"caption\":\"Patricia Modispacher\"},\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/author\\\/patricia-modispacher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Build a Jira Pivot Table Report with Universal Visual Builder - Actonic \u2013 Unfolding your potential","description":"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder's Universal Visual Builder","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\/how-to-create-jira-pivot-table-report\/","og_locale":"en_US","og_type":"article","og_title":"How to Build a Jira Pivot Table Report with Universal Visual Builder","og_description":"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder's Universal Visual Builder","og_url":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2021-10-22T10:16:34+00:00","article_modified_time":"2026-08-19T12:04:19+00:00","og_image":[{"width":2460,"height":1700,"url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","type":"image\/png"}],"author":"Patricia Modispacher","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Patricia Modispacher","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/"},"author":{"name":"Patricia Modispacher","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/c700b8aadff4de9c01f096c78149a808"},"headline":"How to Build a Jira Pivot Table Report with Universal Visual Builder","datePublished":"2021-10-22T10:16:34+00:00","dateModified":"2026-08-19T12:04:19+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/"},"wordCount":2652,"commentCount":0,"publisher":{"@id":"https:\/\/actonic.de\/en\/#organization"},"image":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","keywords":["Jira reporting","Report Builder"],"articleSection":["Time- &amp; Resource Management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/","url":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/","name":"How to Build a Jira Pivot Table Report with Universal Visual Builder - Actonic \u2013 Unfolding your potential","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#primaryimage"},"image":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","datePublished":"2021-10-22T10:16:34+00:00","dateModified":"2026-08-19T12:04:19+00:00","description":"Build a Jira pivot table report grouped by any field, including Story Points. Step-by-step guide to Report Builder's Universal Visual Builder","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#primaryimage","url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","width":2460,"height":1700,"caption":"Report Builder pivot table in dark mode with pie charts inside the cells and the Configure panel open on the Style section"},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/how-to-create-jira-pivot-table-report\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/home\/"},{"@type":"ListItem","position":2,"name":"How to Build a Jira Pivot Table Report with Universal Visual Builder"}]},{"@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\/c700b8aadff4de9c01f096c78149a808","name":"Patricia Modispacher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","caption":"Patricia Modispacher"},"url":"https:\/\/actonic.de\/en\/author\/patricia-modispacher\/"}]}},"jetpack_featured_media_url":"https:\/\/actonic.de\/wp-content\/uploads\/2026\/07\/Report-Builder-v-7.13-multicharts-and-best-formatting.png","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/5758","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\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/comments?post=5758"}],"version-history":[{"count":4,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/5758\/revisions"}],"predecessor-version":[{"id":14444,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/5758\/revisions\/14444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media\/14023"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=5758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=5758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=5758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}