Skip to content

Updating release with request body missing status fails with 500 #290

@innokenty

Description

@innokenty

Description

Sending a PUT request to update a release without the status field results in 500 Internal Server Error
instead of 400 Bad Request.

Example

Request

PUT /api/releases/{releaseCode}

Body:

{
    "description": "Updated description"
}

Response

Status: 500 Internal Server Error
Body:

{
  "type": "about:blank",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "Could not commit JPA transaction",
  "instance": "/api/releases/IDEA-2023.3.8",
  "timestamp": "2026-03-24T19:34:19.338558Z"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions