JMWE for JIRA Data Center/Server 8.1.0 Release Notes

This version, released on Dec 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 for more information.

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, the API has been expanded to include endpoints for Shared conditions and Shared validators, 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

key summary type status resolution
Loading...
Refresh