This version, released on , includes the following changes:
Scripted Fields!
This version of JMCF for Jira Cloud includes the release of Scripted Fields! Scripted fields are a new custom field that return values using JavaScript to calculate their output. Your JavaScript can access the values in other fields as well as the Jira APIs. Scripted fields can also be created with dependencies, triggering automatic recalculations if those fields are updated!
Scripted fields currently support a limited set of data types, including:
Strings
Datetimes
Numbers
Users - Returns an Atlassian account ID or a user object.
Groups - Returns a group ID or a Group object.
String collection - Returns a collection of string values.
User collection - Returns a collection of user IDs or user objects.
Group collection - Returns a collection of Group IDs or Group objects.
Other Improvements
This release includes other updates and improvements:
The Action menu in My Custom Fields page now includes a Recalculate option for individual fields.
Time in Status custom fields will now update when an issue is opened for viewing, resulting in more accurate updates to those fields.
Checking the All checkbox in the Create Custom Field screen selection when the list of screens is filtered will on select the visible screens.
Custom field names can now include up to 255 characters.