What is the data model for an issue in JIRA for software projects? Is the hierarchy as follows - project->epics->stories->subtasks?
I want to create a Project management board with multiple stages . In this project, you can proceed to the next stage on only completing the earlier stages.
I wanted to create a 2-level hierarchy of workflows where the epics are in one workflow and the stories have their own workflow. Hence, there will be two boards
- one showing the status of the epics in their workflow and
- another showing the status of the stories/tasks in their workflow
Is it possible to customize JIRA to allow this type of functionality?