Gitlab hero border pattern left svg Gitlab hero border pattern right svg
Gitlab logo svg

Agile Delivery

Plan and manage your projects, programs, and products with integrated Agile support

Try JiHu GitLab Free

Agile planning with JiHu GitLab

Development teams continue to accelerate value delivery with iterative, incremental, and lean project methodologies, such as Scrum, Kanban, and Extreme Programming (XP). Large enterprises have adopted Agile at enterprise scale through a variety of frameworks, including Scaled Agile Framework (SAFe), Spotify, and Large Scale Scrum (LeSS). JiHu GitLab enables teams to apply Agile practices and principles to organize and manage their work, whatever their chosen methodology.


JiHu GitLab benefits

As a single application for the complete DevOps lifecycle, JiHu GitLab is:
  • Seamless: JiHu GitLab supports collaboration and visibility for Agile teams — from planning to deployment and beyond — with a single user experience and a common set of tools
  • Integrated: Manage projects in the same system where you perform your work
  • Scalable: Organize multiple Agile teams to achieve enterprise Agile scalability
  • Flexible: Customize out-of-the-box functionality to the needs of your methodology, whether you're rolling your own flavor of Agile or adopting a formal framework
  • Easy to learn: See our Quick Start guide on setting up Agile teams
CI/CD Overview

Manage Agile projects

JiHu GitLab enables lean and Agile project management from basic issue tracking to Scrum and Kanban-style project management. Whether you’re simply tracking a few issues or managing the complete DevOps lifecycle across a team of developers, JiHu GitLab has your team covered.


Manage programs and portfolios

Maintain visibility and control the people and projects aligned with business initiatives. Define and enforce policy and permissions, track progress and velocity across multiple projects and groups, and prioritize initiatives to deliver the greatest amount of value.
  • Organize new business initiatives and efforts into Epics
  • Align teams and projects into programs—without sacrificing security and visibility—using Subgroups
  • Plan Sub-Epics and issues into Iterations and Milestones
  • Visualize value delivery using Roadmaps, Insights, and Value Stream Analytics

Scaled Agile Framework (SAFe) with JiHu GitLab

See how your organization can use JiHu GitLab to build a framework using the Scaled Agile Framework (SAFe). Dive into the details around building out your Agile framework for development teams built on three pillars: team, program, and portfolio.


Features

  • Issues: Start with an issue that captures a single feature that delivers business value for users.
  • Tasks: Often, a user story is further separated into individual tasks. You can create a task list within an issue's description in JiHu GitLab, to further identify those individual tasks.
  • Issue boards: Everything is in one place. Track issues and communicate progress without switching between products. One interface to follow your issues from backlog to done.
  • Epics: Manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones with epics.
  • Milestones: Track issues and merge requests created to achieve a broader goal in a certain period of time with JiHu GitLab milestones.
  • Roadmaps: Start date and/or due date can be visualized in a form of a timeline. The epics roadmap page shows such a visualization for all the epics which are under a group and/or its subgroups.
  • Labels: Create and assigned to individual issues, which then allows you to filter the issue lists by a single label or multiple labels.
  • Burndown Chart: Track work in real time, and mitigate risks as they arise. Burndown charts allow teams to visualize the work scoped in a current sprint as they are being completed.
  • Points and Estimation: Indicate the estimated effort with issues by assigning weight attributes and indicate estimated effort
  • Collaboration: The ability to contribute conversationally is offered throughout JiHu GitLab in issues, epics, merge requests, commits, and more!
  • Traceability: Align your team's issues with subsequent merge requests that give you complete traceability from issue creation to end once the related pipeline passes.
  • Wikis: A system for documentation called Wiki, if you are wanting to keep your documentation in the same project where your code resides.
  • Enterprise Agile Frameworks: Large enterprises have adopted Agile at enterprise scale using a variety of frameworks. JiHu GitLab can support SAFe, Spotify, Disciplined Agile Delivery and more.

An Agile iteration with JiHu GitLab

User stories → JiHu GitLab issues

In Agile, you often start with a user story that captures a single feature that delivers business value for users. In JiHu GitLab, a single issue within a project serves this purpose.


Task → JiHu GitLab task lists

Often, a user story is further separated into individual tasks. You can create a task list within an issue's description in JiHu GitLab, to further identify those individual tasks.


Epics → JiHu GitLab epics

In the other direction, some Agile practitioners specify an abstraction above user stories, often called an epic, that indicates a larger user flow consisting of multiple features. In JiHu GitLab, an epic also contains a title and description, much like an issue, but it allows you to attach multiple child issues to it to indicate that hierarchy.


Product backlog → JiHu GitLab issue lists and prioritized labels

The product or business owners typically create these user stories to reflect the needs of the business and customers. They are prioritized in a product backlog to capture urgency and desired order of development. The product owner communicates with stakeholders to determine the priorities and constantly refines the backlog. In JiHu GitLab, there are dynamically generated issue lists which users can view to track their backlog. Labels can be created and assigned to individual issues, which then allows you to filter the issue lists by a single label or multiple labels. This allows for further flexibility. Priority labels can even be used to also order the issues in those lists.


Sprints → JiHu GitLab milestones

A sprint represents a finite time period in which the work is to be completed, which may be a week, a few weeks, or perhaps a month or more. The product owner and the development team meet to decide work that is in scope for the upcoming sprint. JiHu GitLab's milestones feature supports this: assign milestones a start date and a due date to capture the time period of the sprint. The team then puts issues into that sprint by assigning them to that particular milestone.


Points and estimation → JiHu GitLab issue weights

Also in this meeting, user stories are communicated, and the level of technical effort is estimated for each in-scope user story. In JiHu GitLab, issues have a weight attribute, which you would use to indicate the estimated effort. In this meeting (or in subsequent ones), user stories are further broken down to technical deliverables, sometimes documenting technical plans and architecture. In JiHu GitLab, this information can be documented in the issue, or in the merge request description, as the merge request is often the place where technical collaboration happens. During the sprint (JiHu GitLab milestone), development team members pick up user stories to work on, one by one. In JiHu GitLab, issues have assignees. So you would assign yourself to an issue to reflect that you are now working on it. We'd recommend that you create an empty and linked-to-issue merge request right away to start the technical collaboration process, even before creating a single line of code.

Agile board → JiHu GitLab Issue Boards

Throughout the sprint, issues move through various stages, such as Ready for dev, In dev, In QA, In review, Done, depending on the workflow in your particular organization. Typically these are columns in an Agile board. In JiHu GitLab, issue boards allow you to define your stages and enable you to move issues through them. The team can configure the board with respect to the milestone and other relevant attributes. During daily standups, the team looks at the board together, to see the status of the sprint from a workflow perspective.


Burndown charts → JiHu GitLab Burndown Charts

The development team wants to know if they are on track in real time, and mitigate risks as they arise. JiHu GitLab provides burndown charts, allowing the team to visualize the work scoped in the current sprint "burning down" as they are being completed. Toward the end of the sprint, the development team demos completed features to various stakeholders. With JiHu GitLab, this process is made simple using Review Apps so that even code not yet released to production, but in various testing, staging or UAT environments can be demoed. Review Apps and CI/CD features are integrated with the merge request itself. These same tools are useful for Developers and QA roles to maintain software quality, whether through automated testing with CI/CD, or manual testing in a Review App environment.


Believe it

Get unlimited access to all JiHu GitLab Premium features for 60 days.

Pre-sales advice
Call us
Chat now
Free trial