I need to create tree view in filter and dashboard,
Epic - Progress
-Story - progress
--Task - progress
---Subtask - progress
Welcome to the Atlassian community!
In Jira Cloud, there is no native dashboard gadget that displays a hierarchical tree. If you're on Jira Premium or above tier you can use Plans (formerly, Advanced roadmaps).
Or you can use 3rd party add-ons like 'Structure by Tempo' to built this
Cheers!
Heya @rayyan_siddiqui
Native Jira dashboards can't render a nested tree, unfortunately — the Filter Results gadget always shows a flat list, even if your filter contains the whole hierarchy. But there are a few ways to get close, depending on what you're on:
This is the closest thing to exactly what you described: an expandable Epic → Story → Task → Subtask tree with a progress bar rolled up at each level.
Create a plan scoped to your project or a saved filter, set the hierarchy range to include subtasks, and enable the Progress column. It lives outside the dashboard, but you can share a view link with the team.
Docs: https://support.atlassian.com/jira-software-cloud/docs/what-are-plans-in-jira-software/
In newer Jira Cloud projects, the List view has a hierarchy toggle that nests child issues under their parents, so you get the tree with status/progress fields visible. Again, viewable per project rather than embeddable in a dashboard.
For the filter itself, you can pull one epic's whole tree with:
parentEpic = ABC-1 OR key = ABC-1 ORDER BY parent, rankSorting by parent at least keeps children grouped under their parents in the flat list, which some teams find readable enough.
If a rollup number is enough (rather than the tree structure), the Two Dimensional Filter Statistics gadget with rows = Epic Link (or Parent) and columns = Status gives you a compact per-epic progress table.
If you need the actual expandable tree with progress bars inside a dashboard gadget, that gap is only filled by Marketplace apps — search the Marketplace for "hierarchy" or "issue tree" gadgets and check they support your hierarchy depth including subtasks.
Thanks,
Anderson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @rayyan_siddiqui,
You can get a hierarchical view in the List tab of the spaces/project.
If you want this in a dashboard, the solution would be to use a plugin from Atlassian Marketplace, because Jira does not offer such gadget.
In case you want to use a plugin, our Great Gadgets app offers a Work Breakdown Structure (WBS) gadget that is capable to display the issues hierarchically, in form of Initiatives > Epics > Stories > Subtasks, as a tree view or as a hierarchical list.
All you have to do is to configure it will a filter that returns the issues to be displayed, and it does the hierarchical grouping for you.
Hope this helps.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Two things are being conflated here, and separating them makes this much easier to solve.
1. Hierarchy. It's true there's no dashboard gadget that renders a tree — dashboard gadgets are built on filters, and filter results are a flat list by design. But Jira does render hierarchy natively in a few places:
None of these live on a dashboard, which is the real constraint you're hitting.
2. Progress — and this is the part that quietly breaks. "Progress" isn't one thing in Jira, and the different views don't compute it the same way. Decide which you mean before you build anything:
Most "why doesn't my rollup match reality" problems trace back to this, not to the tree.
If you're stuck on a dashboard specifically, the honest native workaround is the Filter Results gadget with a JQL that scopes to one epic's subtree (parentEpic = ABC-123) and a sort that groups children under parents — you get the right items with the right progress fields as columns, just without the indentation. Not a tree, but it puts the data on the dashboard, which is usually the actual need.
If the indented tree is genuinely non-negotiable and Plans isn't available on your plan, that's the point at which Marketplace apps are worth looking at — but I'd try Plans or the Timeline first, since one of them covers most of what people mean by this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This exact view — the tree with progress at every level — doesn't exist natively: saved filters always render flat lists and dashboards have no tree gadget. Plans (Premium) comes closest but lives outside filters and dashboards.
Full disclosure — I'm the developer of Plugio Suite.
Its Hierarchy widget was built for precisely this. Here's what it looks like on a dashboard:
What it does, against your sketch:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you're looking for a native solution, Jira List has this implemented awhere you can see the tree view and the status of all work items as follows:
However if you're looking not just for the status of the items by themself but a cumulative status from their child work items, Jira offer the Epic progress inside the Issue view, but to see it in a tree view I think it's not something natively available.
Full disclosure, I'm part of the team behind Millarum Dashboards
If you're open for a third party solution, our list widget that by the way can be updated dynamically by the slicer widget, can show the status of the child work items within the tree view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Jira, tree view currently doesn't exist. It does exist in the Jira product discovery. You might want to take a look at this: https://community.atlassian.com/forums/Jira-questions/Tree-of-tasks-How-can-I-do-it/qaq-p/2525832
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.