Hi everyone,
I'm trying to improve our boards and I'm lost with the concept of epics.
We support our software development. process using jira.
Our scenario:
1. We use kanban boards and the swimlanes are epic based.
2. Our epics represent product sections/parts
3. Tasks (Story, Bugs, CR) represent features whithin product sections
4. We don't use subtasks at the moment
5. We use components to group tasks as well
6. Statueses: Backlog->Selected->In Progress->ReadyTo Test->DocumentMe->Done
7. We use versions and releases
Example:
Epic: Product Built-In tutorial
Story\Task: Tutorial for the admin page
Components: admin page, tutorials & help
Issues:
- We have to maintain two separate boards one for epic one for the stories
- Epics can't be always included in the release as they are too generic and may be extended later on - that would require reopening.
- We had no epics at the beginning but it was hard to maintain board swimlanes which were created using JQL. I had around 50 entries which were component based - that was the reason we went for epics.
- With no epics we'd have to use subtasks which have similar limitations - in this case our swimlanes would have to be Story Based and we'd endup with the same issue.
Any advice?
I'm looking for some real life examples/use cases.