---
title: "JMWE for JIRA Data Center/Server 8.1.0 Release Notes"
canonical: "https://support.appfire.com/space/JMWE/462127441/JMWE%20for%20JIRA%20Data%20Center%2FServer%208.1.0%20Release%20Notes"
format: markdown
---
> Macro (aura-html)

This version, released on 12/8/2022, has the following changes:

# **New feature**

**Shared Actions have been expanded to include Conditions and Validators!**

Previous to this release, the only shared extensions available were shared actions, which organized post-functions (or a series of post-functions) together into an action that could be reused across numerous transitions and workflows. Release 8.1.0 has expanded the available shared actions to include **shared conditions** and **shared validators**! These added extensions have been grouped under the renamed JMWE Administration page ‘**Shared extensions’**. The new options work just like shared actions - conditions and validators can now be built once and used everywhere they are needed. See [Shared extensions](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461930510) for more information.

![image](media://aec495c4-4c34-4862-ac05-d0daea49dae6)

# Improvements

- REST API endpoints have been reconfigured and expanded to provide more options for viewing extension data and working with extension configurations. Accompanying the release of [Shared Extensions](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461930510), the API has been expanded to include endpoints for [Shared conditions](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/edit-v2/78057920#Shared-condition-REST-API-details) and [Shared validators](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/edit-v2/78057920#Shared-validator-REST-API-details), similar to the existing endpoints for Shared actions.

> ⚠️ **Please note**: Some older API endpoints have been removed or replaced. 
> ⚠️ 
> ⚠️ The following endpoints have been removed: 
> ⚠️ 
> ⚠️ - `/rest/jmwe/1/shared-actions/draft/{actionId}/update-function-positions` (POST method)
> ⚠️ - `/rest/jmwe/1/shared-actions/draft/{actionId}/draft/{id}` (DELETE method)
> ⚠️ - `/rest/hmwe/1/shared-actions/draft/{actionId}` (PUT method)
> ⚠️ - `/rest/jmwe/1/event-actions/fields-warning/{fields}` (GET method)
> ⚠️ 
> ⚠️ The following endpoints have been replaced: 
> ⚠️ 
> ⚠️ - `/rest/jmwe/1/event-actions/update/status/{actionId}` (GET method) has been replaced with `/rest/jmwe/1/event-actions/{actionId}/toggle` (POST method)
> ⚠️ - `/rest/jmwe/1/event-actions/delete/{actionId}` (GET method) has been replaced with `/rest/jmwe/1/event-actions/{id}` (DELETE method)
> ⚠️ - `/rest/jmwe/1/scheduled-actions/{actionId}/enable` (PUT method) has been replaced with `/rest/jmwe/1/scheduled-actions/{id}/toggle` (PUT method)

# Bug fixes

[https://appfire.atlassian.net/issues/?jql=key+in+%28JMWE-1445%2C+JMWE-1446%2C+JMWE-1465%2C+JMWE-1490%29++](https://appfire.atlassian.net/issues/?jql=key+in+%28JMWE-1445%2C+JMWE-1446%2C+JMWE-1465%2C+JMWE-1490%29++)