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?
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
Thanks for the reply Ravi what kind of JQL query would that be that could show me the hierarchy indented in the board view?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.