> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/email-this-issue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/email-this-issue/email-this-issue-for-jira-server-data-center/release-notes/release-notes/9.x.x/9.2.0-improvements-and-fixes.md).

# 9.2.0 Improvements and fixes

#### IMPORTANT INFORMATION ON CLASSIC MAIL HANDLERS <a href="#important-information-on-classic-mail-handlers" id="important-information-on-classic-mail-handlers"></a>

{% hint style="warning" %}
With this version, **the Classic mail handler stops working**. DO NOT UPDATE to this version if you have classic mail handlers that you wish to still use. Migrate to Next-gen handlers as soon as possible following the [Step-by-Step Handler Migration aid](https://metainf.atlassian.net/l/c/qFucihve).
{% endhint %}

#### What’s new <a href="#whats-new" id="whats-new"></a>

* Improved UI for [Incoming connections](https://metainf.atlassian.net/wiki/spaces/JETIC/pages/72116656) (formerly Mail Accounts)
* Make default issue types dynamically available in the Advanced create action
* Add Request Participants when sending emails
* Allow selecting disabled accounts in Handlers
* Prefill "From Address" field on the manual email screen
* Incoming connection protocol log

#### What’s fixed <a href="#whats-fixed" id="whats-fixed"></a>

* Regex evaluation based on email input
* Next-gen handler to process archived issues as if they were not found
* Next Gen Mail Handler - set custom field with type label fails
* -i suffix after an encoding is causing error
* Other security fixes


---

# 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.meta-inf.hu/email-this-issue/email-this-issue-for-jira-server-data-center/release-notes/release-notes/9.x.x/9.2.0-improvements-and-fixes.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.
