Release Notes


2018-12-07 Jira 7.6.0 - 7.13.0 and 8.0.0.m0025 - 8.0.0.m0030-beta

New Features

  • [CEP-52] Jira 8.0 EAP compatible

  • [CEP-54] Jira 7.13 compatible

  • [CEP-56] REST API: Simplify Errors - Remove HTTP 406 - Migrate to 400

  • [CEP-57] REST API: Improve Error Handling for ChildOption Endpoints of Cascading Select fields

  • [CEP-59] Rest API Explorer: Upgrade to Swagger UI 3.19.5

  • [CEP-INT-48] More Testcoverage for Services and End-To-End Tests

  • [CEP-INT-50] AUI deprecations in 8.0.0 (AUI RestfulTable delete confirm changed, AUI Dialog2 web-resource-key changed)

Fixed Bugs

  • [CEP-53] GUI: Customfield Editor for Jira Permission Editor - List Fields Page - Special chars broken

  • [CEP-58] REST API: Change of existing option should work even if only case is changed

REST API

  • breaking changes!

    • breaking:
      • [CEP-56] REST API: Simplify Errors - Remove HTTP 406 - Migrate to 400
      • [CEP-57] REST API: Improve Error Handling for ChildOption Endpoints of Cascading Select fields
    • non-breaking:
      • [CEP-58] REST API: Change of existing option should work even if only case is changed

  • Summary: No structural changes to any endpoints. All Endpoints still have the same URLs and same JSON Schemas for Request and Response. All Endpoints now use HTTP 400 for most of the errors. HTTP 406 removed. HTTP 412 only used for version compatibility errors. HTTP 500 only used for unexpected errors.

Testsuite