Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I provide a different view of features for the same project?

Ivans Chou
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 29, 2025

We are using Jira to manage software development for a larger system.  The board is organized in a way that reflects the software component "view" of the project and is working well for the team, but there is a desire to track the progress of the progress from a system functional view.

I'd like some way to provide this "alternate view" of the stories and tasks without any disruption to the team because all this data are already tracked by the Jira. I can create a second list of features that captures this "alternate view" of the system.  I thought that it would be possible to view the stories remapped to this alternate view on a second Jira board, but I forgot that the issue hierarchy requires that the issue can only have one parent so a single issue can't belong to two different features/epics.  I can link issues to the other feature list but how can I generate a reports based on the alternate/linked features, similar to how feature/epics are normally tracked  (# issues, # complete, unestimated, estimated)?

 

1 answer

0 votes
Christos Markoulatos
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 29, 2025

Hi @Ivans Chou,

You’re right that Jira’s default hierarchy (Epic → Story → Sub-task) only allows one parent per issue, so you can’t natively show the same story under two different features. However, there are a few ways to achieve your goal of providing an alternate functional view without disrupting your team’s current setup:

Option 1: Use Advanced Roadmaps (Jira Premium/Data Center)

  • Advanced Roadmaps lets you create custom hierarchy levels (e.g., Initiative → Feature → Epic → Story).
  • You can group and filter issues by labels, components, or custom fields to create alternate views.
  • This is ideal if you want a functional view vs. component view without duplicating issues.

Option 2: Use Issue Links + Dashboards

  • Keep your current Epic hierarchy for the team.
  • Create a second “Feature” issue type for your functional view.
  • Link stories to these features using issue links (e.g., “relates to”).
  • Build dashboard gadgets or JQL filters to report on linked issues (e.g., count, progress).
  • Limitation: Jira doesn’t natively roll up progress for linked issues, so reporting will be manual or require an app.

Option 3: Marketplace Apps for Alternate Views

If you need dynamic roll-ups and multiple hierarchies, consider:

  • Structure by Tempo – Build custom hierarchies and alternate views.
  • BigPicture – Portfolio and dependency management.
  • JXL for Jira – Spreadsheet-like views with grouping and sum-ups.

These apps allow you to group by any field or link type, giving you the flexibility Jira lacks out of the box.

References

Discover Advanced Roadmaps for Jira - Atlassian Documentation

Hope tis helps!

Suggest an answer

Log in or Sign up to answer