> For the complete documentation index, see [llms.txt](https://docs.oobeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oobeya.io/product/release-notes/oobeya-apr-and-may-2022-updates.md).

# Oobeya Apr & May 2022 Updates

## ​​🎁 New **Features**

### Deployment Analytics (DORA Metrics) - GITHUB ACTIONS Integration

Oobeya Deployment Analytics now works with [GitHub Actions](/integrations/all-integrations/scm-addons/github-integrations.md). If you have a **\[Git Repo X GitHub Actions]** pipeline configured, you can calculate [DORA metrics](https://oobeya.io/dora-metrics/) by using Oobeya.

<details>

<summary>Best tool to track DORA metrics: <strong>Why Oobeya Deployment Analytics?</strong></summary>

* Proven Metrics ([DevOps Research & Assessment](https://www.devops-research.com/))
* Quick Start (Measuring DORA metrics [has never been easier](https://www.youtube.com/watch?v=EYE4e1gTs80))
* Cross-Platform Analysis (SCM x CI/CD x APM)
* Accurate Results :white\_check\_mark:

**Discover DORA Metrics** with Oobeya: [https://oobeya.io/dora-metrics](https://oobeya.io/dora-metrics/)

</details>

{% hint style="info" %}
***Oobeya Deployment Analytics*** works with [GitLab CI](/integrations/all-integrations/scm-addons/gitlab-addon.md), [AzureDevOps](/integrations/all-integrations/scm-addons/azure-devops-integration.md), [Jenkins](/integrations/all-integrations/scm-addons/jenkins-integration.md), and [GitHub Actions](/integrations/all-integrations/scm-addons/github-integrations.md) for now.&#x20;

Coming soon: *Spinnaker, BB Pipelines, Octopus,* and more...
{% endhint %}

### New Dashboard Widget: DORA METRICS

We've developed a new widget to show [DORA Metrics](https://oobeya.io/dora-metrics) on our customizable Dashboards. You can now add DORA Metrics widget to your Dashboards by clicking "New Widget > Oobeya Widgets / Gitwiser".

![Oobeya Dashboards - DORA Metrics Widget](/files/LubZeIDtD7IaysmBwlF4)

## :muscle: Improvements

* AgileSpace - Azure DevOps Time To Market metric calculation (created to deployed)
* Added “Delivered Story Points” column to Sprint Assignee table
* Added Issue Type filter for AgileSpace widgets
* Performance improvements
* UI/UX improvements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.oobeya.io/product/release-notes/oobeya-apr-and-may-2022-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
