I created a plan and it is not behaving the way I would expect.
It shows all the epics, stories, and sub-tasks. The problem is it is only nesting the sub-tasks to the stories. The stories are not nesting under the epics.
In the plan view, if I create a Task under the epic is nests it properly, but it will not do that for the stories.
My filter is:
project = <projectName> AND issuetype = Epic OR "Epic Link" in (epic-xx, epic-xx, etc)
The above filter returns all the items I'd like to see when I run it as a query.
Any idea what I am doing wrong?
@yargnits67 Do you know if the Story issue type is under the Epic issue type in your hierarchy? By default it should be there, but it's possible somebody made a change.
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 a Jira admin it should be under System settings. This should walk you through getting to the right place: https://confluence.atlassian.com/jirasoftwareserver/configure-your-jira-software-instance-for-advanced-roadmaps-1044784156.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I'm looking at hierarchy levels and it shows:
Epic <- Story, Defect
Story <- All other standard issue types
Sub-task <- All sub-task issue types
I'll play around with these settings and continue to read through the article you provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That fixed it! Thank you so much. I would have never found that.
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.