Forums

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

Hierarchy

lucas kuhn
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!
April 6, 2022

Hello Everyone I have made a Hierarchy in advanced roadmap that is Initiative --> Epic--> story- task--> subtask How do I get the same hiearchy shown in Jira board view?

 

1 answer

0 votes
Ravi Sagar _Sparxsys_
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.
April 6, 2022

Hi @lucas kuhn 

You will not get that on your Jira Software Board. You will have to refer to Advanced Roadmaps plan for that.

However you can try adding quick filters or add Parent Link field in the issue card view to get a bit more visibility on Initiatives.

Ravi

lucas kuhn
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!
April 6, 2022

Thanks for the reply Ravi what kind of JQL query would that be that could show me the hierarchy indented in the board view? 

 

Skærmbillede 2022-04-06 kl. 15.32.40.png

Ravi Sagar _Sparxsys_
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.
April 6, 2022

The following JQL can list all the children of a specific Epic.

issuekey in childIssuesOf("INITIATIVE-123")

More details here: https://confluence.atlassian.com/jiraportfolio/portfolio-for-jira-2-10-release-notes-940678731.html#PortfolioforJira2.10releasenotes-childissues

I hope it helps.

Ravi 

Suggest an answer

Log in or Sign up to answer