Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support

DevOps Dashboard

The DevOps Dashboard is available in Gitea Enterprise v25 and later. It is a standalone large-screen dashboard designed for TV and screen-casting scenarios, so teams can review delivery metrics during engineering meetings or operational reviews.

Gitea Enterprise provides two scopes:

  • Global DevOps Dashboard: an instance-wide dashboard for site administrators, available at /-/dashboards/devops
  • Organization DevOps Dashboard: an optional organization-level dashboard, available at /{org}/-/dashboards/devops after an organization owner enables it

The global page focuses on instance-wide trends. The organization page can also surface organization and team rankings that are specific to that organization.

The dashboard layout is widget-based. Depending on the configured layout, it can show:

  • requirement throughput, closed count, new count, and daily average closed count
  • bug close rate, closed count, new count, and average fix time
  • issue delivery trend and issue type distribution
  • pipeline totals for today, pipeline success trend, and recent pipeline duration
  • pull request merge trend
  • code change trends, including additions, deletions, changed lines, and changed files
  • top users by code changes, code reviews, and pull requests
  • top repositories by storage size and activity
  • for organization dashboards, top organizations or teams by activity, storage, pull requests, code reviews, and code changes
  • The page refreshes automatically using the configured refresh interval.
  • The header shows the current time, the configured statistics range, and the refresh interval.
  • Users can export the current dashboard view to an Excel workbook.
  • The exported workbook reflects the widgets that are currently visible in the configured layout.

Site administrators enable and configure the feature in the Enterprise configuration area.

The global configuration includes:

  • enable or disable the global DevOps Dashboard
  • allow or block organization-level dashboards
  • refresh interval
  • default statistics range in days
  • top repository and top user limits
  • whether archived repositories are excluded
  • comma-separated label mappings for requirement, bug, and feature categories
  • a drag-and-drop layout editor for widget visibility, order, and size

Organization owners can then open Organization > Settings > DevOps Dashboard to:

  • enable or disable the organization dashboard for that organization
  • inherit the global dashboard configuration
  • save organization-specific overrides for the same settings
  • reset the organization dashboard back to the global configuration

The dashboard groups issues by configurable labels:

  • requirement labels
  • bug labels
  • feature labels

Multiple labels can be configured as a comma-separated list, and matching is case-insensitive.

  • The global dashboard is intended for site administrators.
  • The organization dashboard must be allowed globally and then enabled by an organization owner before it appears on organization pages.
  • The dashboard is read-only and is intended for reporting and review rather than direct management actions.
  • New deployments may show limited results until enough issue, pull request, repository, and Actions data has been accumulated.

The DevOps Dashboard is an Enterprise feature introduced in Gitea Enterprise v25.