Our Product team is happy to announce the release of JSU 2.39.0, now available on the Marketplace. (Jira Server and Data Center 7.3.0 - 9.3.0)
Bug fixes
Fixed an issue with the Fields Required validator where a required field for Attachment returned an error even when the transitioning issue had attachments: additional scenarios where the bug was encountered are now resolved
Updates & Improvements
Update Any Issue Field post function: Added support to set a field value to the previous user. If you select a single-user picker field such as Assignee, Reporter, or a custom field, you can set the value to
%%PREVIOUS_USER%%
. When the post function runs, the field is set to the previous user assigned to that field. See Dynamic Field Values to learn more.Update/Copy field value: Added support to parse the unit defined in Time Tracking Configuration. To enable the parsing functionality, define a system property named
ch.beecom.jira.jsu.duration.standard.parsing.enabled
and set it totrue
. For example-Dch.beecom.jira.jsu.duration.standard.parsing.enabled=true
.