> For the complete documentation index, see [llms.txt](https://docs.opshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opshub.com/v7.225/release-notes.md).

# Release Notes

{% if "OM4ADO" !== visitor.claims.unsigned.product && "OAM" !== visitor.claims.unsigned.product %}

## New Version(s)

* IBM Engineering Requirements Management DOORS Next: 7.1.x
* Java Development Kit (JDK): 17.0.19

## Enhancements

### Common

* Introduced automatic user authentication via SAML without requiring user setup in <code class="expression">space.vars.OIM</code>.

### Aras Innovator

* Added support for Reference fields.

### Azure DevOps Server/Services

* Added support for skipping Automated Test Runs and Results.

### Zendesk

* Added support for Global OAuth as authentication type in Zendesk.

## Major Bug Fixes

### Common

* Resolved an issue where inline attachment URLs were truncated when attachment names contained special characters such as '&'.
* Resolved an issue causing inconsistent link synchronization behavior when the same target link type was configured for both default and non-default links.

### Aha

* Resolved an issue where the first revision was not retrieved from Aha while fetching revisions using advanced methods such as getEntityRevisions.

### Azure DevOps Server/Services

* Resolved an issue causing global failures for the testcase entity when the parameterMap value was found to be undefined.

### Jira Zephyr Essential

* Resolved an issue where TestStep entities were not synchronized to Zephyr Essential as targets.

### ServiceNow/ServiceNow Quick Connect

* Resolved a Null Pointer Exception that occurred when the username value was null.
  {% endif %}

{% if "OM4ADO" === visitor.claims.unsigned.product %}

## Major Bug Fixes

* Resolved an issue causing global failures during testcase entity migration when the parameterMap value was found to be undefined.
  {% endif %}


---

# 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.opshub.com/v7.225/release-notes.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.
