---
title: "JMCF for Jira Server 2.4.12 Release Notes"
canonical: "https://support.appfire.com/space/JMCF/502399227/JMCF%20for%20Jira%20Server%202.4.12%20Release%20Notes"
format: markdown
---
This version, released on 9/20/2023, brings the following changes:

# Bug Fixes

- **Calculated (scripted) Multi-User Field displays even when it is empty**  
When configuring the scripted Multi-User Field using a simple API call (e.g. `issue.get("Assignee")` ), the Multi-User Field displays as expected on the issue screen (it displays when there is a value and does not when the field is empty); using an array in the script (e.g. `[issue.get("Assignee")]` ), the custom field will display on the issue screen even if there are not values. This has been fixed.