If you look at the overall organization structure within GitLab from a project management viewpoint, the group, subgroup, and project relationship could be thought of together as portfolio or program management.
Explore the diagram below to learn more about how each element relates to each other in the hierarchy.
Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones.
Epics allow you to group related issues and epics together. This is useful if you want better visibility of related issues. For example, you might want to see all of the issues in a project in a roadmap and generate a Gantt chart for your program or portfolio.
“Arriving at one goal is the starting point of another”- John Dewey
Issues are the basic building blocks of planning development work and are used to collaborate on ideas and planning work in GitLab.
You should create a new issue whenever you are developing a new feature to be implemented in one of your applications. You can also create issues for:
At Eigenlytics our best practice is to always start a discussion with an issue.
Single Source of Truth
When you create an issue in GitLab, you can view multiple DevOps Lifecycle Stage properties, such as the related epics, merge requests, milestone dates, boards, roadmaps, labels, and more- it’s all connected!
In the image below, you can see how Issues relate to almost every other GitLab component and how Issues help tie everything together.
Introduction
Let’s walk through the location and anatomy of an issue and how to use it to plan projects. Each Project may have it different version of issue flow but overall terminoloty remains same across projects.
Step 1
- Create and Discuss a New Issue
Step 2
- Code Creation
Step 3
- Commit and Merge Request
Step 4
- Deploy to Staging
Step 5
- Ready
Step 6
- Deploy to Production
Summary
This example shows how each change, no matter how small, starts with an issue. Something as small as a discussion can lead to larger beneficial changes in the organization.
One of the best ways to get yourself familiar with the GitLab platform is to take a look at how we use GitLab!