<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic One Source, Two Pipelines, Zero Compromise — My Jira Integration Story in Software - General</title>
    <link>https://community.hpe.com/t5/software-general/one-source-two-pipelines-zero-compromise-my-jira-integration/m-p/7268230#M1538</link>
    <description>&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;How I built a dual-pipeline architecture that gives enterprise reporting teams depth, and operational teams speed — from the same source of truth.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;STRONG&gt;Introduction:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Most organizations are sitting on a data goldmine they cannot see&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Jira is everywhere. Over 65,000+ organizations use it daily. And yet, most treat it as nothing more than a ticket tracker — a digital to-do list that the project manager checks and the CTO occasionally glances at.&lt;/P&gt;&lt;P&gt;What if I told you that Jira contains some of the richest, most honest operational data in your entire enterprise? Every sprint velocity, every blocked ticket, every reopened issue, every overdue task — all of it is a signal. The challenge is not collecting the data. The challenge is making it useful to two completely different audiences at once: the executive who wants strategic reporting, and the delivery lead who needs to know what is on fire right now.&lt;/P&gt;&lt;P&gt;That is exactly the problem I set out to solve. And the solution required building not one, but two distinct data pipelines from a single Jira source — each optimized for a different purpose, a different audience, and a different tempo.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;The question I kept asking myself was: what does each stakeholder actually need — and would a single pipeline ever serve both well? The answer shaped everything that followed.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The Big Picture — Architecture at a Glance&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT size="2"&gt;A tale of two pipelines&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Before diving into the detail, here is the architecture I designed. It is deliberately split — not because I could not merge it, but because merging it would have forced painful tradeoffs on both sides.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" style="width: 1536px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/157225i57A0CA25EB88F2E0/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" alt="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Two pipelines. One source. Each earning its existence by serving a distinct need — not by replicating effort.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;The challenge I faced&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;The problem with treating every stakeholder the same&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I first approached this project, the tempting path was obvious: pull Jira data, put it in Power BI, done. But within the first week of stakeholder conversations, it became clear that "done" looked very different depending on who you asked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Stakeholder A – Executive / Reporting Team&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp;&lt;BR /&gt;Needs cross-system data — Jira joined with HR, finance, and release calendars. Wants a polished, governed report that is trusted and auditable. Latency of a nightly refresh is acceptable.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Stakeholder B – Delivery Lead / Scrum Master&lt;/STRONG&gt;&lt;BR /&gt;Needs to see what is happening right now — open blockers, sprint burndown, overdue tickets. Does not care about HR data. Needs fast refresh, no data model complexity.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;The deeper challenge was Jira's data model itself. Jira stores custom fields as opaque key-value pairs — field IDs like&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;customfield_10042&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;that mean nothing outside their project context. Across a multi-project environment, the same concept might live in five different field IDs. Without a proper mapping layer, every downstream consumer has to figure this out themselves.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;The moment I realized we needed two separate pipelines was when a delivery lead said: "I just want to see what is blocked." And the reporting manager said: "I need this joined to the headcount data." The same Jira pull could never serve both without compromise.&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;There was also a governance concern. Direct Jira connectors to Power BI are fast to set up but difficult to govern at scale. Every transformation baked into a Power BI measure is a transformation that lives outside version control, outside peer review, and invisible to anyone who is not a Power BI developer.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;&lt;SPAN class=""&gt;How I overcame it&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Designing with separation of concerns in mind&lt;/P&gt;&lt;P&gt;The architecture answer was clean once the problem was framed correctly: Oracle handles the complexity, Power BI handles the presentation. The two pipelines do not compete — they specialize.&lt;/P&gt;&lt;P&gt;For Pipeline 1, I extracted Jira issues, sprints, epics, and custom fields via the REST API and landed them in a raw ODS staging schema in Oracle — immutable, with full audit metadata. From there, a transformation layer standardized field names, applied business rules, built surrogate keys, and modelled slowly changing dimensions. The integrated layer created conformed dimensional models and KPI-ready fact tables. Finally, the semantic layer exposed curated views and data marts to Power BI — the reporting team never touches a raw table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pipeline 1 — key design decision:Oracle as the contract&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;Curated views in Oracle become the stable interface between engineering and analysis. Any schema change in Jira is absorbed in the transformation layer, not propagated to reports. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pipeline 2 — key design decision: JQL as the filter&lt;BR /&gt;&lt;/STRONG&gt;Targeted JQL queries ensure the direct connector only pulls what the operational dashboard needs — active sprint issues in specific projects. No over-fetching, no bottlenecks.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where AI genuinely earned its place in this project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to be specific here — not vague claims about "using AI to go faster." Here are the exact points where AI tooling made a measurable difference, and the tools I would particularly recommend for this type of work.&lt;/P&gt;&lt;P&gt;After establishing a centralized data foundation with Jira, Oracle, and Power BI, the next challenge emerged: &lt;STRONG&gt;making insights accessible to everyone, not just Power BI experts.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Traditional dashboards require users to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Navigate multiple reports&lt;/LI&gt;&lt;LI&gt;Apply filters&lt;/LI&gt;&lt;LI&gt;Understand metrics and KPIs&lt;/LI&gt;&lt;LI&gt;Drill through various pages&lt;/LI&gt;&lt;LI&gt;Interpret trends manually&lt;/LI&gt;&lt;LI&gt;While dashboards provide visibility, they still demand effort from users to find answers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This is where AI genuinely earned its place in the architecture.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AI Copilot for Business Intelligence&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Instead of asking users to navigate dashboards, the AI Copilot allows them to interact with data using natural language.&lt;/P&gt;&lt;P&gt;Users can ask questions such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"What is the health of the current sprint?"&lt;/LI&gt;&lt;LI&gt;"Why has velocity decreased over the last three sprints?"&lt;/LI&gt;&lt;LI&gt;"Which projects are at risk of delay?"&lt;/LI&gt;&lt;LI&gt;"Show teams with the highest defect rates."&lt;/LI&gt;&lt;LI&gt;"Summarize release blockers for this month."&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The AI interprets the question, analyzes the underlying Jira and Oracle data, and provides an instant business-friendly response.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;The AI does not replace Power BI&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Instead, it sits on top of the semantic model and acts as an intelligent guide that helps users discover insights faster.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Organisational Value&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What began as a Jira reporting solution evolved into an enterprise decision intelligence platform. By unifying data, establishing a trusted analytics foundation, and introducing AI-driven insights, the architecture enables leaders and teams to understand performance, identify risks early, and make informed decisions with confidence. Teates measurable value through efficiency, transparency, and smarter business outcomes.&lt;/P&gt;&lt;P&gt;&lt;FONT size="5" color="#008000"&gt;&lt;STRONG&gt;&lt;EM&gt;Final Thought&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;FONT color="#FF6600"&gt;The best data architecture is not the most elegant one. It is the one that correctly identifies who needs what, by when, and with what guarantees — then builds the simplest possible thing that delivers that. Sometimes that means two pipelines where one would feel cleaner. Serve the stakeholder, not the diagram.&lt;/FONT&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;If you are facing a similar challenge — Jira as a source, multiple audiences with competing needs, and pressure to do it with one pipeline — my advice is this: resist the temptation to merge. Spend the time to understand each audience's real requirements. The architecture will follow naturally, and it will be far more maintainable than a single pipeline trying to be everything to everyone.&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;Raj Kanango&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Professional Services Delivery- Global Competency Centre&lt;BR /&gt;HPE Operations – Services Experience Delivery&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2026 16:43:26 GMT</pubDate>
    <dc:creator>RajKanango</dc:creator>
    <dc:date>2026-06-09T16:43:26Z</dc:date>
    <item>
      <title>One Source, Two Pipelines, Zero Compromise — My Jira Integration Story</title>
      <link>https://community.hpe.com/t5/software-general/one-source-two-pipelines-zero-compromise-my-jira-integration/m-p/7268230#M1538</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;How I built a dual-pipeline architecture that gives enterprise reporting teams depth, and operational teams speed — from the same source of truth.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;STRONG&gt;Introduction:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Most organizations are sitting on a data goldmine they cannot see&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Jira is everywhere. Over 65,000+ organizations use it daily. And yet, most treat it as nothing more than a ticket tracker — a digital to-do list that the project manager checks and the CTO occasionally glances at.&lt;/P&gt;&lt;P&gt;What if I told you that Jira contains some of the richest, most honest operational data in your entire enterprise? Every sprint velocity, every blocked ticket, every reopened issue, every overdue task — all of it is a signal. The challenge is not collecting the data. The challenge is making it useful to two completely different audiences at once: the executive who wants strategic reporting, and the delivery lead who needs to know what is on fire right now.&lt;/P&gt;&lt;P&gt;That is exactly the problem I set out to solve. And the solution required building not one, but two distinct data pipelines from a single Jira source — each optimized for a different purpose, a different audience, and a different tempo.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;The question I kept asking myself was: what does each stakeholder actually need — and would a single pipeline ever serve both well? The answer shaped everything that followed.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The Big Picture — Architecture at a Glance&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT size="2"&gt;A tale of two pipelines&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Before diving into the detail, here is the architecture I designed. It is deliberately split — not because I could not merge it, but because merging it would have forced painful tradeoffs on both sides.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" style="width: 1536px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/157225i57A0CA25EB88F2E0/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" alt="ChatGPT Image Jun 9, 2026, 09_01_43 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Two pipelines. One source. Each earning its existence by serving a distinct need — not by replicating effort.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;The challenge I faced&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;The problem with treating every stakeholder the same&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I first approached this project, the tempting path was obvious: pull Jira data, put it in Power BI, done. But within the first week of stakeholder conversations, it became clear that "done" looked very different depending on who you asked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Stakeholder A – Executive / Reporting Team&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp;&lt;BR /&gt;Needs cross-system data — Jira joined with HR, finance, and release calendars. Wants a polished, governed report that is trusted and auditable. Latency of a nightly refresh is acceptable.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Stakeholder B – Delivery Lead / Scrum Master&lt;/STRONG&gt;&lt;BR /&gt;Needs to see what is happening right now — open blockers, sprint burndown, overdue tickets. Does not care about HR data. Needs fast refresh, no data model complexity.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;The deeper challenge was Jira's data model itself. Jira stores custom fields as opaque key-value pairs — field IDs like&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;customfield_10042&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;that mean nothing outside their project context. Across a multi-project environment, the same concept might live in five different field IDs. Without a proper mapping layer, every downstream consumer has to figure this out themselves.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;The moment I realized we needed two separate pipelines was when a delivery lead said: "I just want to see what is blocked." And the reporting manager said: "I need this joined to the headcount data." The same Jira pull could never serve both without compromise.&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;There was also a governance concern. Direct Jira connectors to Power BI are fast to set up but difficult to govern at scale. Every transformation baked into a Power BI measure is a transformation that lives outside version control, outside peer review, and invisible to anyone who is not a Power BI developer.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;&lt;SPAN class=""&gt;How I overcame it&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Designing with separation of concerns in mind&lt;/P&gt;&lt;P&gt;The architecture answer was clean once the problem was framed correctly: Oracle handles the complexity, Power BI handles the presentation. The two pipelines do not compete — they specialize.&lt;/P&gt;&lt;P&gt;For Pipeline 1, I extracted Jira issues, sprints, epics, and custom fields via the REST API and landed them in a raw ODS staging schema in Oracle — immutable, with full audit metadata. From there, a transformation layer standardized field names, applied business rules, built surrogate keys, and modelled slowly changing dimensions. The integrated layer created conformed dimensional models and KPI-ready fact tables. Finally, the semantic layer exposed curated views and data marts to Power BI — the reporting team never touches a raw table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pipeline 1 — key design decision:Oracle as the contract&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;Curated views in Oracle become the stable interface between engineering and analysis. Any schema change in Jira is absorbed in the transformation layer, not propagated to reports. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pipeline 2 — key design decision: JQL as the filter&lt;BR /&gt;&lt;/STRONG&gt;Targeted JQL queries ensure the direct connector only pulls what the operational dashboard needs — active sprint issues in specific projects. No over-fetching, no bottlenecks.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where AI genuinely earned its place in this project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to be specific here — not vague claims about "using AI to go faster." Here are the exact points where AI tooling made a measurable difference, and the tools I would particularly recommend for this type of work.&lt;/P&gt;&lt;P&gt;After establishing a centralized data foundation with Jira, Oracle, and Power BI, the next challenge emerged: &lt;STRONG&gt;making insights accessible to everyone, not just Power BI experts.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Traditional dashboards require users to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Navigate multiple reports&lt;/LI&gt;&lt;LI&gt;Apply filters&lt;/LI&gt;&lt;LI&gt;Understand metrics and KPIs&lt;/LI&gt;&lt;LI&gt;Drill through various pages&lt;/LI&gt;&lt;LI&gt;Interpret trends manually&lt;/LI&gt;&lt;LI&gt;While dashboards provide visibility, they still demand effort from users to find answers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This is where AI genuinely earned its place in the architecture.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AI Copilot for Business Intelligence&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Instead of asking users to navigate dashboards, the AI Copilot allows them to interact with data using natural language.&lt;/P&gt;&lt;P&gt;Users can ask questions such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"What is the health of the current sprint?"&lt;/LI&gt;&lt;LI&gt;"Why has velocity decreased over the last three sprints?"&lt;/LI&gt;&lt;LI&gt;"Which projects are at risk of delay?"&lt;/LI&gt;&lt;LI&gt;"Show teams with the highest defect rates."&lt;/LI&gt;&lt;LI&gt;"Summarize release blockers for this month."&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The AI interprets the question, analyzes the underlying Jira and Oracle data, and provides an instant business-friendly response.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;The AI does not replace Power BI&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Instead, it sits on top of the semantic model and acts as an intelligent guide that helps users discover insights faster.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Organisational Value&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What began as a Jira reporting solution evolved into an enterprise decision intelligence platform. By unifying data, establishing a trusted analytics foundation, and introducing AI-driven insights, the architecture enables leaders and teams to understand performance, identify risks early, and make informed decisions with confidence. Teates measurable value through efficiency, transparency, and smarter business outcomes.&lt;/P&gt;&lt;P&gt;&lt;FONT size="5" color="#008000"&gt;&lt;STRONG&gt;&lt;EM&gt;Final Thought&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;FONT color="#FF6600"&gt;The best data architecture is not the most elegant one. It is the one that correctly identifies who needs what, by when, and with what guarantees — then builds the simplest possible thing that delivers that. Sometimes that means two pipelines where one would feel cleaner. Serve the stakeholder, not the diagram.&lt;/FONT&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;If you are facing a similar challenge — Jira as a source, multiple audiences with competing needs, and pressure to do it with one pipeline — my advice is this: resist the temptation to merge. Spend the time to understand each audience's real requirements. The architecture will follow naturally, and it will be far more maintainable than a single pipeline trying to be everything to everyone.&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;SPAN&gt;Raj Kanango&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Professional Services Delivery- Global Competency Centre&lt;BR /&gt;HPE Operations – Services Experience Delivery&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 16:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-general/one-source-two-pipelines-zero-compromise-my-jira-integration/m-p/7268230#M1538</guid>
      <dc:creator>RajKanango</dc:creator>
      <dc:date>2026-06-09T16:43:26Z</dc:date>
    </item>
  </channel>
</rss>

