> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nextedy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Polarion Version Support

> How Nextedy supports Polarion versions across all products — Siemens' supported versions plus one additional year.

export const LastReviewed = ({date}) => {
  if (!date) return null;
  const formatted = new Date(`${date}T00:00:00Z`).toLocaleDateString("en-US", {
    year: "numeric",
    month: "long",
    day: "numeric",
    timeZone: "UTC"
  });
  return <p className="mt-10 text-sm text-gray-400 dark:text-zinc-500 not-prose">
      Last reviewed on {formatted}
    </p>;
};

We've standardized how we handle Polarion version support across **all Nextedy products** to ensure greater clarity and consistency.

## Our support policy

Nextedy supports all Polarion versions that are officially supported by Siemens, **plus an additional year** beyond Siemens' official support period. This approach gives you more flexibility and peace of mind when planning upgrades or managing legacy environments.

It also means that all Nextedy products are **fully compatible with the newest Polarion version** as soon as it is released.

As a general rule, Polarion typically supports versions released in the last two years, and our policy extends that window by one more year. Your organization therefore benefits from extended compatibility and a longer support horizon for each version.

## Example

If Siemens supports Polarion version 2304 until the end of April 2025, then:

* Nextedy tools released **up to the end of April 2026** will continue to support Polarion 2304.
* After that date, any **newly released** Nextedy tools will require **at minimum** version 2310 of Polarion.

## Check the supported versions

To check the Polarion versions currently supported by Siemens, visit the official Polarion support page:

<Card title="Polarion Technical Support" icon="up-right-from-square" href="https://polarion.plm.automation.siemens.com/techsupport/index">
  Siemens' official list of supported Polarion versions.
</Card>

## Need help?

If you need any assistance, [submit a ticket](https://support.nextedy.com/support/tickets/new) and the Nextedy support team will help you out.

<LastReviewed date="2026-06-29" />
