# Release Notes

{% if "OpsHub Integration Manager" === space.vars.SITENAME %}
\---

## New Enhancements

### Azure DevOps Server/Service

* Eliminated the dependency on TFS Services for User, Group, and Team synchronization in Azure DevOps Services.

### Jira

* Added support for step-level results in Zephyr Scale for Jira Cloud.

## Major Bugs

### Common

* Resolved an issue where duplicate links/relationships were created during reconciliation.
* Resolved an issue where projects with slashes in the name (e.g., Test / Test2 / Test3) were incorrectly treated as child projects, even when the target system does not support child project synchronization.
* Resolved an issue where Excel files were not updated when uploaded via the REST (Admin) API.
* Resolved an issue where searching for integrations across folders did not work as expected when the integration name contained special characters treated as wildcards in the database, in environments where <code class="expression">space.vars.SITENAME</code> is installed on MSSQL.
* Resolved an issue where the sample response body was missing from Swagger endpoints for <code class="expression">space.vars.SITENAME</code> REST APIs.

### Azure DevOps Server/Service

* Resolved an issue where a job error occurred while retrieving test runs due to a NullPointerException when the test suite had been deleted, causing OIMEventGenerator::process to fail.
* Resolved an issue where a job error with the message “No content to map due to end-of-input” occurred while retrieving release pipelines when revision IDs were not in a continuous sequence (e.g., revision ID 18 appearing after 16).
* Resolved an issue where integrations skipped certain items even though they met the sync criteria when <code class="expression">space.vars.SITENAME</code> version was above 7.206.

### Broadcom Clarity

* Resolved an issue where mentioned users were not synchronized as expected to Broadcom Clarity as the target system for Project and Task entity fields, due to limitations in end-system support.

### Jira

* Resolved an issue where an intermittent temporary error with the message com.opshub.exceptions.eai.OIMRunTimeException: java.util.ConcurrentModificationException occurred when plugin details were provided in the Jira system form.

### OpenText IT Operations Cloud

* Resolved an issue where a job error occurred when multiple projects were added in a single integration with OpenText IT Operations Cloud (formerly Serena Business Manager) as the source system.
  {% endif %}

{% if "OpsHub Migrator for Microsoft Azure DevOps" === space.vars.SITENAME %}
\# Major Bugs \* Resolved an issue where a job error occurred while retrieving test runs due to a NullPointerException when the test suite had been deleted, causing OIMEventGenerator::process to fail. \* Resolved an issue where a job error with the message “No content to map due to end-of-input” occurred while retrieving release pipelines when revision IDs were not in a continuous sequence (e.g., revision ID 18 appearing after 16). \* Resolved an issue where migration skipped certain items even though they were eligible for sync when <code class="expression">space.vars.SITENAME</code> version was above 7.206.
{% endif %}


---

# Agent Instructions: 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:

```
GET https://docs.opshub.com/v7.216/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
