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 three 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
  • Repository DevOps Dashboard: an optional repository-level dashboard, available at /{owner}/{repo}/-/dashboards/devops after it is enabled for the repository

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 repository page is scoped to a single repository and follows the repository’s read permission.

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
  • allow or block repository-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
  • global dashboard access mode: site administrators only, signed-in users with signed-in public data, anyone with public data, or selected users and user groups

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

  • enable or disable the organization dashboard for that organization
  • inherit the global dashboard configuration
  • configure organization dashboard access: owners only, members only, follow organization page access rules, or selected users and teams
  • save organization-specific overrides for the same settings
  • reset the organization dashboard back to the global configuration

Repository administrators can then open Repository > Settings > DevOps Dashboard to:

  • enable or disable the dashboard for that repository
  • inherit the organization configuration when the repository belongs to an organization, or the global configuration otherwise
  • save repository-specific overrides for the same settings
  • reset the repository dashboard back to the inherited 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 repository dashboard must be allowed globally and then enabled for the repository before it appears on repository pages. When a repository belongs to an organization, its organization dashboard must also be enabled first.
  • 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. Repository-scoped dashboards were added in Gitea Enterprise v26.